Re: [hatari-devel] Hatari profiler updates and CPU cycle questions

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


With the last revision of the Hatari code (#d9c87d1f668d) it looks like the symbol import and disassembly is now matching the sourcecode for my case:


Disassembly:

[...]                                                                                                                  
flush_visplanes:                                                                                                       
14a482 : b27c 0011                            cmp.w     #$11,d1                    0.01% (1959, 4294967295, 1959)     
14a486 : 6648                                 bne.s     $14a4d0                    0.01% (1959, 718, 0)               

Sourcecode:

flush_visplanes:
cmp..w #$0011,d1
bne.s .no_full


(...although the CPU cycle counts are still wild, even in a debug build).

D.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/