Get the latest tech news
Customasm – An assembler for custom, user-defined instruction sets
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/ - hlorenzi/customasm
It can be useful, for example, if you're trying to test the bytecode of a new virtual machine, or if you're eager to write programs for that new microprocessor architecture you just implemented in an FPGA chip! You can compile from source yourself by first cloning the repository and then simply running cargo build. ...the assembler will use the#ruledef directive to convert the instructions into binary code:
Or read this on Hacker News