X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fsystem%2Fcasl2_cmd%2Fcmd_out%2F0.txt;h=05361b39af44f24b0ff34b924832bdefc8d5f776;hp=4886e4bb2eb0df1035afdad15c9eee0d8786bd6c;hb=ce897094478335caf357601548af1b06cbad1188;hpb=d049a7198982beff6dbbe9eaf5c5c7cebbdc7237 diff --git a/test/system/casl2_cmd/cmd_out/0.txt b/test/system/casl2_cmd/cmd_out/0.txt index 4886e4b..05361b3 100644 --- a/test/system/casl2_cmd/cmd_out/0.txt +++ b/test/system/casl2_cmd/cmd_out/0.txt @@ -1,19 +1,3 @@ -;;; OUT buf,len -MAIN START - OUT BUF1,L1 - OUT BUF2,L2 - OUT BUF3,L3 - OUT BUF4,L4 - RET -BUF1 DC '0',9,'1',10 ; TAB、改行 -L1 DC 4 -BUF2 DC ' !"#$%&''()*+,-./0123456789:;<=>?' -L2 DC 32 -BUF3 DC '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_' -L3 DC 32 -BUF4 DC '`abcdefghijklmnopqrstuvwxyz{|}~' -L4 DC 31 - END Assemble ../../../../as/cmd/OUT/out.casl (0)