Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ======================================================================
- loc_15848:
- moveq #1,d0 ; Move 1 into d0.
- swap d0 ; Swap to high word.
- move.b $30(a0),d0 ; Load Souther's routine counter value into $30.
- add.w d0,d0 ; Double it to handle word sized tables.
- move.w (a1,d0.w),d0 ; Load routine address + $10000.
- movea.l d0,a1 ; Set as address.
- jmp (a1) ; Jump there.
- ; ======================================================================
Advertisement
Add Comment
Please, Sign In to add comment