diff --git a/README.md b/README.md index 74d62db..a253b26 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,26 @@ priv=M mstatus=0000000a00000000 cycles=4 tinyemu: Unknown mcause 2, quitting ``` +[Insert NOP to pad 16-bit RISC-V Instructions to 32-bit](https://github.com/lupyuen/ox64-tinyemu/commit/23a36478cf03561d40f357f876284c09722ce455) + +```text +work_start_lowpri: Starting low-priority kernel worker thread(s) +nx_start_application: Starting init task: /system/bin/init +up_exit: TCB=0x504098d0 exiting +raise_exception2: cause=8, tval=0x0 +pc =00000000800019c6 ra =0000000080000086 sp =0000000080202bc0 gp =0000000000000000 +tp =0000000000000000 t0 =0000000000000000 t1 =0000000000000000 t2 =0000000000000000 +s0 =0000000000000001 s1 =0000000080202010 a0 =000000000000000d a1 =0000000000000000 +a2 =0000000080202bc8 a3 =0000000080202010 a4 =0000000080000030 a5 =0000000000000000 +a6 =0000000000000101 a7 =0000000000000000 s2 =0000000000000000 s3 =0000000000000000 +s4 =0000000000000000 s5 =0000000000000000 s6 =0000000000000000 s7 =0000000000000000 +s8 =0000000000000000 s9 =0000000000000000 s10=0000000000000000 s11=0000000000000000 +t3 =0000000000000000 t4 =0000000000000000 t5 =0000000000000000 t6 =0000000000000000 +priv=U mstatus=0000000a000400a1 cycles=79648442 + mideleg=0000000000000000 mie=0000000000000000 mip=0000000000000080 +raise_exception2: cause=2, tval=0x0 +``` + # TinyEMU [![Build](https://github.com/lupyuen/TinyEMU/workflows/Build/badge.svg)][GitHub Actions]