doxs: Fix incorrect terminology in instruction docs

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-31 18:27:47 -04:00
parent 5edb36df2a
commit c99a7fd93f

View File

@@ -170,7 +170,7 @@ ssa_version_t ssa_versions[???];
### Operational Information
If Bit[17] in `src1`, `src2`, or `src` is 1, the operand is a raw number. It has not SSA index. It has no entry in `ssa_versions`.
If Bit[17] in `src1`, `src2`, or `src` is 1, the operand is a constant. It has not SSA index. It has no entry in `ssa_versions`.
## Instruction Design