JMP #$ what does this mean
in Propeller 2
JMP #address sets PC program counter to address what does #$ mean
JMP #address sets PC program counter to address what does #$ mean
Comments
Same as:
here jmp #here
$ is the current address. You can use an offset with $ as well.
drvh scl ' scl high testp scl wc ' check for clock stretch if_nc jmp #$-2
Thanks
Regards
Bob (WRD)