From 618c0f4fd9bf2e030f239a633ed3fb30e8859b1a Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 25 Jan 2013 20:05:35 +0100 Subject: sys .asm .syscall --- examples/working-compiler/syscall.ey | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/working-compiler/syscall.ey (limited to 'examples/working-compiler') diff --git a/examples/working-compiler/syscall.ey b/examples/working-compiler/syscall.ey new file mode 100644 index 0000000..dec484a --- /dev/null +++ b/examples/working-compiler/syscall.ey @@ -0,0 +1 @@ +1 "Hallo Welt." _ len 0 0 0 1 sys .asm .syscall -- cgit v1.2.3