Quote:
A branch to subroutine would be handy with 20 bit offset.
Unconditional branches and branch to subroutine have a 30-bit displacement.
Unconditional absolute jumps and calls have either a 30-bit or 70-bit address.
Conditional relative branches are stuck at 20-bits.
I have been looking at Qupls2024 version and thinking of modifying that instead. It had 64-bit instructions which would be reduced to 40-bits.
Also looking at the Stark tempted to modify that which has 32-bit instructions.
Not 100% sure which direction I am going ATM.