Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-23 | double-precision control register ranges have names, more docs | iximeow | |
2023-12-23 | module doc comments, of course | iximeow | |
2023-12-23 | more docs | iximeow | |
2023-12-23 | more adjustments, backed by test discoveries | iximeow | |
* displacements in deref are now stored as their real value, not the scaled-down value parsed from instructions * byte and word relative branches have a distinct operand, not `ImmB`/`ImmW` * properly interpret 3-bit branch displacement of `bra.s` * show negative branch offsets as negatives * displacements shown as hex * memory access size suffixes actually displayed on instruction | |||
2023-12-23 | more fuzz targets | iximeow | |
2023-12-23 | another fuzz catch: checked ld!=11 but did not prove sz!=11 | iximeow | |
2023-12-23 | more fuzz-discovered panics: some decode_mem_op calls have incorrect ↵ | iximeow | |
argument order | |||
2023-12-23 | add fuzz target for no panicking plz (it found panics) | iximeow | |
2023-12-23 | stale todo | iximeow | |
2023-12-23 | well, thats the rest of it (mostly) | iximeow | |
2023-12-22 | initial commit (it doesn't build, but it's all the notes at least) | iximeow | |