I have tried, or i think i have tried... Maybe i'll have to try it again.
I'll post the result later on.
Is this the correct way of doing a loop in the bootloader ASM code, and where should i put this code if this ?
I'll post the result later on.
Is this the correct way of doing a loop in the bootloader ASM code, and where should i put this code if this ?
Code:
loop:
bset PORTB, #PORTB2 ;
bclr PORTB, #PORTB2 ;
; Ok here i have to do some command to jump back to loop: "start" but what is the command ? is it => je loop: or maybe as in basic => goto loop: ?