Age | Commit message (Expand) | Author |
---|---|---|
2020-11-09 | Support multiply (WIP) | Roland Reichwein |
2020-11-09 | Move encode.h|cpp to intel specific | Roland Reichwein |
2020-11-09 | Implement inc instruction, support 64 bit regs | Roland Reichwein |
2020-11-09 | First program: Can add 2 integers and return result via exit code | Roland Reichwein |
2020-11-08 | Prepare encoding and linking | Roland Reichwein |
2020-11-06 | Prepare Token/Node handling | Roland Reichwein |
2020-10-18 | Namespace Asm | Roland Reichwein |
2020-10-18 | Implemented optimize() | Roland Reichwein |
2020-10-18 | Implemented insertAddresses() | Roland Reichwein |
2020-10-18 | Added xor, mov, jmp | Roland Reichwein |
2020-10-17 | Add add | Roland Reichwein |
2020-10-17 | Handle Labels and Data | Roland Reichwein |
2020-10-17 | Add ret and int | Roland Reichwein |
2020-10-17 | Separate-out assembler | Roland Reichwein |