• Joined on 2023-04-23
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 07:20:32 +00:00
9e880d6039 README: add DMA add mode note
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 07:20:17 +00:00
b06ceb2e9b README: add DMA add mode note.
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 05:46:48 +00:00
14c0cb2760 README: add DMA counter syntax note
34f9859a6c lexer_iterator: delete dead code
Compare 2 commits »
bilbo pushed to main at bilbo/dsp-asm 2023-08-24 04:54:32 +00:00
2d7a7491fa README: minor typos
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