mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-08-10 01:24:59 +00:00
The overflow flag should be represented by "V".
This commit is contained in:
@@ -97,7 +97,7 @@ rk65c02_dump_regs(rk65c02emu_t *e)
|
||||
printf("-");
|
||||
|
||||
if (e->regs.P & P_SIGN_OVERFLOW)
|
||||
printf("O");
|
||||
printf("V");
|
||||
else
|
||||
printf("-");
|
||||
|
||||
|
Reference in New Issue
Block a user