From 7bf965b755b667f7da05e0995c2f09c54a8a2f11 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 15 Dec 2022 00:41:05 -0600 Subject: Implement swi (system call) --- tb/sim/syscall.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tb/sim/syscall.py (limited to 'tb/sim/syscall.py') diff --git a/tb/sim/syscall.py b/tb/sim/syscall.py new file mode 100644 index 0000000..cfb9859 --- /dev/null +++ b/tb/sim/syscall.py @@ -0,0 +1,2 @@ +def final(): + assert_reg(r0, 124) -- cgit v1.2.3