A83: Help TASM


[Prev][Next][Index][Thread]

A83: Help TASM




I have a semihard question.
I need to know how the tasm compiler encodes the labels. For example:
If you have:

Jimmy:
 ld a,69h
 jr Jimmy

I need to know how the compiler tells it where it should jump to, in the 
program.  Does it go to a certain byte ect...

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: