summary refs log tree commit diff
path: root/lisc/test/collatz.ssa
AgeCommit message (Collapse)Author
2015-09-15cosmetic indentation style fixQuentin Carbonneaux
2015-09-15turn test files in one function definitionQuentin Carbonneaux
2015-09-15remove old commentQuentin Carbonneaux
2015-09-15add sign/zero extension operationsQuentin Carbonneaux
2015-09-15swap a test in collatzQuentin Carbonneaux
This is pretty stupid... Since we rely on rpo only for code output (and not a proper scheduler), I have to be careful with the ordering of tests to get cleaner code.
2015-09-15compactify collatz testQuentin Carbonneaux
2015-09-15add the mul instructionQuentin Carbonneaux
2015-09-15add a large testQuentin Carbonneaux