Commit Graph

3 Commits

Author SHA1 Message Date
Juhani Krekelä 099b09eee3 Add a hashbang line 2022-07-23 15:46:27 +03:00
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
Juhani Krekelä 57473ee34e First commit 2022-05-08 14:14:36 +02:00