mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
This commit is contained in:
parent
8c68d48f80
commit
6989c3e067
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Both arguments and the return type are `uint32_t` meaning they are large enough
|
|||
|
||||
To do anything useful, VM code must make syscalls and you will likely need to define some which make sense for your application.
|
||||
|
||||
(**Note**, uvm32 assumes that hosts are the same endianness as the vm - little endian. If this is not the case, you will have a bad time, patches welcome...)
|
||||
(**Note**, uvm32 assumes that hosts are the same endianness as the vm - little endian. If this is not the case, you will have a bad time, patches welcome... see https://github.com/Vali0004/mini-rv32ima-be/blob/master/mini-rv32ima/mini-rv32ima.h)
|
||||
|
||||
## Inbuilt systems
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue