mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-13 18:30:21 +00:00
Added a fragment and the start of a line drawing mega65 program.
This commit is contained in:
parent
ebbecaa875
commit
0d546d215f
13
src/main/fragment/mos6502-common/vdum1=vduc1_plus_vwum2.asm
Normal file
13
src/main/fragment/mos6502-common/vdum1=vduc1_plus_vwum2.asm
Normal file
@ -0,0 +1,13 @@
|
||||
lda {m2}
|
||||
clc
|
||||
adc #<{c1}
|
||||
sta {m1}
|
||||
lda {m2}+1
|
||||
adc #>{c1}
|
||||
sta {m1}+1
|
||||
lda #0
|
||||
adc #<{c1}>>$10
|
||||
sta {m1}+2
|
||||
lda #0
|
||||
adc #>{c1}>>$10
|
||||
sta {m1}+3
|
Loading…
x
Reference in New Issue
Block a user