mirror of
https://github.com/trebonian/visual6502.git
synced 2025-09-27 04:16:24 +00:00
Z80: corrected typo in flag name
This commit is contained in:
@@ -417,7 +417,7 @@ function formatFstring(f){
|
||||
((f & 0x08)?'X':'x') +
|
||||
((f & 0x04)?'P':'p') +
|
||||
((f & 0x02)?'N':'n') +
|
||||
((f & 0x01)?'F':'f');
|
||||
((f & 0x01)?'C':'c');
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user