アセンブラファイルとテストの整理
[YACASL2.git] / as / div10_test.casl
diff --git a/as/div10_test.casl b/as/div10_test.casl
deleted file mode 100644 (file)
index 3623a48..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-MAIN   START
-BEGIN  LAD     GR1,91
-       CALL    DIV10
-       RET
-    END