Added a start address (equivalent to main) to assembler
Creates a jump address to the label delegated by "global" so program starts at that point.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
typedef enum TokenType
|
||||
{
|
||||
TOKEN_GLOBAL,
|
||||
TOKEN_STAR,
|
||||
TOKEN_LITERAL_NUMBER,
|
||||
TOKEN_LITERAL_CHAR,
|
||||
|
||||
Reference in New Issue
Block a user