Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

Urgent Can someone show me a sample versionof this for MASP on IRVINE 23 (assembler)

  •  11-02-2007, 8:38 AM

    Urgent Can someone show me a sample versionof this for MASP on IRVINE 23 (assembler)

    ENTER, LEAVE or LOCAL

    Rewrite the following procedure code without using assembler directives ENTER, LEAVE or LOCAL:

    Proc1 PROC
    LOCAL X[13]:BYTE, Y:SDWORD, Z[5]:REAL4
    mov Z[0],00000000h
    mov Y,-1
    mov X[4],al
    mov ebx,ebp
    call Proc2
    mov al,bl
    mov ebx,Y
    ret
    Proc1 ENDP
    Filed under:
View Complete Thread