summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-10-09 15:15:39 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-10-09 15:15:39 -0400
commit51494729997b457251a62506b87af1635cd19802 (patch)
tree37d9a669363bda813d56b93497e53c20cb17dc50 /tnslc/tnslc.tnsl
parentb819cbb3b0ff492024b72d9ea9c9e28e1023b9c3 (diff)
Basic asm helpers
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index 7aad7b5..b8cfb92 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -19,6 +19,7 @@
/; export module tnslc
:include "parse/parse.tnsl"
:include "compile/compile.tnsl"
+ :include "compile/isa_x86.tnsl"
;/