アセンブラファイルとテストの整理
[YACASL2.git] / as / dc_spc.casl
diff --git a/as/dc_spc.casl b/as/dc_spc.casl
deleted file mode 100644 (file)
index 45dc857..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-; DC命令で空白を指定した場合のテスト 
-MAIN    START
-        OUT BUF,LEN
-        RET
-BUF            DC      ' '
-LEN            DC      1
-        END