more readme

This commit is contained in:
Yaossg 2024-11-18 14:04:01 +08:00
parent 12840c12f9
commit 78bbc32779
2 changed files with 13 additions and 8 deletions

1
boot.c
View file

@ -511,7 +511,6 @@ void asm_sd(const char* rs1, int imm, const char* rs2) {
printf(" add t0, %s, t0\n", rs2);
printf(" sd %s, 0(t0)\n", rs1);
}
}
void asm_addi(const char* rd, const char* rs, int imm) {