basic ASM question
Posted: Mon Mar 17, 2003 5:20 pm
when you have a label, how many bytes does this take?
e.g.
to access that word later, I'd have to say [mylabel + x]
where x is the length of mylabel.
e.g.
Code: Select all
mylabel:
dw 0
where x is the length of mylabel.