mirror of
https://github.com/jtauber/applepy.git
synced 2025-02-16 17:30:27 +00:00
more groking of why memory-based ASL, DEC, INC, LSR, ROL and ROR take what they take
This commit is contained in:
parent
12671d81cb
commit
e2211e4189
@ -50,8 +50,10 @@ zero page, x 6
|
||||
absolute 6
|
||||
absolute, x 7
|
||||
|
||||
Note 3: looks like class I +2 (with the absolute, x +1 even if not page
|
||||
crossing)
|
||||
Note 3: these take 2 cycles longer than Class I because they involve a
|
||||
read-modify-write. Because the absolute, x is a write to an indexed
|
||||
non-zero-page memory location, there is an additional +1 even if not page
|
||||
crossing (see Note 2)
|
||||
|
||||
|
||||
Class IIIa
|
||||
|
Loading…
x
Reference in New Issue
Block a user