flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > 'out' macro Goto page Previous 1, 2 |
Author |
|
vid 15 Nov 2006, 06:16
why such syntax?
|
|||
15 Nov 2006, 06:16 |
|
vid 15 Nov 2006, 11:24
dark_teo: starting macro name with "." in FASM, isn't a good idea
|
|||
15 Nov 2006, 11:24 |
|
dead_body 15 Nov 2006, 13:09
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.) |
|||
15 Nov 2006, 13:09 |
|
vid 15 Nov 2006, 14:52
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. |
|||
15 Nov 2006, 14:52 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.