mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
630daee702
While here add SED emulation. Implement BCD support for ADC instruction.
6 lines
40 B
ArmAsm
6 lines
40 B
ArmAsm
start: sed
|
|
lda #0x11
|
|
adc #0x22
|
|
stp
|
|
|