X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/b741422ef658ff493a77618efc302ee1cad07ab3..29ce189c438e15067a26aebcb12227a9c172a384:/avrcpm/avr/8080int-jmp.asm diff --git a/avrcpm/avr/8080int-jmp.asm b/avrcpm/avr/8080int-jmp.asm index c790996..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 ;---------------------------------------------------------------- @@ -699,7 +699,7 @@ do_op_in: ; in a,(opl) .endif mov temp2,opl - rcall portRead + lcall portRead mov opl,temp .if PORT_DEBUG