X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcasl2%2Flib_rev%2Frev.casl;fp=test%2Fsystem%2Fcasl2%2Flib_rev%2Frev.casl;h=58252c295dcbdfe65edd467376c1b3841842506e;hb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;hp=0000000000000000000000000000000000000000;hpb=851e22754474ae6518109b5485130dcf86f7f880;p=YACASL2.git diff --git a/test/system/casl2/lib_rev/rev.casl b/test/system/casl2/lib_rev/rev.casl new file mode 100644 index 0000000..58252c2 --- /dev/null +++ b/test/system/casl2/lib_rev/rev.casl @@ -0,0 +1,10 @@ +MAIN START + OUT STR,LEN + LAD GR1,STR + LD GR2,LEN + CALL REV + OUT STR,LEN + RET +STR DC '12345' +LEN DC 5 + END