]> cloudbase.mooo.com Git - avrcpm.git/commitdiff
* More rcall --> lcall changes.
authorLeo <erbl259-lmu@yahoo.de>
Thu, 7 Oct 2010 08:10:33 +0000 (08:10 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Thu, 7 Oct 2010 08:10:33 +0000 (08:10 +0000)
git-svn-id: svn://cu.loc/avr-cpm/trunk@131 57430480-672e-4586-8877-bcf8adbbf3b7

avrcpm/avr/8080int-t3-jmp.asm
avrcpm/avr/8080int-t3.asm
avrcpm/avr/8080int.asm
avrcpm/avr/z80int.asm

index 0b0bdd7662ffc48b4240019959cc31041e27998f..7d24af2b6999be7e2957fd33dc204cae07f8cb06 100644 (file)
@@ -722,7 +722,7 @@ opjumps:
 do_op_inv:
        printstring "Invalid opcode @ PC="
        movw   temp,z_pcl
-       rcall printhexw
+       lcall printhexw
 
 haltinv:
        rjmp haltinv
index 9d99c027dd8531ce82586d4fc8ac067a983f1f58..149dff626b4b99cd77586345d578d48dbda76bf8 100644 (file)
@@ -746,7 +746,7 @@ opjumps:
 do_op_inv:
        printstring "Invalid opcode @ PC="
        movw   temp,z_pcl
-       rcall printhexw
+       lcall printhexw
 
 haltinv:
        rjmp haltinv
index 1acb38be1e12bbf8c340ee48aca2cadf24e15daa..85445cf672ae999013bd3f07e463ca90b6fb2980 100644 (file)
@@ -635,7 +635,7 @@ do_store_am:
 do_op_inv:
        printstring "Invalid opcode @ PC="
        movw   temp,z_pcl
-       rcall printhexw
+       lcall printhexw
 
 haltinv:
        rjmp haltinv
index 870719ad7c86e4ae08233973264fd2023f37476b..d9cd4a0466e2c41348ac4cc5c4744f9a59990321 100644 (file)
@@ -877,7 +877,7 @@ opjumps:
 do_op_inv:
        printstring "Invalid opcode @ PC="
        movw   temp,z_pcl
-       rcall printhexw
+       lcall printhexw
 haltinv:
        rjmp haltinv