Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-13 | Refactor instructions to support relative jumps | Björn Gustavsson | |
Introduce new macros that can be used for relative jumps and use them consistently. Test that everything works by using a non-zero constant JUMP_OFFSET. The loader subtracts JUMP_OFFSET from loaded labels, and all instructions that use 'f' operands add it back. | |||
2017-08-31 | Optimize dispatch of loop_rec from recv_set | Björn Gustavsson | |
We KNOW that recv_set instruction is immediately followed by a loop_rec instruction. | |||
2017-08-31 | Add missing -no_next directives | Björn Gustavsson | |
2017-08-11 | Break out most instructions from beam_emu.c | Björn Gustavsson | |