Arakula / dasmfw

The DisASseMbler FrameWork
GNU General Public License v2.0
13 stars 4 forks source link

Strange disassembly... #22

Open Wawavoun opened 10 months ago

Wawavoun commented 10 months ago

Hello,

This is what produce dasmfw for a 6809 binary :

; ??? ZF610 BSR CARRET ; F610: 8D 32
FCB $BE ; F612: BE ??? BAD DISASSEMBLY ??? LDU $0094 ; F613: DE 94 ??? $DE94 = SCORAD SCREEN ORIGIN ADDRESS ??? LEAX $0730,X ; F615: 30 89 07 30
LEAY $50,X ; F619: 31 88 50
JSR PUTSXY ; F61C: BD F4 42
PULS PC,Y ; F61F: 35 A0

I am more or less sure of the code before F612 and after F613. But this FCB and LDU look very strange. DE94 is an important address in the code so I think its not instruction.

Is it possible there is some bug here ?

Thanks and regards. Philippe