]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/dsk_cpm.asm
* Set macro I2C=0 as default.
[avrcpm.git] / avr / dsk_cpm.asm
index e154e4bcc851cca5b82caddfbaa43a821c4fe3f8..0999b7928989e1b61cd2af1810d6b3b837ad293d 100644 (file)
@@ -87,7 +87,7 @@ cpm_hostparam:
 ;      mov     temp3,yl
        clr     temp3
        clr     temp4
-       rcall   print_ultoa
+       lcall   print_ultoa
        pop     temp
        pop     temp2
        pop     temp3
@@ -118,7 +118,7 @@ cpm_hp1:
        push    temp
        movw    temp,x
        movw    temp3,y
-       rcall   print_ultoa
+       lcall   print_ultoa
        pop     temp
        pop     temp2
        pop     temp3
@@ -237,3 +237,6 @@ cpm_add_e:
        ret
                
 #endif
+
+; vim:set ts=8 noet nowrap
+