casl2libを呼び出すコードを、testフォルダからas/casl2lib/sampleに移動
[YACASL2.git] / as / hello.casl
diff --git a/as/hello.casl b/as/hello.casl
deleted file mode 100644 (file)
index e02055c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-MAIN    START
-        OUT     OBUF,LEN
-        RET
-OBUF    DC      'Hello, World!'
-LEN     DC      13
-        END