1
0

docs: fix typo in isa spec

This commit is contained in:
2026-05-31 12:58:30 +02:00
parent a28ae3a6e7
commit b1a97d45d1

View File

@ -163,7 +163,7 @@ memory adress.
(1, [s]), (1, [s]),
(4, [r]), (4, [r]),
), ((12, [imm[0:11]]),)) ), ((12, [imm[0:11]]),))
instruction_diagram(((12, [imm[12:23]]),), ((12, [ımm[24:35]]),), voff: -3) instruction_diagram(((12, [imm[12:23]]),), ((12, [imm[24:35]]),), voff: -3)
instruction_diagram(((12, [imm[36:47]]),), voff: -6) instruction_diagram(((12, [imm[36:47]]),), voff: -6)
}, },
), ),
@ -245,7 +245,7 @@ memory adress.
(1, [Z]), (1, [Z]),
(1, [R]), (1, [R]),
), ((12, [imm[0:11]]),)) ), ((12, [imm[0:11]]),))
instruction_diagram(((12, [imm[12:23]]),), ((12, [ımm[24:35]]),), voff: -3) instruction_diagram(((12, [imm[12:23]]),), ((12, [imm[24:35]]),), voff: -3)
instruction_diagram(((12, [imm[36:47]]),), voff: -6) instruction_diagram(((12, [imm[36:47]]),), voff: -6)
}, },
), ),