flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 07 Mar 2017, 07:27
It all in the source:
Code: symbol_characters db 27 db 9,0Ah,0Dh,1Ah,20h,'+-/*=<>()[]{}:,|&~#`;\' |
|||
![]() |
|
Tomasz Grysztar 07 Mar 2017, 07:45
The special characters are also defined in the section 1.2.1 of the manual.
|
|||
![]() |
|
revolution 07 Mar 2017, 07:50
Hehe, source code is always current; documentation and manuals not always so.
![]() |
|||
![]() |
|
Rubyko 07 Mar 2017, 08:52
Thank you guys =)
|
|||
![]() |
|
Furs 07 Mar 2017, 12:03
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 07 Mar 2017, 12:14
Or set your editor to show tab characters.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.