]> j8takagi.net git repositories - yacasl2.git/commit
CALL以外のコマンドでも外部スコープのラベルを読み込むよう仕様変更
authorj8takagi <j8takagi@nifty.com>
Fri, 12 Jun 2026 15:07:00 +0000 (00:07 +0900)
committerj8takagi <j8takagi@nifty.com>
Fri, 12 Jun 2026 15:07:00 +0000 (00:07 +0900)
commitea10c7cb69152aedb2dad06c4b474f55cd5c59d0
tree5c13d195cbfb693a00b998a8d10bf72697837274
parentab5e1c7ec92ff611dfe1a2662d253850275dda9e
CALL以外のコマンドでも外部スコープのラベルを読み込むよう仕様変更

テストも追加
https://claude.ai/share/eda18be1-03e2-4f98-a0d5-a20b89125299
13 files changed:
as/cmd/DC/dc__label_both.casl [new file with mode: 0644]
as/cmd/DC/dc__label_inner.casl [new file with mode: 0644]
as/cmd/DC/dc__label_outer.casl [new file with mode: 0644]
src/assemble.c
test/system/casl2_cmd/cmd_dc_label__both/0.txt [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__both/Makefile [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__both/cmd [new file with mode: 0755]
test/system/casl2_cmd/cmd_dc_label__inner/0.txt [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__inner/Makefile [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__inner/cmd [new file with mode: 0755]
test/system/casl2_cmd/cmd_dc_label__outer/0.txt [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__outer/Makefile [new file with mode: 0644]
test/system/casl2_cmd/cmd_dc_label__outer/cmd [new file with mode: 0755]