flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
Your code for n=9 is not a nop "mov [ss:esp-4],dword 0" alters the stack.
To detect 16/32 bit mode you can use something like this: Code: virtual at 0 xchg eax,eax detected_16bit = $-1 end virtual if detected_16bit ;... end if |
|||
![]() |
|
l4m2
revolution wrote: Your code for n=9 is not a nop "mov [ss:esp-4],dword 0" alters the stack. Yes it did modified [esp-4] but that's out of the stack. Anytime it gets changed. |
|||
![]() |
|
revolution
l4m2 wrote: Yes it did modified [esp-4] but that's out of the stack. Anytime it gets changed. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.