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