[ オリジナルレポート ]

BugID: #03227

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
デバッガ解決済み修正済み2009-06-01 21:152010-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.
追加情報 
 
添付ファイル