summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-21Added debian packagingRoland Reichwein
2020-11-21Support gcc 10 and clang 11Roland Reichwein
2020-11-20Assembler bugfixes - tests run successfully nowRoland Reichwein
2020-11-19Assembler parser bugfixes (WIP)Roland Reichwein
2020-11-19Add assembler parser (WIP)Roland Reichwein
2020-11-18Implemented asm orRoland Reichwein
2020-11-18Added Asm opsRoland Reichwein
2020-11-17Complete hierarchical evaluation (unittest and systemtest fixed)Roland Reichwein
2020-11-16Implement hierarchical evaluation (WIP)Roland Reichwein
2020-11-15Evaluation (WIP)Roland Reichwein
2020-11-15Fixed unit tests, prepared hierarchical evaluation via stack (WIP)Roland Reichwein
2020-11-15Simplify Asm constructionRoland Reichwein
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-12Adjust rules to new bnfRoland Reichwein
2020-11-12implement restore of head recursionRoland Reichwein
2020-11-10Implemented dec, mul, imulRoland Reichwein
2020-11-09Support empty translation unitRoland Reichwein
2020-11-09Support multiply (WIP)Roland Reichwein
2020-11-09Fix warnings, consolidate flowgraph/node.hRoland 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-07Fill mCPPContext.graph with first node! To be converted to asmRoland Reichwein
2020-11-07Handle nodes up to expressionRoland Reichwein
2020-11-07Make "add" resultRoland Reichwein
2020-11-07Implemented first expressions (add)Roland Reichwein
2020-11-07Add node mapRoland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-11-01translate() translation-unit and declaration (WIP)Roland Reichwein
2020-11-01Update cppbnf.cppRoland Reichwein
2020-10-31CPP::translate() (WIP), documentation, bugfixingRoland Reichwein
2020-10-26Added ProgramOptsRoland Reichwein
2020-10-24Minor improvementsRoland Reichwein
2020-10-24Add FlowGraphRoland 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
2020-10-15Add Segment structureRoland Reichwein
2020-10-14Registration of instructions, parameterized by argument typesRoland Reichwein
2020-10-13New Ops implementation for assemblerRoland Reichwein
2020-10-11Added COFF, Intel ASMRoland Reichwein