mirror of
https://github.com/jtauber/applepy.git
synced 2024-11-23 10:31:02 +00:00
fixed stray comment
This commit is contained in:
parent
ebca76c29b
commit
294d9b027a
@ -643,7 +643,6 @@ class CPU:
|
||||
pass
|
||||
|
||||
def BRK(self):
|
||||
# push PC
|
||||
self.push_word(self.program_counter + 1)
|
||||
self.push_byte(self.status_as_byte())
|
||||
self.program_counter = self.memory.read_word(0xFFFE)
|
||||
|
Loading…
Reference in New Issue
Block a user