X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/9c15f36650204cc8a2ada229ecbb50b592dc6aaa..29ce189c438e15067a26aebcb12227a9c172a384:/avrcpm/avr/8080int-jmp.asm diff --git a/avrcpm/avr/8080int-jmp.asm b/avrcpm/avr/8080int-jmp.asm index 742a4ed..1d7d1f3 100644 --- a/avrcpm/avr/8080int-jmp.asm +++ b/avrcpm/avr/8080int-jmp.asm @@ -651,7 +651,7 @@ do_store_am: do_op_inv: sbiw z_pcl,1 - rcall printregs + lcall printregs printstring "Invalid opcode! " haltinv: @@ -680,7 +680,7 @@ do_op_outa: ; out (opl),a .endif mov temp,z_a mov temp2,opl - rcall portWrite + lcall portWrite ret ;---------------------------------------------------------------- @@ -699,7 +699,7 @@ do_op_in: ; in a,(opl) .endif mov temp2,opl - rcall portRead + lcall portRead mov opl,temp .if PORT_DEBUG