flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
vid
why such syntax?
|
|||
![]() |
|
vid
dark_teo: starting macro name with "." in FASM, isn't a good idea
|
|||
![]() |
|
dead_body
vid: or maybe, each label must start with "_"?
for example label: ._end or .__end dark_teo: done equ 1 is not a good solution. more memory needed to compile. (fasm saves each value of "done" in memory, for restore command.) |
|||
![]() |
|
vid
label "._end" doesn't start with "_"
label names starting with "." have special meaning in FASM. In theory, this doesn't interfere with preprocessing, but in practise, people often use names like ".data" and ".end". These are awaited NOT to be overdefined by macro. |
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.