- QuickASM is supported and included. See more below
- Fixed an issue where opus-extractor only worked with ORCA/C update disk images.
- type-less files in 13: (the library directory) are assumed to be library files, for use with linux environments where file types are not available.
Utilities
- Added an rexport command to generate resource forks for use with Cadius and CiderPress
- Added a tar command. tar, binary ii, shk (uncompressed only) and stuff-it (uncompressed only) are supported. If you actually want to extract shk files, yankit, nulib2, or cidrepress are better options; this is primarily for generating shk files.
GS/OS
ExpandPath
misinterpreted multiple separators (//) after a prefix.
ToolBox
- SANE:
FPCSTR
off-by-one indices fixed.
QuickAsm
QuickAsm (aka QAsm) is a merlin-16+ compatible assembler, linker, and IDE developed by Shawn Quick in the early 1990s. The source code was made available on GitHub a few years back and Golden Gate has, secretly, included QuickAsm support for a while now. Shawn has graciously agreed to allow me to distribute the binaries so they are now included as well.
iix qasm asm.file.S
- assembles a merlin/qasm source file.
iix qlink link.file.S
- executes a merlin/qasm linker script
iix qasml asm.file.S
- runs the quicklinker (assemble and link a single file)
Support files are located in the QASystem directory.
See the QASM docs for more information.
I’ve also included updates macros (from https://github.com/roughana/supermacs) and toolbox equates.