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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user