Currently the syntax is: ``` jalr rd, rs1, offset ``` The standard syntax appears to be: ``` jalr rd, offset(rs1) ``` If offset is zero, then both of these I think are valid: ``` jalr rd, (rs) jalr rd, rs ``` I'm not sure we handle the latter case for load/store.
Currently the syntax is:
The standard syntax appears to be:
If offset is zero, then both of these I think are valid:
I'm not sure we handle the latter case for load/store.