mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-07 20:31:47 +00:00
Removed duplicated instruction definitions
Signed-off-by: Mike Naberezny <mike@naberezny.com>
This commit is contained in:
parent
49fdcdfa9e
commit
c56b8590aa
@ -127,16 +127,6 @@ class MPU(NMOS6502):
|
||||
self.opTSB(self.AbsoluteAddr)
|
||||
self.pc += 2
|
||||
|
||||
@instruction(name="TSB", mode="zpg", cycles=5)
|
||||
def inst_0x04(self):
|
||||
self.opTSB(self.ZeroPageAddr)
|
||||
self.pc += 1
|
||||
|
||||
@instruction(name="TSB", mode="abs", cycles=6)
|
||||
def inst_0x0c(self):
|
||||
self.opTSB(self.AbsoluteAddr)
|
||||
self.pc += 2
|
||||
|
||||
@instruction(name="TRB", mode="zpg", cycles=5)
|
||||
def inst_0x14(self):
|
||||
self.opTRB(self.ZeroPageAddr)
|
||||
|
Loading…
Reference in New Issue
Block a user