X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcasl2_cmd%2Fcmd_call__both%2F0.txt;h=247738113f2292e14bd860a420a013b6967628f1;hb=bb79255dedd3dfff6e5d02f4cfae58a286fb14af;hp=c0f0a71ac9b832d25122917c03ede1298d606890;hpb=a0ccd206e7e3a3c0a5d73abf5ad6a16ed13e6955;p=YACASL2.git diff --git a/test/system/casl2_cmd/cmd_call__both/0.txt b/test/system/casl2_cmd/cmd_call__both/0.txt index c0f0a71..2477381 100644 --- a/test/system/casl2_cmd/cmd_call__both/0.txt +++ b/test/system/casl2_cmd/cmd_call__both/0.txt @@ -1,17 +1,3 @@ -;;; CALL -;;; 同じプログラムの中とほかのプログラムの入口名の両方で定義されたラベルを指定 -;;; YACASL2では、ほかのプログラムの入口名を優先 -MAIN START BEGIN -BEGIN LAD GR1,29 - CALL COPY - RET -COPY LD GR2,GR1 - RET - END -COPY START - LD GR2,GR1 - RET - END Assemble ../../../../as/cmd/CALL/call__both.casl (0)