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