flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Tomasz Grysztar 01 May 2005, 13:41
The table of formatter symbols (do not mistake them with formatter directives, they actually reside in the instructions table) has to be sorted alphabetically, so you must put it into correct place into table.
However for this kind of modification is not necessary at all for your purpose, since "data" directive allows number as a parameter, too. You can do it this way: Code: TLS = 5 data TLS ; ... end data |
|||
![]() |
|
Alex Bubnoff 01 May 2005, 13:45
Big thanks! But TLS = 9.
|
|||
![]() |
|
Tomasz Grysztar 01 May 2005, 13:47
Oh, right. So you should have written:
Code: db 3,'tls',1Ah,9 if you really wanted to add it as a formatter symbol. |
|||
![]() |
|
Alex Bubnoff 02 May 2005, 09:35
Thanks!
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.