Releases: craigthomas/CoCoAssembler
v1.1.1 Release
The v1.1.1 release of the CoCoAssembler. This maintenance release of the assembler contains a bugfix for stack push and pull instructions.
- Compatible with Python 3.6+
- Target systems Windows, Linux, UNIX, MacOS
See the README.md
file for more information on installation and usage information.
What's Changed
- Bugfixes for
PSHU
andPULU
instructions by @craigthomas in #88
v1.1.0 Release
The v1.1.0 release of the CoCoAssembler. This updated release of the assembler includes a file utility to manage binaries, virtual cassette files, and virtual disk files.
- Compatible with Python 3.6+
- Target systems Windows, Linux, UNIX, MacOS
See the README.md
file for more information on installation and usage information.
What's Changed
- Implement multi-byte FCB declaractions by @craigthomas in #78
- Create new
granule_fill_order
attribute to specify granule allocation preference by @craigthomas in #80 - Fix bug where non-machine language files could not be read by @craigthomas in #81
- Ability to extract
CAS
toDSK
andDSK
toCAS
by @craigthomas in #82 - Allow for multi-word declarations by @craigthomas in #83
Full Changelog: v1.0.0...v1.1.0
v1.0.0 Release
The v1.0.0 release of the CoCoAssembler. This initial release of the assembler includes a file utility to manage binaries, virtual cassette files, and virtual disk files.
- Compatible with Python 3.6+
- Target systems Windows, Linux, UNIX, MacOS
See the README.md
file for more information on installation and usage information.