more readme
This commit is contained in:
parent
12840c12f9
commit
78bbc32779
2 changed files with 13 additions and 8 deletions
1
boot.c
1
boot.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue