Releases: c64lib/common
Releases · c64lib/common
0.5.1
0.5.0: Develop (#14)
* adding more stuff to global * copy large mem backward sub added * update README.md --------- Co-authored-by: Maciej Małecki <[email protected]>
0.4.0
Changes in version 0.4.0
- New macro:
compress.asm\compressRLE
. - New subroutine:
decompress_rle.asm
.
0.3.0
Changes in version 0.3.0
- New macro:
math.asm/mulAndAdd
- multiple two numbers and add result to memory location.
0.2.0: Develop (#7)
* Update README.md * Use argument label for self modifying code * Globally accessible public macros prefixed with c64lib_ prefix * CHANGES.md file introduced * far bne added * pseudocommand converted to macro * border conditions for near/far jump corrected * Use fixed 64spec * Use KickAss 5.5 * Use gradle plugin * Use gradle plugin from gradle plugin repo * fix on travis yml * env aware * reverted to good version * Migration to retro assembler gradle plugin 0.2.0 * Plugin version update * Gradle Wrapper version updated * Migration to 0.3.0 * Test on installing vice * usage of 0.4.0rc01 * prepare to build vice from sources * try do download and compile vice 3 * tar syntax corrected * look around * lets try out bionic * manual installation of deb package * dpkg update * install dependencies * Install deps * change to xenial * circle ci integration * Use custom docker image * installation of vice skipped * vice debug * upgrade of docker image version * yet another vice debug * move to 0.1.3 docker image ver * go for image 0.1.4 * Upgrade to ka 5.9 * Moved to CircleCI completely * fbpl added * Migrate to new Gradle (6), Migrate to ra 1.0.1 * Missing math import added * Update Ka to 5.11 * Support for pseudocommands * copy8 added * more tests * set8 pseudocommand * toBytes function * upgrade ka * Shape declaration macros moved there * Exceed assert removed * fix build * Change log update * README.md update; change log clean up
0.1.0
Speed code rotateMemRight implemented and tested
0.0.5: Merge pull request #4 from c64lib/develop
0.0.4
Formatting fixed
0.0.3
Update mem.asm
0.0.2: Merge pull request #3 from c64lib/develop
neg function