That's why I posted the feature request #3569104. Sometimes it just refuses to load certain SYM files, sometimes it loads them well.
I attached another file that the debugger is refusing to load now. I even have two versions of the file: One is the original output by SjAsmPlus, the other one was adjusted by a script to try to be accepted by the debugger.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I’m outputting symbol addresses with an uppercase H. Pasmo does as well. It looks like it’s processed as a “Sjasm file”. Could you make the parser case-insensitive for the H? Then you’d be processing the symbols of two more assemblers. E.g.
MSX variables SYM file
I did and it's there.
1942 SYM files
That's why I posted the feature request #3569104. Sometimes it just refuses to load certain SYM files, sometimes it loads them well.
I attached another file that the debugger is refusing to load now. I even have two versions of the file: One is the original output by SjAsmPlus, the other one was adjusted by a script to try to be accepted by the debugger.
Hey,
I have this bug report here for glass:
https://bitbucket.org/grauw/glass/issue/2/openmsx-does-not-recognize-symbols-in
I’m outputting symbol addresses with an uppercase H. Pasmo does as well. It looks like it’s processed as a “Sjasm file”. Could you make the parser case-insensitive for the H? Then you’d be processing the symbols of two more assemblers. E.g.