Basic parsing

This commit is contained in:
Ian Gulliver
2021-11-16 21:08:46 -10:00
parent db33045391
commit 6449d4762a
5 changed files with 60 additions and 0 deletions

7
assembler/test.yaml Normal file
View File

@@ -0,0 +1,7 @@
functions:
- - [add, f0, 1]
- [call, +1]
- [ltu, f0, 3]
- [jmpt, -3]
- - [add, g0, 1]