mirror of
https://github.com/jtauber/applepy.git
synced 2024-12-29 00:30:44 +00:00
apparently PLA does not affect NZ flags
This commit is contained in:
parent
3a20c009d9
commit
32120dffef
@ -565,7 +565,7 @@ class CPU:
|
||||
self.push_byte(self.status_as_byte())
|
||||
|
||||
def PLA(self):
|
||||
self.accumulator = self.update_nz(self.pull_byte())
|
||||
self.accumulator = self.pull_byte() # @@@ doesn't effect NZ?
|
||||
|
||||
def PLP(self):
|
||||
self.status_from_byte(self.pull_byte())
|
||||
|
Loading…
Reference in New Issue
Block a user