Re: [hatari-devel] Hatari debugger questions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 02/26/2018 12:46 PM, Nicolas Pomarède wrote:
Le 25/02/2018 à 22:34, Uwe Seimet a écrit :
The second time it disassembles from the next address instead.
this is the intended behaviour as it's often more handy when debugging.
the 1st 'd' starts from curent PC, then following 'd' continues from
latest addresses. this way, just entering 'd' goes through the code.
this is similar with the 'm' command. After specifying an address with
the 1st 'm', next 'm' will automatically continue from the next addresses.
And to disassemble again from PC, just use:
d pc
- Eero