2021-03-27 15:46:35
United States
sei
ldx #$ff
txs
inx
lda #8
jsr CONV
lda #9
jsr CONV

LOOP:jmp LOOP

CONV:
pha
ora #64
sta $40,x
inx
pla
rts

Hi! I like to program the 650x series microprocessors and machines that use them.
1
7.0000
7
0
1