Skip to content

Commit 9b22a8d

Browse files
BadAtEveryGameDaniel
andauthored
fix short description of div instructions (#303)
Co-authored-by: Daniel <z5420321@gmail.com>
1 parent 7edd349 commit 9b22a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mips.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ instructions:
214214
reads: [Rs, Rt]
215215

216216
- name: DIV
217-
desc_short: Divides the values in $Rs and $Rt, storing the $Rs / $Rt in HI, and $Rs % $Rt in LO
217+
desc_short: Divides the values in $Rs and $Rt, storing the $Rs / $Rt in LO, and $Rs % $Rt in HI
218218
compile:
219219
format: [Rs, Rt]
220220
runtime:
@@ -223,7 +223,7 @@ instructions:
223223
reads: [Rs, Rt]
224224

225225
- name: DIVU
226-
desc_short: Divides the values in $Rs and $Rt, storing the $Rs / $Rt in HI, and $Rs % $Rt in LO, unsigned
226+
desc_short: Divides the values in $Rs and $Rt, storing the $Rs / $Rt in LO, and $Rs % $Rt in HI, unsigned
227227
compile:
228228
format: [Rs, Rt]
229229
runtime:

0 commit comments

Comments
 (0)