Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-11 | Break out most instructions from beam_emu.c | Björn Gustavsson | |
2017-08-08 | Simplify specifying implementation of instructions | Björn Gustavsson | |
Eliminate the need to write pre-processor macros for each instruction. Instead allow the implementation of instruction to be written in C directly in the .tab files. Rewrite all existing macros in this way and remove the %macro directive. |