Some more 6502 code

git-svn-id: svn://svn.cc65.org/cc65/trunk@485 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-27 23:37:53 +00:00
parent b4163d0e4e
commit 6cbd32b49d
2 changed files with 14 additions and 5 deletions

View File

@@ -14,8 +14,12 @@
ldy #1
lda (sp),y ; get hi byte
tax ; into x
.ifpc02
lda (sp) ; get lo byte
.else
dey
lda (sp),y ; get lo byte
.endif
.endproc