- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03227 | Debugger | Minor | Always | Jun 1, 2009, 12:15 | Apr 3, 2010, 12:34 |
Tester | Robbbert | View Status | Public | Platform | Other |
Assigned To | Resolution | Fixed | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.131u3 | Fixed in Version | 0.137u2 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03227: When setting A register in 8080 CPU, it sets F register | ||||
Description |
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. |
||||
Steps To Reproduce |
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. |
||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | |||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.05937
Robbbert Senior Tester
Apr 3, 2010, 11:32
|
A fix has been committed to MESS SVN, r7681. |
---|---|
No.05939
Tafoid Administrator
Apr 3, 2010, 12:34
|
Fixed by Robbbert |