X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/a7b795ca288038b9b99c6afe5d15cf2ddd4dac3f..de15c768141e7d7c3f34e6a4260d1c7a55cece4f:/avr/dsk_cpm.asm diff --git a/avr/dsk_cpm.asm b/avr/dsk_cpm.asm index e154e4b..0999b79 100644 --- a/avr/dsk_cpm.asm +++ b/avr/dsk_cpm.asm @@ -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 +