fix comment and fix syntax
This commit is contained in:
parent
017a337180
commit
c2a4ff416d
3 changed files with 11 additions and 9 deletions
2
wip-hugo/END.s
Normal file
2
wip-hugo/END.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
binary_factor:
|
||||
.byte %00000001, %00000010, %00000100, %00001000, %00010000, %00100000, %01000000, %10000000
|
|
@ -11,7 +11,7 @@
|
|||
AND #%00000111
|
||||
TAX
|
||||
|
||||
# this is the same as: A = 2^X
|
||||
;;this is the same as: A = 2^X
|
||||
LDA binary_factor, X
|
||||
|
||||
STA byte_to_paint
|
||||
|
|
Loading…
Add table
Reference in a new issue