Exemplo n.º 1
0
        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);
        }
Exemplo n.º 2
0
        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);
        }