| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
デバッガ | 低 | 解決済み | 修正済み | 2009-06-01 21:15 | 2010-04-03 21:34 |
| テスター | Robbbert | 担当者 |   | ソース |   |
| バージョン | 0.131u3 | 発生バージョン |   | 修正バージョン | 0.137u2 |
| フラグ | |||||
| セット | |||||
| セット詳細 | |||||
| 概 要 | 8080 CPUのAレジスタの値がFレジスタに設定される。Fに設定するとエラーが出る。 | ||||
| 詳 細 | When you want to change the A register, the value goes to F. When you want to change the F register, you get an error message. | ||||
| 再現手順 | Debug any game that uses the 8080 CPU Enter: do a = 56 You will see that the value goes to the F register instead of A. Enter: do f = 84 You get an error: "Error in assignment expression", even though F exists. | ||||
| 追加情報 | |||||
| 添付ファイル | |||||