C64 programming playground. Examples, code fragments, etc.
- http://dustlayer.com/c64-coding-tutorials/2013/2/17/a-simple-c64-intro
- Petscii editor
- Random Numbers by XorShift: https://codebase64.org/doku.php?id=base:16bit_xorshift_random_generator
- Programming Tricks:
- https://github.com/mist64/fastboot1541
- Screen Timing/Bad Lines
- Cartridge
- Sweet16: https://github.com/Silverune/Sweet16
- In-depth information (and SID dissections): https://digilander.libero.it/ice00/tsid/sidin/
- http://retro.lonningdal.net/home.php?page=Adventure&part=100 Basic optimisation
- https://www.atarimagazines.com/compute/issue38/087_1_COMMODORE_REM_REVEALED.php REM and SHIFT+L, etc.
- https://github.com/dmsc/zx02
- http://www.retrosoftware.co.uk/forum/viewtopic.php?f=73&t=999 (lz4, lzsa, and other)
- https://github.com/emmanuel-marty/lzsa
- http://forum.6502.org/viewtopic.php?f=2&t=4595 (another homebrew)
- https://github.com/emmanuel-marty/lzsa
- https://xxl.atari.pl/lz4-decompressor/
- http://pferrie.epizy.com/misc/appleii.htm?i=1
- http://madteam.atari8.info/index.php?prod=uzytki
- https://github.com/bbbradsmith/huffmunch
- https://wiki.nesdev.com/w/index.php/Text_compression
- General Compression Links