X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/a5b2e36eb4b0649880763a70c48b4e5912934ec5..29ce189c438e15067a26aebcb12227a9c172a384:/avrcpm/avr/8080int-jmp.asm diff --git a/avrcpm/avr/8080int-jmp.asm b/avrcpm/avr/8080int-jmp.asm index 26811b5..1d7d1f3 100644 --- a/avrcpm/avr/8080int-jmp.asm +++ b/avrcpm/avr/8080int-jmp.asm @@ -680,7 +680,7 @@ do_op_outa: ; out (opl),a .endif mov temp,z_a mov temp2,opl - rcall portWrite + lcall portWrite ret ;----------------------------------------------------------------