Code: Select all
I_BSL(0, imm_value | 0x8000),
I_BSLE(0, imm_value | 0x8000),
I_BSGE(0, imm_value | 0x8000)
Code: Select all
JUMPS -4,10,LT // I=800a, CMP=0
JUMPS -4,10,LE // I=800a, CMP=2
JUMPS -4,10,GE // I=800a, CMP=3
Without adding the high bit the I_BSx instructions don't work accordingly.