X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcasl2%2Ferr_107%2Fdetail.log;fp=test%2Fsystem%2Fcasl2%2Ferr_107%2Fdetail.log;h=beffe6ce3910977ade15deb915a3a24b682a2193;hb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;hp=0000000000000000000000000000000000000000;hpb=851e22754474ae6518109b5485130dcf86f7f880;p=YACASL2.git diff --git a/test/system/casl2/err_107/detail.log b/test/system/casl2/err_107/detail.log new file mode 100644 index 0000000..beffe6c --- /dev/null +++ b/test/system/casl2/err_107/detail.log @@ -0,0 +1,40 @@ +== test.log == +---------------------------------------------------------------------- +err_107: Test Success 2010-12-13 18:44:48 +Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_107/detail.log +---------------------------------------------------------------------- + +== cmd == +---------------------------------------------------------------------- +cat ../../../../as/err/err_107.casl +../../../../casl2 ../../../../as/err/err_107.casl +---------------------------------------------------------------------- + +== 0.txt == +---------------------------------------------------------------------- + START + LD GR1,A + RET +A DC 1 + END +Assemble error - 107: no label in START +../../../../as/err/err_107.casl: 1: START +---------------------------------------------------------------------- + +== err.txt == +---------------------------------------------------------------------- +Assemble error - 107: no label in START +../../../../as/err/err_107.casl: 1: START +---------------------------------------------------------------------- + +== 1.txt == +---------------------------------------------------------------------- + START + LD GR1,A + RET +A DC 1 + END +Assemble error - 107: no label in START +../../../../as/err/err_107.casl: 1: START +---------------------------------------------------------------------- +