10 lines
79 B
C
10 lines
79 B
C
|
|
#define X W
|
|
#define W 5
|
|
|
|
fuzz lda #W
|
|
sta $0400
|
|
bne fuzz
|
|
rts
|
|
|
|
lda @$c0c0c0
|