アセンブラファイルとテストの整理
[YACASL2.git] / as / ld4.casl
diff --git a/as/ld4.casl b/as/ld4.casl
deleted file mode 100644 (file)
index 634c47f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-; LDコマンド
-MAIN   START   BEGIN
-BEGIN  LD  GR1,A
-        LD  GR2,B
-        ADDL  GR1,GR2
-        RET
-A      DC  32767
-B   DC  32675
-       END