Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | add a Reader type that can read architecture-defined words | iximeow | |
this is useful for instruction sets like arm where instructions are guaranteed to be 4 bytes, as well as instruction sets where an instruction word is not a multiple of u8 bytes. |