flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > virtual at reg & push? |
Author |
|
l_inc 21 May 2011, 14:41
Code: virtual at ebp var1 dd ? var2 dd ? var3 dd ? end virtual is equivalent to Code: label var1 dword at ebp label var2 dword at ebp+4 label var3 dword at ebp+8 So I assume, because register-based labels are the special case. I find such behaviour reasonable, because even if pushd var1 was allowed, then pushd var2 would not work anyway. This seems to be not so consistent as the current behaviour. |
|||
21 May 2011, 14:41 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.