X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/678fc0b01b6a5e7ebb30388383ce2bea0d30303a..29ce189c438e15067a26aebcb12227a9c172a384:/avrcpm/avr/8080int-jmp.asm diff --git a/avrcpm/avr/8080int-jmp.asm b/avrcpm/avr/8080int-jmp.asm index eabe603..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 - call 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