カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 中 | 解決済み | 修正済み | 2015-11-20 04:16 | 2015-11-21 10:00 |
テスター | oliver | 担当者 | galibert | ソース | |
バージョン | 0.167 | 発生バージョン | 修正バージョン | 0.168 | |
修正コミット | プルリク | ||||
フラグ | 実機・資料検証済み | ||||
セット | |||||
セット詳細 | |||||
概 要 | asmflagが間違っている。 | ||||
詳 細 | For the following ranges, the asmflags are wrong: 0x2210,0x22ff (resb) 0x2310,0x23ff (res) 0x2410,0x24ff (setb) 0x2510,0x25ff (set) 0x2610,0x26ff (bitb) The asmflags for all of them are currently "@%rw3,%3" - this indicates, that the register is read from Bit 0-3 (3rd part of the opcode bitwise). Instead, the register is decoded in the bit 4-5 - so the 2nd part of the opcode. So the asmflags have to be "@%rw2,%3" Please find a Photo of my Z8000-ASM Book attached. And an assembler-run of all mentioned mnemonics. If wanted I can provide pictures of other ASM Books I own.... | ||||
再現手順 | |||||
追加情報 | |||||
添付ファイル | ![]() | ||||
![]() |