mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 06:15:02 +01:00
no_std
This commit is contained in:
parent
b1282e175c
commit
8730313c68
2 changed files with 19 additions and 14 deletions
|
|
@ -52,6 +52,10 @@ assert_eq!(is_compressed, rvdc::IsCompressed::No);
|
|||
assert_eq!(format!("{inst}"), "auipc t1, 10")
|
||||
```
|
||||
|
||||
# `no_std`
|
||||
|
||||
This crate supports `no_std` without the `alloc` crate.
|
||||
|
||||
# Panics
|
||||
|
||||
[`Inst::decode`] is guaranteed to **never** panic. This is ensured with a 32-bit exhaustive test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue