mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Renaming and documentating header
This commit is contained in:
parent
9880eadf4f
commit
8158ac647c
19 changed files with 305 additions and 225 deletions
|
|
@ -181,6 +181,8 @@ uvm32_run(&vmst, &evt, 1000);
|
|||
|
||||
The uvm32 memory size is set at compile time with `-DUVM32_MEMORY_SIZE=X` (in bytes). A memory of 512 bytes will be sufficient for trivial programs.
|
||||
|
||||
Define `UVM32_ERROR_STRINGS` to add an `errstr` field to `uvm32_evt_err_t` giving a printable error string.
|
||||
|
||||
## Debugging
|
||||
|
||||
Binaries can be disassembled with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue