aznium
April 19th, 2005, 12:31 AM
sorry im a nub
ret returns from the method rite? or does it exit?
lets say i think somethign like this
__asm
{
main:
jmp addsomething
jmp subtractsomething
ret
addsomething:
add eax, 12345
ret
subtractsomething:
sub eax. 54321
ret
}
my question is.,...would subtract something be called? thx :D
ret returns from the method rite? or does it exit?
lets say i think somethign like this
__asm
{
main:
jmp addsomething
jmp subtractsomething
ret
addsomething:
add eax, 12345
ret
subtractsomething:
sub eax. 54321
ret
}
my question is.,...would subtract something be called? thx :D