Skip to content

Releases: kotcrab/kmips

kmips 1.7

10 Jun 21:49
Compare
Choose a tag to compare

See CHANGES file

kmips 1.6

24 Mar 17:49
Compare
Choose a tag to compare

See CHANGES file

kmips 1.5

05 Sep 12:03
Compare
Choose a tag to compare

See CHANGES file

kmips 1.2

31 May 10:21
Compare
Choose a tag to compare

Version: 1.2

  • Added MIPS II instruction set (including FPU instructions)

kmips 1.1

25 May 17:39
b7f93c6
Compare
Choose a tag to compare

Version: 1.1

  • Added FPU instruction set
  • Updated instruction set to closer match reference document
  • Ints are now used as asm instructions argument types instead of Shorts
  • li pseudo instruction will get converted to addiu for negative values and to ori for positive values