6502-emulator/sample/draw.asm

10 lines
106 B
NASM
Raw Normal View History

2019-04-23 20:19:00 +00:00
lda #$0
loop
sta $e000, x
inx
adc #$1
cpx #$ff
bne loop