casl2libを呼び出すコードを、testフォルダからas/casl2lib/sampleに移動
[YACASL2.git] / as / sample / addl_outl.casl
diff --git a/as/sample/addl_outl.casl b/as/sample/addl_outl.casl
new file mode 100644 (file)
index 0000000..2035734
--- /dev/null
@@ -0,0 +1,8 @@
+MAIN    START
+        LD      GR1,A
+        ADDL    GR1,B
+        CALL    OUTL
+        RET
+A       DC      3
+B       DC      1
+        END