diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-28 11:32:11 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-28 11:32:11 -0400 |
commit | f927b5126ef7e219bc5d4aa875523df1f6ea6d83 (patch) | |
tree | febf5655f3969f6259c1ff2ea2526666c4207d9a /tnslc/dummy.tnsl | |
parent | 6917d1584bf16ec833a21fc35b95e520de8795f3 (diff) |
Some basic asm generation around blocks
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r-- | tnslc/dummy.tnsl | 9 |
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 |