サンプルに、count1とcall_count1を追加
[YACASL2.git] / as / sample / call_count1.casl
diff --git a/as/sample/call_count1.casl b/as/sample/call_count1.casl
new file mode 100644 (file)
index 0000000..7001296
--- /dev/null
@@ -0,0 +1,5 @@
+MAIN    START
+        LAD     GR1,32764
+        CALL    COUNT1
+        RET
+        END