diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-10-09 15:15:39 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-10-09 15:15:39 -0400 |
commit | 51494729997b457251a62506b87af1635cd19802 (patch) | |
tree | 37d9a669363bda813d56b93497e53c20cb17dc50 /tnslc/tnslc.tnsl | |
parent | b819cbb3b0ff492024b72d9ea9c9e28e1023b9c3 (diff) |
Basic asm helpers
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 1 |
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" ;/ |