mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
2b9a86f35a
works though
15 lines
181 B
Plaintext
15 lines
181 B
Plaintext
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?
|