ASL |
ASL Shift Left One Bit (Memory or Accumulator) |
ASL | |||||||||||||||||||||||||||||||
Operation: C ← 7|6|5|4|3|2|1|0 ← 0 |
N Z C I D V / / / _ _ _ | ||||||||||||||||||||||||||||||||
(Ref: 10.2) | |||||||||||||||||||||||||||||||||
|
BCC |
BCC Branch on Carry Clear |
BCC | |||||||||||
Operation: Branch on C = 0 |
N Z C I D V _ _ _ _ _ _ | ||||||||||||
(Ref: 4.1.1.3) | |||||||||||||
| |||||||||||||
* Add 1 if branch occurs to same page. * Add 2 if branch occurs to different page. |
BCS |
BCS Branch on carry slear |
BCS | |||||||||||
Operation: Branch on C = 1 |
N Z C I D V _ _ _ _ _ _ | ||||||||||||
(Ref: 4.1.1.4) | |||||||||||||
| |||||||||||||
* Add 1 if branch occurs to same page. * Add 2 if branch occurs to next page. |
This page has been created by Sami Rautiainen. | |
Read the small print. | Last updated December 05, 2002. |