summaryrefslogtreecommitdiff
path: root/boot/definitions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'boot/definitions.inc')
-rw-r--r--boot/definitions.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/definitions.inc b/boot/definitions.inc
index 97f6601..42a7943 100644
--- a/boot/definitions.inc
+++ b/boot/definitions.inc
@@ -2,6 +2,10 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.
+#
+# Tokens.
+#
+
# The constant should match the index in the keywords array in tokenizer.s.
.equ TOKEN_PROGRAM, 1
@@ -52,3 +56,8 @@
.equ TOKEN_ASSIGN, 43
.equ TOKEN_INTEGER, 44
+
+#
+# Symbols.
+#
+.equ TYPE_PRIMITIVE, 1