Hey Guys! I'm trying to debug some assembler code with openMSX debugger.
I've loaded openMSX with my (DOS1) program and placed a breakpoint at #0100. In the debugger tool I open the Symbol manager and add the ".sym" file generated by SjASMPlus with option "--sym=./debug/test.sym
".
The problem is I still don't see symbols/labels in the "code view" window. I tried reloading. Complete reboot. Nothing.
The .sym file is filled with data like this:
Begin: EQU 0x00000100 MxMQ: EQU 0x00000FCB MxMQ.Size: EQU 0x000016BB MxMQ.Test: EQU 0x000016A4 MxMQ__Dispatch: EQU 0x0000104B MxMQ__Dispatch.CheckPrio2_3: EQU 0x00001054 MxMQ__Dispatch.Prio1: EQU 0x0000106C
Anyone know what I'm doing wrong?
EDIT: If I add an "Address label" manually in the debugger: "Begin", "Jump label" Value=$0100
it does show that. But doesn't show the labels in the Sym file on this window.
Aangemeld of registreer om reacties te plaatsen