Not a colonic master, but yeah, i believe you can't stack any ASM on the same line.
Note, a GOTO $+1 = 2 X NOP. For the 18F you have to use GOTO $+2
Not a colonic master, but yeah, i believe you can't stack any ASM on the same line.
Note, a GOTO $+1 = 2 X NOP. For the 18F you have to use GOTO $+2
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
in asm $ represent the current address (line). using GOTO $+1 will jump on the next address, $-1 to the previous. It avoid to have to use/add tons of label when you don't really need them.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
no problem, you're welcome. Once you have a newer version, just post it here, maybe we could reduce it again and again.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks