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
5fa919e35b
commit
32a827b728
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ def log(string):
|
||||||
spec = '1.1'
|
spec = '1.1'
|
||||||
|
|
||||||
w = 16
|
w = 16
|
||||||
wmask = 2**w-1
|
wmask = 2**w - 1
|
||||||
|
|
||||||
literals = [l for l in xrange(0, 0x20)]
|
literals = [l for l in xrange(0, 0x20)]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue