ADC (RAUTE)$nn
From C64-Wiki
Jump to navigationJump to searchThis article is very short and not very detailed. Please help to improve it. |
Mnemonic: | ADC #$nn | ||||||
2. Schreibweise: | {{{2. Schreibweise}}} | ||||||
Opcode: | $69 | ||||||
Operator(en): | $nn | ||||||
Byte count: | 2 | ||||||
Command type: | Arithmetic- and logic command | ||||||
Address mode: | directly | ||||||
register flags: | |||||||
Carry Flag | |||||||
Negative Flag | |||||||
Overflow Flag | |||||||
Zero Flag | |||||||
Cycles: | 2 | ||||||
The command ADC (RAUTE)$nnadds memory to accumulato, with carry, immediate.
ADC #Operand
Function flow
Explanation of the mnemonic shortcut
ADC | ADd with Carry |
Add accumulator with operator and carry flag |
Example
Look at ADC $hhll.