X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcasl2%2Ferr_205%2Fdetail.log;fp=test%2Fsystem%2Fcasl2%2Ferr_205%2Fdetail.log;h=0aa086ed769bdbf78cb4a3210068ee28954fd73b;hb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;hp=0000000000000000000000000000000000000000;hpb=851e22754474ae6518109b5485130dcf86f7f880;p=YACASL2.git diff --git a/test/system/casl2/err_205/detail.log b/test/system/casl2/err_205/detail.log new file mode 100644 index 0000000..0aa086e --- /dev/null +++ b/test/system/casl2/err_205/detail.log @@ -0,0 +1,43 @@ +== test.log == +---------------------------------------------------------------------- +err_205: Test Success 2010-12-13 18:44:35 +Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_205/detail.log +---------------------------------------------------------------------- + +== cmd == +---------------------------------------------------------------------- +cat ../../../../as/err/err_205.casl +../../../../casl2 -M32 ../../../../as/err/err_205.casl +---------------------------------------------------------------------- + +== 0.txt == +---------------------------------------------------------------------- +;;; casl2 -M32 err_205.casl +MAIN START + RPUSH + LD GR0,A + RPOP + RET +A DC 7 + END +Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer +---------------------------------------------------------------------- + +== err.txt == +---------------------------------------------------------------------- +Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer +---------------------------------------------------------------------- + +== 1.txt == +---------------------------------------------------------------------- +;;; casl2 -M32 err_205.casl +MAIN START + RPUSH + LD GR0,A + RPOP + RET +A DC 7 + END +Execute error - 205: PR:#000E: Stack Pointer (SP) - cannot allocate stack buffer +---------------------------------------------------------------------- +