mirror of
https://github.com/jtauber/applepy.git
synced 2024-12-29 15:29:16 +00:00
whitespace nit
This commit is contained in:
parent
f521fba883
commit
36355def33
@ -454,7 +454,7 @@ class CPU:
|
|||||||
m = self.memory.read_byte(operand_address) << 1
|
m = self.memory.read_byte(operand_address) << 1
|
||||||
if self.carry_flag:
|
if self.carry_flag:
|
||||||
m = m | 0x01
|
m = m | 0x01
|
||||||
self.memory.write_byte(operand_address,self.update_nzc(m))
|
self.memory.write_byte(operand_address, self.update_nzc(m))
|
||||||
|
|
||||||
def ROR(self, operand_address=None):
|
def ROR(self, operand_address=None):
|
||||||
if operand_address is None:
|
if operand_address is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user