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