synth/tools
Paul Mathieu 7841987b6e cc: add support for string literals and some stuff
- string literals added as rodata
- fixed register shuffling in for/while loops & fun calls
- a few other fixes
2021-03-14 12:16:21 -07:00
..
as.ebnf Initial commit 2021-02-17 13:20:30 -08:00
as.py cpu: make BEQ and BNEQ only PC-relative 2021-03-14 12:14:29 -07:00
cc.ebnf cc: add support for structs 2021-03-13 15:42:39 -08:00
cc.py cc: add support for string literals and some stuff 2021-03-14 12:16:21 -07:00
crt0.s Fix initial stack pointer 2021-02-22 20:34:54 -08:00
ld.py ld: now generates a full rom vhdl from template 2021-03-13 15:44:48 -08:00
makefile Initial commit 2021-02-17 13:20:30 -08:00
obj.proto Initial commit 2021-02-17 13:20:30 -08:00
requirements.txt Initial commit 2021-02-17 13:20:30 -08:00