View Single Post
Old 11 July 2011, 15:59   #13
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,378
Quote:
The issues are 'moveq #$69,d1/rol.l #1,d1' and 'move.l #$000000D9,d1' : must be d0, of course !
Quote:
'move.l #$000000D3,d1' must be 'move.l #$000000D3,d0'
or maybe just:

Quote:
AJL_0_204E6
move.l d2,-(sp)
move.l d1,d2
moveq #-1,d1
bsr.b JL_0_204F8
move.l (sp)+,d2
rts
this would mean, there was only ONE mistake and not FOUR bugs,
but of course, I don't know the rest of the code in this function.

Last edited by PeterK; 11 July 2011 at 16:10.
PeterK is offline  
 
Page generated in 0.05654 seconds with 11 queries