CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git] / as / macro / out / test / out_cmds.casl
similarity index 83%
rename from as/macro/out/hello1.casl
rename to as/macro/out/test/out_cmds.casl
index a697251..c35f5b0 100644 (file)
@@ -10,6 +10,6 @@ MAIN    START
         POP     GR2
         POP     GR1
         RET
         POP     GR2
         POP     GR1
         RET
-OBUF    DC      'Hello, World!'
-LEN     DC      13
+OBUF    DC      'abc'
+LEN     DC      3
         END
         END