aboutsummaryrefslogtreecommitdiff
path: root/src/asm.c
AgeCommit message (Collapse)Author
2023-11-19first runnable test programKimplul
+ tests/pointer_literal.ek compiles down to very simple assembly that tasm can assemble and triscv run with correct results. Whopee + Did notice that void return functions should still have implicit return statements added