mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Implemented DSTS scale and MSB/LSB handling
This commit is contained in:
@@ -164,6 +164,7 @@ class DisplayCPU(object):
|
||||
tracestr = self.doDEIMByte(instruction >> 8)
|
||||
if self.Mode == self.MODE_DEIM:
|
||||
tracestr += ', ' + self.doDEIMByte(instruction & 0xff, True)
|
||||
log('execute_one_instruction: tracestr=%s' % tracestr)
|
||||
return (1, tracestr)
|
||||
|
||||
opcode = instruction >> 12
|
||||
|
||||
Reference in New Issue
Block a user