Skip to content

Releases: farsil/clam

Turbo assembler rewrite

17 Aug 14:23
Compare
Choose a tag to compare

This release massively improves performance and reduces memory footprint by abandoning QuickBasic in favor of x86 assembly. It now works well on a meager 286 and uses as little as 5 KiB of RAM (plus the database entries).

Changelog:

  • You can send CTRL + C to immediately terminate the program.
  • The sorting algorithm can no longer exhaust the stack space.
  • The LIST command character has been changed to *.
  • A welcome screen is displayed after the program database is loaded.

Initial release

15 Jul 10:50
6df380b
Compare
Choose a tag to compare
1.0.0

Update README.md