Skip to content
Michael Kamprath edited this page May 20, 2026 · 4 revisions

BespokeASM

bespokeasm is a customizable byte code assembler that allows for the definition of custom instruction set architecture. It was originally designed to enable the easy assembly of byte code for a custom-made TTL CPU with an evolving instruction set architecture (ISA). Given that, it was advantageous to make the ISA configurable so that updates can easily be made.

Clone this wiki locally