View Single Post
Old 02 April 2020, 21:37   #32
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by jotd View Post
Code:
    MOVE.L    (A1),D1            ;0FE50: 2211
    ADD.L    D1,D1            ;0FE52: D281
    ADD.L    D1,D1            ;0FE54: D281
    MOVEA.L    D1,A4            ;0FE56: 2841
    ADDA.L    #$00008002,A4        ;0FE58: D9FC00008002
This looks like reading the BPTR which links the next section. I guess that the $8002 skips the first four bytes which would be the BPTR to the next section. So the real offset is $7ffe, as Kamelito mentioned.

Also a base offset >$8000 makes no sense.
phx is offline  
 
Page generated in 0.05163 seconds with 11 queries