flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
ouadji
amazing, here is a label both anonymous and not anonymous Code: struct AA dx dd ? ends @@ AA mov eax,[@B] ;anonymous mov eax,[@@.dx] ;not anonymous 2 passes, 12 bytes |
|||
![]() |
|
edfed
cool:
![]() Code: struct AA entry: mov ecx,43 mov eax,[esi] add esi,4 loop: @@: add eax,[esi] loop @@.loop but it will give problems when multiple @@: AA will be defined. |
|||
![]() |
|
baldr
ouadji & edfed,
Nothing strange, see MACRO\STRUCT.INC. Or preprocess the source. It's @b/@r/@f references that make @@ constant special. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.