- Fixed label couldn't be placed at very high address
- Added function to create and place label (useful if label doesn't need to be accessed before the declaration address)
- Updated to Kotlin 1.9.24
- Updated to Kotlin 1.6.10
- Updated to Kotlin 1.5.30
- JVM target is now JVM 11
- Fixed incorrect assembly for pseudo-instructions:
blt
,bge
,bgt
,ble
- Updated to Kotlin 1.3.50
- Updated to Kotlin 1.3.20
- Added MIPS II instruction set (including FPU instructions)
- Added FPU instruction set
- Updated instruction set to closer match reference document
Int
s are now used as asm instructions argument types instead ofShort
sli
pseudo instruction will get converted toaddiu
for negative values and toori
for positive values
- Initial release