[hatari-devel] Release list (was Demos tested today, some more demos tested)

npomarede at corp.free.fr npomarede at corp.free.fr
Sun Feb 28 16:30:44 CET 2010


On Sun, 28 Feb 2010, Eero Tamminen wrote:

>>> d
>>
>> 0000aa6e: 2f08 0241 0fff 207c 00fe MOVE.L A0,-(A7)
>> 0000aa70: 0241 0fff 207c 00fe 78c0 AND.W #$0fff,D1
>> 0000aa74: 207c 00fe 78c0 2070 1000 MOVEA.L #$00fe78c0,A0
>> 0000aa7a: 2070 1000 4ed0 0241 0ffe MOVEA.L (A0, D1.W*1, $00) ==
>> $00fe34ae,A0 0000aa7e: 4ed0 0241 0ffe 6712 e549 JMP.L (A0)
>>
>>
>> Beautified example
>>
>>> d
>>
>> 0000aa6e: 2f08 MOVE.L A0,-(A7)
>> 0000aa70: 0241 0fff AND.W #$0fff,D1
>> 0000aa74: 207c 00fe 78c0 MOVEA.L #$00fe78c0,A0
>> 0000aa7a: 2070 1000 MOVEA.L (A0, D1.W*1, $00) == $00fe34ae,A0
>> 0000aa7e: 4ed0 0241 0ffe JMP.L (A0)
>
> If the number of items shown on the row and the column  where
> the instruction starts from varies from line to line, that's not
> very readable.

One solution could be to use tab to keep things aligned, I think the 
maximum size of an instruction on 68000 is 2+4+4=10 bytes, so this could 
help to keep things readable by padding with spaces too instead of tabs.

> (The output is also coming from UAE, not Hatari code, I don't know
> how much sense it makes to change that.  Nicolas?)

I'm not sure it's a priority for now. Since the goal is to switch to 
winuae cpu core one day, the less we modify the current uae-cpu core 
today, the easier it will be to merge our modifications with winuae core. 
Once this is done, we could try to beautify output.

Nicolas



More information about the hatari-devel mailing list