mirror of
https://github.com/elliotnunn/ToolboxToolbox.git
synced 2025-01-13 09:31:52 +00:00
68k instruction set summary
This commit is contained in:
parent
72c8716b63
commit
cdada5d559
51669
68k summary.txt
Normal file
51669
68k summary.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -148,7 +148,12 @@ o = MPWObject()
|
|||||||
o.putfirst()
|
o.putfirst()
|
||||||
|
|
||||||
for i in range(65536):
|
for i in range(65536):
|
||||||
b = struct.pack('>H16b', i, *range(1,17))
|
b = struct.pack('>H16b', i, *range(16))
|
||||||
|
|
||||||
|
o.putmod(name='#xxxx')
|
||||||
|
o.putcontents(b)
|
||||||
|
|
||||||
|
b = struct.pack('>H16b', i, *range(1, 17))
|
||||||
|
|
||||||
o.putmod(name='#xxxx')
|
o.putmod(name='#xxxx')
|
||||||
o.putcontents(b)
|
o.putcontents(b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user