mirror of
https://github.com/lloeki/python-dcpu_16.git
synced 2025-12-06 09:54:39 +01:00
cosmetic
This commit is contained in:
parent
605790257f
commit
6f493aab4e
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ class CPU(object):
|
||||||
|
|
||||||
def _op(c, word):
|
def _op(c, word):
|
||||||
"""dispatch word to op and args"""
|
"""dispatch word to op and args"""
|
||||||
opcode = word & 0xF
|
opcode = word & 0xF
|
||||||
a_code = word >> 4 & 0x3F
|
a_code = word >> 4 & 0x3F
|
||||||
b_code = word >> 10 & 0x3F
|
b_code = word >> 10 & 0x3F
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue