public void Prepare(IApplication appRef, byte[] fileData, List <PlatSym> platSyms) { mAppRef = appRef; mFileData = fileData; mAppRef.DebugLog("IIgsToolbox(id=" + AppDomain.CurrentDomain.Id + "): prepare()"); mFunctionList = PlatSym.GenerateValueList(platSyms, TOOLBOX_FUNC_TAG, appRef); }
public void Prepare(IApplication appRef, byte[] fileData, List <PlatSym> platSyms) { mAppRef = appRef; mFileData = fileData; mAppRef.DebugLog("ProDOS(id=" + AppDomain.CurrentDomain.Id + "): prepare()"); //System.Diagnostics.Debugger.Break(); mFunctionList = PlatSym.GenerateValueList(platSyms, P8_MLI_TAG, appRef); }