fix c.addi16sp

This commit is contained in:
nora 2025-03-10 19:48:09 +01:00
parent 377c8412a7
commit 4965493a0e
4 changed files with 46 additions and 16 deletions

View file

@ -10,3 +10,6 @@ init: init.c
init1: init1.rs
$(RUSTC) init1.rs
x: x.S
$(CC_STATIC) x.S -o x