RosettaCodeData/Task/Machine-code/6502-Assembly/machine-code-1.6502

5 lines
26 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LDA #$07
CLC
ADC #$0C
RTS