Changes

Jump to: navigation, search

6502 Emulator Example Code

78 bytes added, 18:27, 18 January 2022
Using the ROM routines
define PLOT $fff0 ; get/set cursor coordinates
jsr SCINIT ; initialize and clear the screen
ldy #$00
char: lda text,y
beq done
jsr CHROUT ; put the character in A on to the screen
iny
bne char

Navigation menu