You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: