Hi,
I would like to check whether "$" has any significant meaning in coding for 8051 in assembly language?
I currently has a code by other ppl, it has no compiling error and looks ok. But i can't find the meaning of "$"...
The example code is: JNB TI, $
The code check for transmit interrupt. What will happen if TI is not set? Pls help.
regards,