Age | Commit message (Expand) | Author |
---|---|---|
2020-11-15 | Simplify Asm construction | Roland Reichwein |
2020-11-14 | Added system tests | Roland Reichwein |
2020-11-13 | Added push and pop | Roland Reichwein |
2020-11-13 | Add system tests, implement syscall | Roland Reichwein |
2020-11-13 | Added intel sub, div, idiv | Roland Reichwein |
2020-11-12 | implement restore of head recursion | Roland Reichwein |
2020-11-10 | Implemented dec, mul, imul | Roland Reichwein |
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 |