Skip to content

Releases: Konamiman/Sjasm

v0.39j

29 Jul 14:48
0cd516d
Compare
Choose a tag to compare

Fixes the modules "engine". The MODULE directive was causing a "segmentation fault" error in Linux, and the compilation process to abruptly stop in Windows. Binary for Mac kindly contributed by @fxmsx.

v0.39i

08 Jan 19:50
77e1084
Compare
Choose a tag to compare

Improvements for the Compass compatibility mode:

  • Fix: program crashes without any error message when declaring a Compass-style macro in which the macro name doesn't end with :.
  • The backslash character, \, is no longer interpreted as an escape character when running in Compass compatibility mode.
    So things like ld a,"\" or db "\" now work as expected.
  • The TSRHOOKS, .LABEL, .UPPER, and BREAKP directives are now just ignored (instead of throwing errors) when running in Compass compatibility mode.

Also changed the character set setting from "Unicode" to "Not set" in the Visual Studio project, otherwise it wouldn't compile.

v0.42c

20 Jul 10:50
Compare
Choose a tag to compare

Version 0.42c, as released by the original author.

v0.39h

20 Jul 10:52
Compare
Choose a tag to compare

Version 0.39h, made from version 0.39g from the original author. Adds support for assembling Compass sources.

For Windows, use the statically linked version if the "normal" version gives you an error saying that MSVCP140D.DLL is missing.

Linux version kindly contributed by Ronivon Costa.