[hatari-devel] A new disassembler in Hatari

Nicolas Pomarède npomarede at corp.free.fr
Sun Nov 21 18:42:10 CET 2010


Le 20/11/2010 01:39, Markus Fritze a écrit :
> On Nov 19, 2010, at 3:37 PM, Nicolas Pomarède wrote:
>
>> I think it's more common to just have :
>> 	lea       $ffff8907.w,a0
>> 	move.l    d0,$2134e.l
>
> This is what we used to use on the Atari.
>
> Change:
>
> static Diss68kOptions	options = doptOpcodesSmall | doptRegisterSmall | doptStackSP;
>
> to:
>
> static Diss68kOptions	options = doptOpcodesSmall | doptRegisterSmall | doptStackSP | doptNoBrackets;
>
> to get this behavior.
>

Thanks, I added this option, nice flexibility.

Nicolas



More information about the hatari-devel mailing list