RE: ASM Help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Just a quick qusetion: You did remember to push the parameters in opposite 
order, right?

e.g:

PUSH param3
PUSH param2
PUSH param1
MOV EBX, my_callback
CALL NEAR EBX

wich is the same as the following MASM code

INVOKE my_callback, param1,param2, param3

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu