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/compile/isa_x86.tnsl | |
| parent | 6917d1584bf16ec833a21fc35b95e520de8795f3 (diff) | |
Some basic asm generation around blocks
Diffstat (limited to 'tnslc/compile/isa_x86.tnsl')
| -rw-r--r-- | tnslc/compile/isa_x86.tnsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tnslc/compile/isa_x86.tnsl b/tnslc/compile/isa_x86.tnsl index bc5d43f..a5d9b0a 100644 --- a/tnslc/compile/isa_x86.tnsl +++ b/tnslc/compile/isa_x86.tnsl @@ -14,3 +14,6 @@ EXPRESS OR IMPLIED #/ +/; add_asm + +;/
\ No newline at end of file |