X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=as%2Fmacro%2Fout%2Ftest%2Fout_macro.casl;fp=as%2Fmacro%2Fout%2Fhello0.casl;h=7542272acaec36b3d4a1615db43d4ebd6ba35c8d;hp=e02055c55b7cbff494c263f8e2eda78be46de1bb;hb=330f6a8723886b86e745e91ffc3479eda9159b8d;hpb=a0b34ca06b5e92ee139895159dbced007b276384 diff --git a/as/macro/out/hello0.casl b/as/macro/out/test/out_macro.casl similarity index 55% rename from as/macro/out/hello0.casl rename to as/macro/out/test/out_macro.casl index e02055c..7542272 100644 --- a/as/macro/out/hello0.casl +++ b/as/macro/out/test/out_macro.casl @@ -1,6 +1,6 @@ MAIN START OUT OBUF,LEN RET -OBUF DC 'Hello, World!' -LEN DC 13 +OBUF DC 'abc' +LEN DC 3 END