1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00

actually make TAS work :)

This commit is contained in:
mrdudz
2014-11-20 02:47:33 +01:00
parent c2704ec72a
commit 6273d1cdc0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@
tya ; 98
sta $1234,y ; 99 34 12
txs ; 9a
shs $1234,y ; 9b 34 12
tas $1234,y ; 9b 34 12
shy $1234,x ; 9c 34 12
sta $1234,x ; 9d 34 12
shx $1234,y ; 9e 34 12
+1 -1
View File
@@ -125,7 +125,7 @@
shx $1234,y ; 9e 34 12
shy $1234,x ; 9c 34 12
shs $1234,y ; 9b 34 12
tas $1234,y ; 9b 34 12
las $1234,y ; bb 34 12
; the two so-called "highly unstable" ones: