AlgoCompSynth / CLAMS

Command Line Algorithmic Music System
https://algocompsynth.github.io/CLAMS
MIT License
17 stars 0 forks source link

Build Forth virtual machine / kernel #16

Closed znmeb closed 1 year ago

znmeb commented 1 year ago

Tentative architecture

znmeb commented 1 year ago

Brainstorming:

  1. Write outer and inner interpreters top-down in macro-assembler. Use the Irreducible Complexity run-time setup as a guide.
  2. Research porting ueforth.
  3. Use bootrom FP stack in core
  4. Consider a 16-bit Forth VM - leaves lots of RAM for a BLOCK filesystem and buffers
znmeb commented 1 year ago

Done - adopting zeptoforth as base