Separate symbol names for read/write access possible? #6224
Unanswered
TimRegeant
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some hardware addresses that perform different functions depending on r/w access.
For example:
$FF8800 PSG Read Data (Read)
$FF8800 Register Select (Write)
Is it possible to specify the symbol names in the listing depending on read/write access so that they accurately reflect the functional context?
Beta Was this translation helpful? Give feedback.
All reactions