summaryrefslogtreecommitdiff
path: root/tasm/generation
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-08-03 03:27:48 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-08-03 03:27:48 -0400
commitb00a5a1123c920a4fc2737fee68347f6285d9ffd (patch)
tree5544c1687e19759e8999a32fbb3e02ddfe8bec61 /tasm/generation
parent7793ee1739ccb239819c6664c89727697be4bf97 (diff)
Other type helper funcs
Diffstat (limited to 'tasm/generation')
-rw-r--r--tasm/generation/x86/math.tnsl2
-rw-r--r--tasm/generation/x86/x86.tnsl4
2 files changed, 6 insertions, 0 deletions
diff --git a/tasm/generation/x86/math.tnsl b/tasm/generation/x86/math.tnsl
new file mode 100644
index 0000000..c042aeb
--- /dev/null
+++ b/tasm/generation/x86/math.tnsl
@@ -0,0 +1,2 @@
+/; addition ()
+;/
diff --git a/tasm/generation/x86/x86.tnsl b/tasm/generation/x86/x86.tnsl
new file mode 100644
index 0000000..45e456e
--- /dev/null
+++ b/tasm/generation/x86/x86.tnsl
@@ -0,0 +1,4 @@
+/; module x86
+ include "math.tnsl"
+ include "call.tnsl"
+;/