View Single Post
Old 04 January 2019, 23:43   #1005
hth313
Registered User
 
hth313's Avatar
 
Join Date: May 2018
Location: Delta, Canada
Posts: 192
Quote:
Originally Posted by cdh View Post
I'm not great at reading 68k assembler, but think it's the a0 value after this statement:
add.l d0,a0
That is the address of it. It is dereferenced on the following line
move.l (a0),-8(a5)
where the value is stored on the stack using the A5 frame pointer.
hth313 is offline  
 
Page generated in 0.04203 seconds with 11 queries