flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
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
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-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.