Tools for the Thingamajig ISA
Go to file
Juhani Krekelä 110280ed5e Avoid attempted reads past end of program image
Previously if what could be a load, store, branch, or call instruction
was located within last two bytes of the program image being
disassembled, the disassembler would try to read out of bounds to get
its address parameter. This change marks such cases as not being valid
instructions.
2022-08-08 18:48:23 +03: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 Avoid attempted reads past end of program image 2022-08-08 18:48:23 +03:00