summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-25finished reverse array exampleAndreas Baumann
2020-06-25another example with integer arraysAndreas Baumann
2020-06-25asm-i386: fixed patching of addresses in prolongued jumpsAndreas Baumann
2020-06-21added an example for divisors remembered in an array of integersAndreas Baumann
2020-06-21- build.sh: better error handlingAndreas Baumann
2020-06-20first version of array dereferncing (read and write) using the stackAndreas Baumann
2020-06-20asm-i386: added checks for 32-bit stack pushesAndreas Baumann
2020-06-19asm-i386: added nop for easier debugging in emulAndreas Baumann
2020-06-15asm-i386:Andreas Baumann
2020-06-14libc-freestandingAndreas Baumann
2020-06-07work on array dereferenceAndreas Baumann
2020-06-05fixed also test1.eAndreas Baumann
2020-06-05handling strings now better, keep defined dimension of character arrayAndreas Baumann
2020-06-05done some refactoring in ec when assigning initial values from literalsAndreas Baumann
2020-05-31some work on type compatibility for stringsAndreas Baumann
2020-05-31emul: corrected first data dumpAndreas Baumann
2020-05-31some better data output in emul and adapted testsAndreas Baumann
2020-05-31ec: zero-terminate string literalsAndreas Baumann
2020-05-31added support for multi-operand db in asm-i386 for string definitionsAndreas Baumann
2020-05-30asm-i386:Andreas Baumann
2020-05-29added support for strings in ecAndreas Baumann
2020-05-26some refactoring and started array typesAndreas Baumann
2020-05-23added character typeAndreas Baumann
2020-05-23asm-i386: implemented byte movesAndreas Baumann
2020-05-22updated some tests after emul data changeAndreas Baumann
2020-05-21starting to add size of typesAndreas Baumann
2020-05-21also initializing data segment for dbAndreas Baumann
2020-05-19updated some commentsAndreas Baumann
2020-05-16and fixes a memory leakAndreas Baumann
2020-05-16removed some compiler warningsAndreas Baumann
2020-05-16finished variable initialization from simple const expressionAndreas Baumann
2020-05-16refactored parsing of const expressions (currently literals and identifiers/o...Andreas Baumann
2020-05-16better cleanup of temporary files, more .gitignoresAndreas Baumann
2020-05-15fixed test.sh and added a byte/dword move testAndreas Baumann
2020-05-15printnig values for dd, not just $0Andreas Baumann
2020-05-15renamed tests/run_tests.sh to test.shAndreas Baumann
2020-05-15emul.cAndreas Baumann
2020-05-15added a list option to run_tests.shAndreas Baumann
2020-05-15updated READMEAndreas Baumann
2020-05-13debugging is the default build mode in build.shAndreas Baumann
2020-05-13finished the torture test scriptAndreas Baumann
2020-05-13reverted size of boolean to 4 for nowAndreas Baumann
2020-05-12started (sort of) a torture testAndreas Baumann
2020-05-12cleanup build.shAndreas Baumann
2020-05-11added a helper build.sh scriptAndreas Baumann
2020-05-10some work on char typeAndreas Baumann
2020-05-10retested compiler and assembler with all 4 C compilersAndreas Baumann
2020-05-09fixed comparision of types testAndreas Baumann
2020-05-02implemented some type checks in assignments and expressionsAndreas Baumann
2020-04-19added a boolean and testAndreas Baumann