X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=as%2Fmacro%2Fout%2Ftest%2Fout_cmds.casl;fp=as%2Fmacro%2Fout%2Fhello1.casl;h=c35f5b089fddce208f2868ce4c96f8d3ceaae252;hp=a697251acad64834fb15c35fdbea21e6c21a1363;hb=330f6a8723886b86e745e91ffc3479eda9159b8d;hpb=a0b34ca06b5e92ee139895159dbced007b276384 diff --git a/as/macro/out/hello1.casl b/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 --- a/as/macro/out/hello1.casl +++ b/as/macro/out/test/out_cmds.casl @@ -10,6 +10,6 @@ MAIN START POP GR2 POP GR1 RET -OBUF DC 'Hello, World!' -LEN DC 13 +OBUF DC 'abc' +LEN DC 3 END