flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Tomasz Grysztar
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
Big thanks! But TLS = 9.
|
|||
![]() |
|
Tomasz Grysztar
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
Thanks!
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.