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