アセンブラファイルとテストの整理
[YACASL2.git] / as / FUNC / outd_q15_call0.casl
diff --git a/as/FUNC/outd_q15_call0.casl b/as/FUNC/outd_q15_call0.casl
new file mode 100644 (file)
index 0000000..d097d5b
--- /dev/null
@@ -0,0 +1,6 @@
+; need outd_q16.casl
+MAIN    START
+        LAD     GR1,#7777
+        CALL    OUTD
+        RET
+        END