try compressed

This commit is contained in:
nora 2025-03-23 12:19:27 +01:00
parent 16bd9072df
commit 218968acb0
2 changed files with 80 additions and 11 deletions

View file

@ -64,6 +64,7 @@ This crate supports `no_std` without the `alloc` crate.
# Testing
This crate is tested by exhaustively going through all 32 bit values that are valid instructions and roundtripping the disassembly through the clang assembler, ensuring it remains the same.
This is not yet done for compressed instructions.
Additionally, it's also tested as part of an emulator, which tests many different kinds of instructions.