Re: [hatari-devel] Little asm question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Little asm question
- From: Douglas Little <doug694@xxxxxxxxxxxxxx>
- Date: Wed, 20 Feb 2013 18:35:11 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=98zqOmBpaIbXo6nNMXlpi8lWcpq/r5BZf7St/8B3QVc=; b=q6G8GlKIltoEp3CaYz9qQ4LbQlashb/duP2XESE0mhuDvamcBfY1qE+g6pzV+z3Azr SKNdnWSC9JNhq/hByKPyckNMX0H1TbSsmHJ3MVfte8mj33SdXVFdBfhzYvFVkHUj9NOQ MjCDgriFNFkceZI+TfO70Qn2yT2joZY8M9AeQ8++XUh0KurVWdMnxr2vbY9yY+vnaYXR vApdSlhRyqIMFk/1ILsHms1JoLmp1c+OYrmC3g3OH5JQZdmrevCmKye/Ve2LZvzWDUSs N4UjPHSjV9M4Z+IzsvOhZCdbmluQ8+wa7p89mcx+CNnJnplIbkL+eDkZE9ik9M4AUYy8 OfMA==
Eero provided a python based symbol converter which processes Devpac listing files, providing the listing has been configured to append the symbol table at the end.
Unfortunately I'm not sure how to enable that listing/symbols export via the gen.ttp command line or from the source code (only from the editor preferences) - but there will be a way to do it somewhere in the manual.
IIRC the (converted) symbols are loaded with:
symbols myprog.sym text data bss
D.
On 20 February 2013 18:26, Laurent Sallafranque
<laurent.sallafranque@xxxxxxx> wrote:
Hi,
Is there a way to compile my asm source with gen030.ttp and when debugging under hatari, have the labels and variables names ?
Regards
Laurent