mirror of
https://github.com/elliotnunn/ToolboxToolbox.git
synced 2024-12-26 12:29:19 +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,6 +148,11 @@ o = MPWObject()
|
||||
o.putfirst()
|
||||
|
||||
for i in range(65536):
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user