diff options
Diffstat (limited to 'tnslc/compile/isa_x86.tnsl')
-rw-r--r-- | tnslc/compile/isa_x86.tnsl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tnslc/compile/isa_x86.tnsl b/tnslc/compile/isa_x86.tnsl index 1df9902..bc5d43f 100644 --- a/tnslc/compile/isa_x86.tnsl +++ b/tnslc/compile/isa_x86.tnsl @@ -14,35 +14,3 @@ EXPRESS OR IMPLIED #/ -/; gen_x86 (~Node program, {}charp out) - ;tnsl.io.File o = tnsl.io.writeFile(out) - - ;{}uint8 current = gen_head(program) - /; loop (int i = 0; i < len current) [i++] - ;o.write(current{i}) - ;/ - - ;{}uint8 current = gen_data(program) - /; loop (int i = 0; i < len current) [i++] - ;o.write(current{i}) - ;/ - - ;{}uint8 current = gen_text(program) - /; loop (int i = 0; i < len current) [i++] - ;o.write(current{i}) - ;/ - - ;o.close() -;/ - -/; gen_data (~Node program) [{}charp] - -;/ - -/; gen_text (~Node program) [{}charp] - -;/ - -/; gen_head (~Node program) [{}charp] - -;/ |