コマンドのテスト名を整理
[YACASL2.git] / as / cmd / SVC / svc2.casl
diff --git a/as/cmd/SVC/svc2.casl b/as/cmd/SVC/svc2.casl
deleted file mode 100644 (file)
index 1239626..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-;;; SVC 2 1文字を表示
-MAIN    START
-BEGIN   LAD     GR1,D
-        LAD     GR2,A
-        SVC     2
-        LAD     GR1,=#A
-        SVC     2
-        RET
-D       DC      '0'
-A       DC      1
-        END