-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Michael Kamprath edited this page Apr 25, 2021
·
3 revisions
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.