Home - michaelkamprath/bespokeasm GitHub Wiki

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.