Makefileの修正
[YACASL2.git] / as / call_l2str.casl
diff --git a/as/call_l2str.casl b/as/call_l2str.casl
new file mode 100644 (file)
index 0000000..4d201a2
--- /dev/null
@@ -0,0 +1,11 @@
+MAIN    START
+        LD      GR1,VAL
+        LAD     GR2,ADR
+        CALL    L2STR
+        ST      GR3,LEN
+        OUT     ADR,LEN
+        RET
+VAL     DC      11
+ADR     DS      6
+LEN     DS      1
+        END