Skip to content
Snippets Groups Projects
Commit 516e6c0e authored by Mickael Fiorentino's avatar Mickael Fiorentino
Browse files

Correction d'une nouvelle typo dans riscv_basic.S

parent aabe1424
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,10 @@ next:
* Dépendances de données
******************************************************************************/
fwd:
addi sp, sp, -8 // x2 = 0x00000FF4
sw sp, 0(sp) // DMEM[1FD] = 0x00000FF4
lw a0, 0(sp) // x10 = 0x00000FF4
lw a1, 0(a0) // x11 = 0x00000FF4
addi sp, sp, -8 // x2 = 0x000007F4
sw sp, 0(sp) // DMEM[1FD] = 0x000007F4
lw a0, 0(sp) // x10 = 0x000007F4
lw a1, 0(a0) // x11 = 0x000007F4
nop
nop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment