Created the skeleton for the parser.

This commit is contained in:
2022-02-07 15:33:58 +00:00
parent 7c6e5e1541
commit 3d4ab57f05
5 changed files with 74 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
; comments are ignored
; This is a very simple test file for an assemblier.
.org 0x100
.db msg "Hello, world!", 0