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