JMP #address sets PC program counter to address what does #$ mean
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)
Comments
Same as:
$ is the current address. You can use an offset with $ as well.
Thanks
Regards
Bob (WRD)