Added unnamed labels
authorLukas Krickl <lukas@krickl.dev>
Wed, 28 Feb 2024 09:45:23 +0000 (10:45 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 28 Feb 2024 09:45:23 +0000 (10:45 +0100)
commit65637862923b39237bc860d0aa9c420dda6be4ab
treeaa7e891987a925ed1134bdbb5a80d9c7add9a6b3
parentf65ea9e48510f7a13f3b6919d41a1215e33448aa
Added unnamed labels

Unnamed labels can be declared using just a :.
Unnamed labels ignore redefinition rules and
just get added to the symbol list regardless.
They currently only serve as markers, however in the future they can be
reached using + and - symbols to jump to the next or previous label
respectively.
src/ulas.c
src/ulas.h
tests/t0.bin
tests/t0.s
tests/t0_dasm.s