コマンド動作検証用のCASL2プログラム整理を開始
[YACASL2.git] / as / CMD / sll2.casl
diff --git a/as/CMD/sll2.casl b/as/CMD/sll2.casl
deleted file mode 100644 (file)
index 86672cf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-SLA2   START   BEGIN
-BEGIN  LD          GR1,X
-           SLL     GR1,2
-           RET
-X          DC      3
-           END
-        
\ No newline at end of file