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 65x series microprocessors and machines that use them.
49
1.8776
13
0
1
This user is not a member of any groups