mirror of
https://github.com/elliotnunn/ToolboxToolbox.git
synced 2024-12-06 20:52:54 +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()
|
||||
|
||||
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.putcontents(b)
|
||||
|
Loading…
Reference in New Issue
Block a user