[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ProDOS MLI info



I'm needing info on the parameter block structures for the various MLI calls in 
ProDOS 8. Examples are GET_FILE_INFO and SET_FILE_INFO. I know enough to know 
that the MLI is called as follows:

JSR $BF00
DFB $C4 ; GET_FILE_INFO call
DW  PARMBLOCK
RTS
PARMBLOCK <structure goes here>