mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 14:25:02 +01:00
try compressed
This commit is contained in:
parent
16bd9072df
commit
218968acb0
2 changed files with 80 additions and 11 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue