mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-15 22:05:01 +01:00
meow
This commit is contained in:
parent
7183421b8f
commit
29bb73425b
7 changed files with 423 additions and 23 deletions
|
|
@ -63,9 +63,10 @@ fn main() -> eyre::Result<()> {
|
|||
let mut emu = emu::Emulator {
|
||||
mem,
|
||||
xreg: [0; 32],
|
||||
xreg0_value: 0,
|
||||
pc: start,
|
||||
};
|
||||
emu.execute().unwrap();
|
||||
emu.start_linux().unwrap();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue