]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/virt_ports.asm
* MMC/SD Bootloader support
[avrcpm.git] / avr / virt_ports.asm
index b03a268fdbf07387492f4b1a6520974ea56e16fc..05cfd933b47ee9d9ba0b5e87b34414c38742a379 100644 (file)
@@ -246,14 +246,14 @@ uartin:
        clr     temp
        lds     temp2,rxcount
        cpse    temp2,_0
-        rjmp   uartgetc
+        ljmp   uartgetc
        ret
 
 uartout:
        lds     temp2,txcount
        cpi     temp2,TXBUFSIZE
        breq    uartout_1
-       rjmp uartputc
+       ljmp uartputc
 uartout_1:
        ret
 
@@ -268,7 +268,7 @@ conStatus:
 dbgOut:
        printnewline
        printstring "Debug: "
-       rcall printhex
+       lcall printhex
        ret