#AnchorPath
According to the 1992 edition of _ARKRM, Libraries_ p. 426, in the "ASL
Library" chapter, a requester will under certain circumstances pass a
pointer to an AnchorPath structure to a custom hook function.
An example of its use is given on p. 428:
returnvalue = MatchPattern(pat,
((struct AnchorPath *)obj->ap_Info.fib_FileName)
As an assembly language programmer, I need to know where to find the
pointer. I don't understand how this C routine knows what "AnchorPath"
means–i.e., where it is. Can anyone help me translate this into
assembler?
Bart Mathias