The negative numbers in immediates are not displayed consistently. <img width="418" alt="image" src="https://github.com/user-attachments/assets/f17526e5-a4ba-4e16-b8c4-ae9198117553" /> Compare: `ADD_IMM_32` and `JUMP` - the first displays a large number (which in reality is `-1`), while the latter displays `-13`. We should consistently display immediates as negative values.