Hooked up the program counter in the parser to set the memory offset of symbols, well labels to be more acurrate.

This commit is contained in:
2023-06-18 14:51:37 -05:00
parent c6e6e2c5dc
commit 6741dde7ce
4 changed files with 72 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.db MAX_MEM 0xFFFF
.db VIDEO_MEM 0xF37F
;.db MAX_LENGTH MAX_MEM - MAX_LENGTH
.db MAX_LENGTH 32;MAX_MEM - MAX_LENGTH
.db MSG "Hello, World!", 0
_start: