Skip to content
Michael Kamprath edited this page Apr 25, 2021 · 3 revisions

Bespoke ASM

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