• Joined on 2023-04-23
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 04:34:57 +00:00
6bea0cbf59 README: clarify testing status
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 04:09:56 +00:00
2fe41d22dc Makefile: TARGET
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 04:04:59 +00:00
cf9c8405d0 README: improve
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 04:04:30 +00:00
152a745e96 README: improve
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 03:31:34 +00:00
107eb18cd4 parser: allow immediate values that end with colon
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 03:31:16 +00:00
a1574d69f8 parser: allow immediate values to end with colon
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 03:07:17 +00:00
7c9ceed58a README: initial
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 03:07:00 +00:00
b6e9d5ae86 Makefile: add static build
dd205b5e3e stmt_string: add missing strings
c12374f5fd lexer: add support for line continuations
c2c59495b3 lexer: add support for binary number literals
118942521e test: add initial test makefile
Compare 6 commits »
bilbo pushed to main at bilbo/dsp-asm 2023-08-23 23:19:48 +00:00
2fe2f0a1a7 test: include samples
bilbo pushed to main at bilbo/dsp-asm 2023-08-23 22:57:06 +00:00
0df0b66a6e main: add file output
37fe5d5f81 parser: add error hint for x = 1
7f69f6b2e1 ast: improve error messages
Compare 3 commits »
bilbo pushed to main at bilbo/dsp-asm 2023-08-21 10:30:41 +00:00
d4e6c1c717 ast: add emitter and resolver
bilbo pushed to main at bilbo/dsp-asm 2023-08-21 05:16:56 +00:00
d8b8bc7850 stmt: add instruction masks and codes
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 17:42:54 +00:00
05664bb132 parser: add identifiers
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 08:45:14 +00:00
cd0c9c7c8c parser: add assign and label
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 06:02:15 +00:00
867ee171a5 parser: add jump
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 05:54:48 +00:00
b97abc776c parser: add dma and mvi parsers
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 02:42:47 +00:00
22625c7c90 ast: add printers for all instructions
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 00:59:33 +00:00
e520a0de19 parser: initial op parsing
bilbo pushed to main at bilbo/dsp-asm 2023-08-20 00:06:13 +00:00
914f443d5f parser: initial op parsing
bilbo pushed to main at bilbo/dsp-asm 2023-08-19 06:30:51 +00:00
663b1139c9 stmt: add constructor boilerplate