X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fsystem%2Fcasl2_cmd%2Fcmd_call__both%2F0.txt;h=247738113f2292e14bd860a420a013b6967628f1;hp=c0f0a71ac9b832d25122917c03ede1298d606890;hb=ce897094478335caf357601548af1b06cbad1188;hpb=d049a7198982beff6dbbe9eaf5c5c7cebbdc7237;ds=sidebyside 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)