Releases: Konamiman/Sjasm
Releases · Konamiman/Sjasm
v0.39j
v0.39i
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 likeld a,"\"
ordb "\"
now work as expected. - The
TSRHOOKS
,.LABEL
,.UPPER
, andBREAKP
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
v0.39h
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.