From 51494729997b457251a62506b87af1635cd19802 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 9 Oct 2022 15:15:39 -0400 Subject: Basic asm helpers --- tnslc/tnslc.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/tnslc.tnsl') 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" ;/ -- cgit v1.2.3