You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Thanks for reporting an issue! Please make sure to fill out the blanks below.)
What's wrong, and with what software version?
Operating System: Windows 10 CEmu version: CEmu v1.3 (git: 87c3b43)
**Describe your issue:
If you load a lab file, it might happen there are several duplicate entries with the same address and value. This is displayed as (value|value|value|value|value|value|otherLabel), which is quite annoying. So it would be nice if duplicate names would be removed, such that the above one becomes (value|otherLabel) which is already a lot cleaner.
What are the steps to reproduce this issue?
Create a lab file using symbol_table.inc from jacobly's fasmg-ez80
Load it in the debugger
Watch
Any logs, error output, screenshot, other comments...?
The text was updated successfully, but these errors were encountered:
(Thanks for reporting an issue! Please make sure to fill out the blanks below.)
What's wrong, and with what software version?
Operating System: Windows 10
CEmu version: CEmu v1.3 (git: 87c3b43)
**Describe your issue:
If you load a lab file, it might happen there are several duplicate entries with the same address and value. This is displayed as
(value|value|value|value|value|value|otherLabel)
, which is quite annoying. So it would be nice if duplicate names would be removed, such that the above one becomes(value|otherLabel)
which is already a lot cleaner.What are the steps to reproduce this issue?
symbol_table.inc
from jacobly's fasmg-ez80Any logs, error output, screenshot, other comments...?
The text was updated successfully, but these errors were encountered: