アセンブラファイルとテストの整理
[YACASL2.git] / as / CMD / sll2.casl
diff --git a/as/CMD/sll2.casl b/as/CMD/sll2.casl
new file mode 100644 (file)
index 0000000..86672cf
--- /dev/null
@@ -0,0 +1,7 @@
+SLA2   START   BEGIN
+BEGIN  LD          GR1,X
+           SLL     GR1,2
+           RET
+X          DC      3
+           END
+        
\ No newline at end of file