Tools for the Thingamajig ISA
Go to file
Juhani Krekelä 66e28d6ef8 Properly handle non-instruction bytes in the range 0xa0…0xbf
Previously address arguments were extracted without verifying the start
byte corresponded to a valid instruction. In case of a non-instruction
byte this would result in the two following bytes to be silently
skipped.
2022-05-10 11:19:22 +02:00
.gitignore Properly handle non-instruction bytes in the range 0xa0…0xbf 2022-05-10 11:19:22 +02:00
CC0 First commit 2022-05-08 14:14:36 +02:00
thingamajig_disasm.py Properly handle non-instruction bytes in the range 0xa0…0xbf 2022-05-10 11:19:22 +02:00