casl2_libの作成、整理、修正
[YACASL2.git] / as / casl2lib / sample / call_outbw0.casl
diff --git a/as/casl2lib/sample/call_outbw0.casl b/as/casl2lib/sample/call_outbw0.casl
deleted file mode 100644 (file)
index ad8c17f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-;;; casl2 outb_call.casl outb.casl
-MAIN    START
-        LAD     GR2,0
-LOOP    LD      GR1,VAL,GR2
-        CALL    OUTB
-        LAD     GR2,1,GR2
-        CPA     GR2,CNT
-        JZE     FIN
-        JUMP    LOOP
-FIN     RET
-VAL     DC      #0001,#8000
-CNT     DC      2
-        END