1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 06:29:41 +00:00

Fixed errors in the incaxn functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@602 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-02-21 08:39:25 +00:00
parent 2610a3df10
commit 083f0aee44
5 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
.import incaxy
.proc incax3
lda #3
ldy #3
jmp incaxy
.endproc

View File

@ -9,7 +9,7 @@
.proc incax5
lda #5
ldy #5
jmp incaxy
.endproc

View File

@ -9,7 +9,7 @@
.proc incax6
lda #6
ldy #6
jmp incaxy
.endproc

View File

@ -9,7 +9,7 @@
.proc incax7
lda #7
ldy #7
jmp incaxy
.endproc

View File

@ -9,7 +9,7 @@
.proc incax8
lda #8
ldy #8
jmp incaxy
.endproc