summaryrefslogtreecommitdiffhomepage
path: root/asm
AgeCommit message (Expand)Author
2020-11-14Added system testsRoland Reichwein
2020-11-13Added push and popRoland Reichwein
2020-11-13Add system tests, implement syscallRoland Reichwein
2020-11-13Added intel sub, div, idivRoland Reichwein
2020-11-12implement restore of head recursionRoland Reichwein
2020-11-10Implemented dec, mul, imulRoland Reichwein
2020-11-09Support multiply (WIP)Roland Reichwein
2020-11-09Move encode.h|cpp to intel specificRoland Reichwein
2020-11-09Implement inc instruction, support 64 bit regsRoland Reichwein
2020-11-09First program: Can add 2 integers and return result via exit codeRoland Reichwein
2020-11-08Prepare encoding and linkingRoland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-10-18Namespace AsmRoland Reichwein
2020-10-18Implemented optimize()Roland Reichwein
2020-10-18Implemented insertAddresses()Roland Reichwein
2020-10-18Added xor, mov, jmpRoland Reichwein
2020-10-17Add addRoland Reichwein
2020-10-17Handle Labels and DataRoland Reichwein
2020-10-17Add ret and intRoland Reichwein
2020-10-17Separate-out assemblerRoland Reichwein