6502-emulator/sample/draw.asm
2019-04-23 21:19:00 +01:00

10 lines
106 B
NASM

lda #$0
loop
sta $e000, x
inx
adc #$1
cpx #$ff
bne loop