flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
It all in the source:
Code: symbol_characters db 27 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\' |
|||
![]() |
|
Tomasz Grysztar
The special characters are also defined in the section 1.2.1 of the manual.
|
|||
![]() |
|
revolution
Hehe, source code is always current; documentation and manuals not always so.
![]() |
|||
![]() |
|
Rubyko
Thank you guys =)
|
|||
![]() |
|
Furs
Personally I would just use indentation to show loop boundaries.
But if you really want to use a macro like that, try the lowercase L character for the macro? Depending on your font it looks almost the same. Code: macro l {} loop1: l l loop2: l l l l l l l loop loop2 l loop loop1 I don't think that's going to work on lines that have other commands, unless you use a macro parameter for them. IMO not worth the effort, just use indentation ![]() |
|||
![]() |
|
revolution
Or set your editor to show tab characters.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.