Actions
Bug #90
closed[CASLアセンブラ ver1.0.0] STAT命令のオペランドにラベルを記述するとエラーが発生する
Description
START Main
Main ADDA GR0,GR1
EXIT
END
上記のアセンブリ記述をCASLアセンブラで処理すると以下のエラーが発生します。
START label error
START operand error
Updated by Kazuyoshi Kouno over 3 years ago
説明の記述は不正確でした。正しくは以下となります。
START Main
Main ADDA GR0,GR1
EXIT
END
Updated by Kazuyoshi Kouno over 3 years ago
- Subject changed from [CASLアセンブラ ver1.0.0] STAT命令のオペランドにラベルを記述するとエラーが発生する。 to [CASLアセンブラ ver1.0.0] STAT命令のオペランドにラベルを記述するとエラーが発生する
Updated by Yuma Yasutani over 3 years ago
- Status changed from New to In Progress
- Assignee changed from Yuma Yasutani to Kazuyoshi Kouno
- % Done changed from 0 to 100
ご指摘ありがとうございます。
不具合を確認し、Ver1.0.2において、要求通りの動作を行うよう修正を行いました。
ご確認のほどよろしくお願いします。
Updated by Yuma Yasutani over 3 years ago
- Assignee changed from Kazuyoshi Kouno to Yuma Yasutani
Updated by Yuma Yasutani over 3 years ago
- Status changed from In Progress to Resolved
Updated by Yuma Yasutani over 3 years ago
- Assignee changed from Yuma Yasutani to Kazuyoshi Kouno
Updated by Kazuyoshi Kouno over 3 years ago
- Status changed from Resolved to Closed
ver. 1.0.2 で正常に動作することを確認した。
Actions