Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing does not show value of EQU or RS #15

Open
sikthehedgehog opened this issue Apr 7, 2024 · 0 comments
Open

Listing does not show value of EQU or RS #15

sikthehedgehog opened this issue Apr 7, 2024 · 0 comments

Comments

@sikthehedgehog
Copy link

When defining an equ or rs label, the listing still shows the current PC value in its place. Since one of the most useful features of a listing is to be able to see where everything is, this may be a problem if somebody wants to see what value was computed (especially if it's intended to be an address in ROM or RAM, as you may not know where that ended up).

The suggestion would be to show the computed value instead of PC when the line defines a permanent label (in the case of rs, this also involves issue #13).

Note: this wouldn't apply to temporary labels (those that can change over time) or stuff like macros, as in those cases it's impossible to determine what value they're supposed to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant