flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > segment .main error (format MZ) |
Author |
|
revolution 22 Aug 2009, 09:27
Labels beginning with a dot are local labels and the name is attached to the end of any preceding non-local label. In the case above the previous non-local label is "x" and .main is attached to make x.main
Code: format MZ entry x.main:start segment .text x db 0xff segment .main start: mov ax, x |
|||
22 Aug 2009, 09:27 |
|
Dasn 22 Aug 2009, 13:45
revolution wrote: Labels beginning with a dot are local labels and the name is attached to the end of any preceding non-local label. In the case above the previous non-local label is "x" and .main is attached to make x.main Thanks for your quick reponse, I get it now. |
|||
22 Aug 2009, 13:45 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.