summaryrefslogtreecommitdiff
path: root/tnslc/dummy.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-09-28 11:32:11 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-09-28 11:32:11 -0400
commitf927b5126ef7e219bc5d4aa875523df1f6ea6d83 (patch)
treefebf5655f3969f6259c1ff2ea2526666c4207d9a /tnslc/dummy.tnsl
parent6917d1584bf16ec833a21fc35b95e520de8795f3 (diff)
Some basic asm generation around blocks
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r--tnslc/dummy.tnsl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tnslc/dummy.tnsl b/tnslc/dummy.tnsl
index 233d726..f53a658 100644
--- a/tnslc/dummy.tnsl
+++ b/tnslc/dummy.tnsl
@@ -1,3 +1,8 @@
-/; asm_test
- ;asm "_start:\n"
+/; main
+ ;asm "mov $0, %eax"
+ ;asm "call doug"
+;/
+
+/; doug
+
;/ \ No newline at end of file