Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1096 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5f87dcea95
commit
b258333a71
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ tossubax:
|
|||
sta ptr1
|
||||
stx ptr1+1
|
||||
.ifpc02
|
||||
lda (sp),y ; Get lo byte
|
||||
lda (sp) ; Get lo byte
|
||||
ldy #1 ; Hi index
|
||||
.else
|
||||
ldy #0
|
||||
|
|
Loading…
Add table
Reference in a new issue