flat assembler
Message board for the users of flat assembler.
![]() |
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 |
|||
![]() |
|
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. ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.