Open nickchan2 opened 10 months ago
We should document any custom instructions we add.
So far this is just IRVE.EXIT, aka .insn r CUSTOM_0, 0, 0, x0, x0, x0
IRVE.EXIT
.insn r CUSTOM_0, 0, 0, x0, x0, x0
Agreed. We should try to match the style of the spec as well
We should document any custom instructions we add.
So far this is just
IRVE.EXIT
, aka.insn r CUSTOM_0, 0, 0, x0, x0, x0