May I have some quick documentation on DASM lists and symbol maps #1060
Replies: 2 comments 3 replies
-
I am also not very familiar with these files either. Have you tried asking e.g. in the DASM club at AtariAge? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Actually, (R ) is mentioned in the DASM manual.
It tells you if a symbol has not only been *defined*, but also Referenced.
… On 18 Dec 2024, at 7:15 AM, Pokeman2003 ***@***.***> wrote:
DASM doesn't actually have documentation for either of these file formats. I've managed to produce my own after struggling with a Windows kernel call malfunctioning, but now I'm not entirely sure what I'm looking at. I know these files are pretty simple, but there are couple things left unexplained, such as the (R ) symbol occasionally seen in my symbol map, and I'm worried I'm missing something in the list file that didn't appear from my test.
—
Reply to this email directly, view it on GitHub <#1060>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD5JZCZUWFWK5LG4NM63CYT2GCH6VAVCNFSM6AAAAABTZJPFGSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXG4YDGNRZHE>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thrust26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
DASM doesn't actually have documentation for either of these file formats. I've managed to produce my own after struggling with a Windows kernel call malfunctioning, but now I'm not entirely sure what I'm looking at. I know these files are pretty simple, but there are couple things left unexplained, such as the (R ) symbol occasionally seen in my symbol map, and I'm worried I'm missing something in the list file that didn't appear from my test.
If you're curious I'm asking here: The purpose is so I can write a converter to convert WLA-DX symbol maps and list files into DASM ones so I can better debug my code on Stella.
Beta Was this translation helpful? Give feedback.
All reactions