Thread: Lnk/Unlnk
View Single Post
Old 26 June 2008, 13:26   #3
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Nothing much to understand here, LINK/UNLK are for creating local workspace so subroutines that have to be re-entrant (or are just written in C or any other high level language) work correctly. If you don't write recursive/re-entrant routines, you can safely ignore these commands as you don't need them anyway. Pus, what PMC said except for the addq.l #-512,a7 bit (addq only works with 3 bit values where value >0 and <=8)
StingRay is offline  
 
Page generated in 0.04296 seconds with 11 queries