mirror of
https://github.com/fachat/xa65.git
synced 2025-01-19 08:30:03 +00:00
11 lines
79 B
C
11 lines
79 B
C
|
|
#define X W
|
|
#define W 5
|
|
|
|
fuzz lda #W
|
|
sta $0400
|
|
bne fuzz
|
|
rts
|
|
|
|
lda @$c0c0c0
|