R
Randy Day
I'm at the low end of the learning curve on
PIC32 assembler programming (I know, I know,
'masochist', etc., etc.
The following code compiles, but the branch
instruction doesn't work; it just goes to
the instruction after the branch.
mainloop:
lw $t0, 0
addu $t0, 2
b mainloop
I tried 'j mainloop', and got the same thing.
What am I not understanding here?
PIC32 assembler programming (I know, I know,
'masochist', etc., etc.
The following code compiles, but the branch
instruction doesn't work; it just goes to
the instruction after the branch.
mainloop:
lw $t0, 0
addu $t0, 2
b mainloop
I tried 'j mainloop', and got the same thing.
What am I not understanding here?