summaryrefslogtreecommitdiff
path: root/ecomp-c/tests
AgeCommit message (Expand)Author
2020-04-13ec: fixed memory leaks and snprintf in hosted environmentAndreas Baumann
2020-04-13asm-i386: fixed rel8/rel32 jmps for example_divisors.eAndreas Baumann
2020-04-10on the way to a multi-pass assemblerAndreas Baumann
2020-04-03implemented '%' (remainder)Andreas Baumann
2020-04-03added whileAndreas Baumann
2020-04-03added simple test for ifAndreas Baumann
2020-03-29..Andreas Baumann
2020-03-29implemented je and jmp in asm-i386Andreas Baumann
2020-03-27allow assignment in constant definitions from constant expressions (numbers a...Andreas Baumann
2020-03-26comparing emulatation run to a must stateAndreas Baumann
2020-03-26improved automatic tests, also assemble (with fasm and asm-i386) and run the ...Andreas Baumann
2020-03-14better output and remembering valuesAndreas Baumann
2020-03-14fixed tests for hex constantsAndreas Baumann
2020-03-07finished scanner in asm-i386.cAndreas Baumann
2020-03-07some work on the i386 assemblerAndreas Baumann
2020-03-07some more cleanup around memory management and libc splitAndreas Baumann
2020-03-06added simple memory usage checker for standalone modeAndreas Baumann
2020-03-05some newline fixesAndreas Baumann
2020-03-03some retesting and accepting testsAndreas Baumann
2020-03-03very primitive detection whether variables are initialized properlyAndreas Baumann
2020-03-01unsolved issue, uninitialized variablesAndreas Baumann
2020-03-01simplistic code generation works for expressionsAndreas Baumann
2020-02-29added brakets for expressionsAndreas Baumann
2020-02-28some expression tree parsing and postfix outputAndreas Baumann
2020-02-23handling assignment of variablesAndreas Baumann
2020-02-18implemented const as rvalueAndreas Baumann
2020-01-30more testingAndreas Baumann
2020-01-30more testing and made it work with tcc-git nostdlibAndreas Baumann
2020-01-30some fixes and added a simplistic test frameworkAndreas Baumann