Skip to content

Releases: DavidSM64/SimpleArmipsGui

Version 1.3.2

11 Sep 22:36
5be6483
Compare
Choose a tag to compare

Updated to the latest version of armips (v0.10.0-48-g7aa5cba).

Version 1.3.1

02 Jun 20:01
Compare
Choose a tag to compare

Fixed a bug with additional arguments not being concatted correctly.

Version 1.3 Release

11 Mar 04:08
Compare
Choose a tag to compare

Version 1.3 Update

  • Restructured File paths
  • Added profiles for each of the different 10 architectures that armips supports.
  • Updated to the latest armips build (v0.9-107-gc19500c)

Version 1.2 Release

14 Jan 07:01
Compare
Choose a tag to compare

Version 1.2 Update:

  • You can now convert your assembly code to a SM64 Editor tweak in the new XML patch window.
  • You can now manage the executable programs that get run when the "assemble" button is pressed. You can even run programs before Armips does.
  • Moved the "Armips Readme" button to the main window.
  • Added a checkbox in the settings window to enable/disable the "File assembled successfully to ROM." message after a successful assemble.
  • Updated to latest armips build (v0.9-96-ge2610fe)

Version 1.1 Release

11 Nov 15:22
Compare
Choose a tag to compare

Changelog:

Version 1.1

  • Added armips.exe updater created by shygoo
  • Added a button to take you to armips' readme file
  • Slightly changed layout of settings menu

Version 1.0.4 Release

11 Nov 12:59
Compare
Choose a tag to compare

Changelog:

Version 1.0.4

  • Updated to latest armips build (v0.9-85-g0cf6fdc)
  • Updated sm64mlib to version 0.2
    * Added new macros: .f3d_vertex, .f3d_dw, .f3d_loadTLUT, and .CI4_palette
    * Fixed up a lot of macros from levelscripts.asm, geoscripts.asm, and fast3dscripts.asm that were broken.

Version 1.0.3 Release

04 Aug 22:55
Compare
Choose a tag to compare

Changelog:

Version 1.0.3

  • Updated armips.exe to latest build (v0.9-75-gc39eb76)
  • Removed .asciiz macro in sm64mlib, because .asciiz is now natively in armips.

Version 1.0.2

  • Added 2 new ASM examples.
  • Updated sm64mlib to v0.1 (Minor changes to sm64functions.asm file)
  • More armips psuedo instructions in examples and sm64mlib functions.

Version 1.0.1

  • Added a new checkbox in the settings menu, which makes it so that the file-path of the ASM file is the root directory. This is enabled by default
  • Fixed a bug where file-paths with spaces causes imports to fail
  • Switch over to using n64crc.exe instead of chksum64.exe, due to chksum64 creating invalid checksums with some N64 games.

Version 1.0

  • First release