Re: [hatari-devel] Loading symbol info from program DRI/GST symbol table |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
A very little question :
In my code, all my symbols are in lower case. The compiler or the hatari debugger transforms them in UPPER case. Would it be possible to make them case insensitive ? For example, I wanted to : > d my_function Unrecognized number prefix in 'my_function'! Invalid address value 'my_function'! Whereas > d MY_FUNCTION MY_FUNCTION: $0617da : 2f39 0006 3372 move.l $63372,-(sp) $0617e0 : 3f3c 0049 move.w #$49,-(sp) $0617e4 : 4e41 trap #1 [...] I copy the label from my source code to check the code into the hatari debugger. Regards Laurent Le 08/04/2013 19:58, Laurent Sallafranque a écrit :
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |