Implemented start of flagpole compiler and a few new things here and there for said compiler

This commit is contained in:
cannoli-fruit 2026-07-25 04:16:02 -04:00
commit 6098f88cc5
8 changed files with 401 additions and 2 deletions

14
flagpole/tests/hw.fp Normal file
View file

@ -0,0 +1,14 @@
proc main
"H" ld8 0xCFFFFFFFFFFFFFFD st8
"e" ld8 0xCFFFFFFFFFFFFFFD st8
"l" ld8 0xCFFFFFFFFFFFFFFD st8
"l" ld8 0xCFFFFFFFFFFFFFFD st8
"o" ld8 0xCFFFFFFFFFFFFFFD st8
" " ld8 0xCFFFFFFFFFFFFFFD st8
"W" ld8 0xCFFFFFFFFFFFFFFD st8
"o" ld8 0xCFFFFFFFFFFFFFFD st8
"r" ld8 0xCFFFFFFFFFFFFFFD st8
"l" ld8 0xCFFFFFFFFFFFFFFD st8
"d" ld8 0xCFFFFFFFFFFFFFFD st8
"!" ld8 0xCFFFFFFFFFFFFFFD st8
endproc