68k instruction set summary

This commit is contained in:
Elliot Nunn
2018-07-12 22:29:03 +08:00
parent 72c8716b63
commit cdada5d559
2 changed files with 51675 additions and 1 deletions
+51669
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -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)