News
16/02/2023 at 22:48 in Announcements
SjASMPlus 1.20.2 was released. Changelog:
added optional second argument for DUP to have index variable
option --exp will create file even when no EXPORT is used
fixing variable name-clash when compiling against musl-clib
LuaBridge updated, CMake and Makefile updated a bit
minor bugfixes/improvements in parser in specific edge cases
Get it on Github or in Software...
29/07/2022 at 11:46 in Announcements
SjASMPlus 1.20.1 was released. Changelog:
parse decimal numeric constants with warning (for easier Lua 5.4 life)
added SAVEAMSDOS (like SAVEBIN with AMSDOS header)
added "smart" SMC offset syntax for self-modify-code labels: abc+*: or 123
added DEFDEVICE to define custom devices
Makefile cleanup
Get it on Github or in Software...
14/06/2022 at 16:59 in Announcements
SjASMPlus 1.20.0 was released. Changelog:
Lua: upgrade to 5.4, replacing tolua++ bindings with LuaBridge2.6 library, extending some bindings
Lua: bindings slightly modified (required by upgrade), refreshed docs, added test coverage
Lua: the 3rd party extensions (BTW not working for many years) are obsolete in 5.4 and removed
Lua: more accurate errors/warning location reported even in complex cases
warnings: added -Wall, --help=warnings shows on/off status, rdlow off by default
Added HIGH mode to...
05/04/2022 at 17:37 in Announcements
I forgot to announce the new version of SjASMPlus, which was released last week. So here it is. Changelog:
added Amstrad CPC devices (AMSTRADCPC464, AMSTRADCPC6128) - by Oli Wilkinson
added Amstrad CPC save snapshot and CDT (SAVECPCSNA, SAVECDT) - by Oli Wilkinson
added SAVE3DOS (like SAVEBIN with +3DOS header)
the deprecated "ok" warning suppression is removed, use "<warning-id>-ok" comment or -Wno-...
new temporary label suffix syntax _b and _f, enabling them for all expressions
fix...
Speccy2010 firmware release 1.2.9
10/02/2022 at 19:51 in Announcements
The lovely ZX Spectrum / Pentagon clone Speccy2010, popular not only in east europe countries, has received a new release of firmware (iteration by mborik). Overall stability was improved and also SD card content was updated. Changelog:
fully manual control over saving of speccy2010.ini config file to improve overall stability
ESXDOS updated to v0.8.9
demos & games in TAPs to test autoloader feature for ESXDOS and DivMMC
some TRDs to test Betadisk or ESXDOS autoloader with Pentagon...