ASL

Arithmetic Shift Left

Description

ASL shifts the bits left by one bit

Flags affected
N Z C I D V
+ + + - - -
Addressing Mode Assembly OpCode No. Bytes. No. Cycles
(Accumulator) ASL A 0A 1 2
Zero Page ASL Oper 06 2 5
Zero Page, X ASL Oper, X 16 2 6
Absolute ASL Oper 0E 3 6
Absolute, X ASL Oper, X 1E 3 7
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.