Skip to content

Commit

Permalink
ЛР6. Исправление опечатки в листинге программы
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Nov 14, 2023
1 parent 2790eb8 commit 68c009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/06. Datapath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endmodule
24: srai x8, x7, 1
28: srli x9, x8, 29
2C: lui x10, 0xfadec
30: add x10, x10,-1346
30: addi x10, x10,-1346
34: sw x10, 0x0(x4)
38: sh x10, 0x6(x4)
3C: sb x10, 0xb(x4)
Expand Down

0 comments on commit 68c009a

Please sign in to comment.