mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
b1238af49d
this will probably upset people
17 lines
245 B
Plaintext
17 lines
245 B
Plaintext
Add horizontal-flipped sprite mode to save sprite table space?
|
|
|
|
Could make VLIN faster by writing in chunks of two
|
|
|
|
6502 assembly woes:
|
|
why do
|
|
STA XX,Y
|
|
and
|
|
STA (XX),Y
|
|
do different things?
|
|
|
|
why are
|
|
LDA $44
|
|
and
|
|
LDA #$44
|
|
both valid?
|