5 lines
55 B
Text
5 lines
55 B
Text
|
|
LDA #%01010101
|
||
|
|
EOR #255
|
||
|
|
CLC
|
||
|
|
ADC #1 ;result: #%10101011
|