diff --git a/ZealOS-2021-07-23-16_40_39.iso b/ZealOS-2021-07-23-19_14_41.iso similarity index 99% rename from ZealOS-2021-07-23-16_40_39.iso rename to ZealOS-2021-07-23-19_14_41.iso index 5908a5f3..9c5372e7 100755 Binary files a/ZealOS-2021-07-23-16_40_39.iso and b/ZealOS-2021-07-23-19_14_41.iso differ diff --git a/docs/Apps/KeepAway/KeepAway.CC.html b/docs/Apps/KeepAway/KeepAway.CC.html index f7629065..b847afd3 100755 --- a/docs/Apps/KeepAway/KeepAway.CC.html +++ b/docs/Apps/KeepAway/KeepAway.CC.html @@ -465,7 +465,7 @@ body {background-color:#000000;} U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See Noise. On bare-metal, Spawn() hogs CPU. +// See Noise. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/docs/Apps/Strut/Strut.CC.html b/docs/Apps/Strut/Strut.CC.html index 178f8bdd..aadd9052 100755 --- a/docs/Apps/Strut/Strut.CC.html +++ b/docs/Apps/Strut/Strut.CC.html @@ -400,7 +400,7 @@ body {background-color:#000000;} U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See Noise. On bare-metal, Spawn() hogs CPU. +// See Noise. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/docs/Apps/X-Caliber/X-Caliber.CC.html b/docs/Apps/X-Caliber/X-Caliber.CC.html index c4f7ff62..aa25a380 100755 --- a/docs/Apps/X-Caliber/X-Caliber.CC.html +++ b/docs/Apps/X-Caliber/X-Caliber.CC.html @@ -1058,7 +1058,7 @@ body {background-color:#000000;} U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See Noise. On bare-metal, Spawn() hogs CPU. +// See Noise. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/docs/Demo/AcctExample/PersonalNotes.DD.html b/docs/Demo/AcctExample/PersonalNotes.DD.html index ae301fa8..c233801a 100755 --- a/docs/Demo/AcctExample/PersonalNotes.DD.html +++ b/docs/Demo/AcctExample/PersonalNotes.DD.html @@ -173,9 +173,9 @@ body {background-color:#000000;} TODO: Too Hard, or Not Worth Doing. * AutoComplete/Man() Jmp for user code. -* Bible sized nodes +* Bible sized nodes -* FileMgr() is bad with lots of files. +* FileMgr() is bad with lots of files. * Would be nice to have a routine telling how much free memory, so apps can plan a big alloc. This is doable, depending on how. @@ -292,7 +292,7 @@ body {background-color:#000000;} * Make so just CdRom; command to copy entire disk to ::/CdRom directory? -* MP DepthBuf is a kludge because of dc->depth_buf=NULL in various graphics routines. +* MP DepthBuf is a kludge because of dc->depth_buf=NULL in various graphics routines. * Improve editor undo, add redo. @@ -310,7 +310,7 @@ body {background-color:#000000;} * GrPutChar3() with depth buf? * Eliminate? ::/System/Ctrls/CtrlsA.CC? -* Eliminate? ::/System/ZMathODE.CC? +* Eliminate? ::/System/MathODE.CC? * Eliminate? Complex? * Eliminate? CDC.brush? * Eliminate? Mat4x4MulXYZ() change to 3x3? @@ -445,7 +445,7 @@ body {background-color:#000000;} >Might want to do ZOOM in U8 graphics and convert screen capture to U8 >Might want to rev bit order -* This Fs->catch_except=TRUE causes problems because it +* This Fs->catch_except = TRUE causes problems because it catches divide and out-of-mem. Not sure what to do, yet. * Release semaphores or break lock sema,usb_td diff --git a/docs/Demo/Games/FlatTops.CC.html b/docs/Demo/Games/FlatTops.CC.html index 4b79375b..29c8eab4 100755 --- a/docs/Demo/Games/FlatTops.CC.html +++ b/docs/Demo/Games/FlatTops.CC.html @@ -733,7 +733,7 @@ body {background-color:#000000;} U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See Noise. On bare-metal, Spawn() hogs CPU. +// See Noise. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/docs/Doc/ChangeLog.DD.html b/docs/Doc/ChangeLog.DD.html index e4d2c351..5b49716a 100755 --- a/docs/Doc/ChangeLog.DD.html +++ b/docs/Doc/ChangeLog.DD.html @@ -145,10 +145,10 @@ body {background-color:#000000;} * Changed GrBitMap to use non-timer rand for drawing speed improvement on multicore. ----04/21/20 18:54:47---- -* Altered Tom Palettes for better visibility. +* Altered Tom Palettes for better visibility. ----04/21/20 16:13:01---- -* Added start-up intro Splash as a PopUp in Once, after performing a full boot (excludes soft reboots). +* Added start-up intro Splash as a PopUp in Once, after performing a full boot (excludes soft reboots). ----04/13/20 13:48:15---- * Added PIC_INIT and comments to IntPICInit(). @@ -162,7 +162,7 @@ body {background-color:#000000;} * Changed BIN_SIGNATURE_VAL from 'TOSB' to 'ZCCB'. ----04/11/20 18:10:58---- -* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at FilesRefactored. +* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at /Home/FilesRefactored.DD. ----04/10/20 07:44:08---- * R("PIC1", "PIC_1"); @@ -202,7 +202,7 @@ body {background-color:#000000;} ----03/27/20 13:06:00---- * Modified Ctrl Slider for 3D model editor to allow higher precision. -* Added PaletteSetTom() and PaletteSetTomLight(). +* Added PaletteSetTom() and PaletteSetTomLight(). ----03/21/20 19:35:00---- * Added StrReplace(), not fully tested yet. @@ -241,7 +241,7 @@ body {background-color:#000000;} ----03/16/20 14:44:00---- * R("GetStr", "StrGet"); * Renamed GSF -> SGF as a consequence. -* Added some AHCI headers. +* Added some AHCI headers. ----03/12/20 22:00:36---- * Added PaletteSetGruvboxDark(). @@ -267,8 +267,8 @@ body {background-color:#000000;} ----02/22/20 20:04:00---- * Reduced MEM_MIN_MEG to 256 MiB (VMWare users have to do less work). * Added <CTRL-ALT-X> to AC standby doc. -* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into -::/System/Divination.CC. Functions renamed from God*() to Divine*(). Psalmody GodSong feature disabled. DolDoc "BF:" links +* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into +::/System/Divination.CC. Functions renamed from God*() to Divine*(). Psalmody GodSong feature disabled. DolDoc "BF:" links removed. CtrlAltB() is free to be used for other things. * Updated the Charter. @@ -288,7 +288,7 @@ body {background-color:#000000;} ----02/19/20 21:46:17---- * Zenith 1.0 released. -* GRScreenCaptureWrite() and GRScreenCaptureRead() are broken. DCLoad() and DCSave() use DCF_COMPRESSED. It also saves the +* GRScreenCaptureWrite() and GRScreenCaptureRead() are broken. DCLoad() and DCSave() use DCF_COMPRESSED. It also saves the palette as CBGR48, which is a problem. * Updated MemRep() to report on VBE variables. * Renamed VGAFlush() -> LFBFlush(). @@ -427,7 +427,7 @@ body {background-color:#000000;} !!!!!!!!!!!!!!!!!!!!!!!!!! ----04/30/17 22:24:51---- -* CmdLinePmt() doesn't print U0 ans. +* CmdLinePmt() doesn't print U0 ans. * Added comma flag StrPrintJoin(,"%,p"); * Enhanced PrintErr() and PrintWarn(). @@ -450,11 +450,11 @@ body {background-color:#000000;} * Added ::/Doc/BlkChain.DD. ----02/03/17 17:27:36---- -* Added multicore ::/Adam/AMathODE.HC. +* Added multicore ::/System/MathODE.CC. * Improved support for sub and super scripts. ----01/31/17 10:22:10---- -* Added ::/Demo/Graphics/LightTable.HC. +* Added ::/Demo/Graphics/LightTable.CC. * Added TOS Linux Setup. ----01/27/17 08:13:37---- @@ -481,21 +481,21 @@ body {background-color:#000000;} ----01/24/17 21:56:06---- -* Improved ::/Apps/Psalmody/JukeBox.HC +* Improved ::/Apps/Psalmody/JukeBox.CC * R("TreeBranch","Tree"); * Added DocTreeWrite() and DocTreeAppend(). ----01/22/17 06:08:00---- * TempleOS version 5.02 Released -* Changed polling of KbdMsHndlr() in WinMgrSleep(), increased fifos. +* Changed polling of KbdMsHndlr() in WinMgrSleep(), increased fifos. ----01/17/17 18:11:53---- * Fixed $ class offset so #assert's don't lag a token. ----01/17/17 14:39:41---- -* Added blkdev.ins_base0 and blkdev.ins_unit. +* Added blkdev.ins_base0 and blkdev.ins_unit. * Added make RedSeaISO() to FileMgr(). -* Added blkdev.dft_iso_c_filename . +* Added blkdev.dft_iso_c_filename . ----01/17/17 06:12:21---- * R("MIN_...","..._MIN"); @@ -508,22 +508,22 @@ body {background-color:#000000;} ----01/14/17 09:43:12---- * Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC. -* Added cmp U0 Expression warn. +* Added cmp U0 Expression warn. * Improved syntax highlighting. ----01/11/17 03:33:33---- * TempleOS version 5.01 Released * R("ChangeLog","ChgLog"); * Added show mouse pos to <CTRL-ALT-G>. -* Improved TOSRegen(). -* Added Let2Let(). +* Improved TOSRegen(). +* Added Let2Let(). ----01/10/17 14:27:58---- * Made DocPut() use parent task's doc if input filter task. -* Added Once(), AOnce(), OnceFlush(), AOnceFlush(), OnceDrv(), AOnceDrv() and OnceExe(). +* Added Once(), AOnce(), OnceFlush(), AOnceFlush(), OnceDrv(), AOnceDrv() and OnceExe(). * R("DoOnce","Once"); -* Added RegAppend() and RegCnt(); -* R("RegSetDftEntry()","RegDft()"); +* Added RegAppend() and RegCnt(); +* R("RegSetDftEntry()","RegDft()"); * R("RegExeBranch()","RegExe()"); * R("RegWriteBranch()","RegWrite()"); @@ -531,7 +531,7 @@ body {background-color:#000000;} * Added ::/Adam/InsReg.HC with InsReg(), InsRereg() and InsUnreg(). * Added ::/Adam/Host.HC with HostChgDsk(). * Added ::/Adam/Opt/Utils/TOS.HC with TOSStdIns(). -* Added cmd line args for partition % to DskPrt(). +* Added cmd line args for partition % to DskPrt(). ----01/09/17 21:48:34---- * R("a1","arg1"); @@ -547,13 +547,13 @@ body {background-color:#000000;} * Moved AfterEgypt to the supplemental disk. ----01/06/17 06:07:19---- -* Fixed DskChg(). -* Improved ::/Misc/OSTestSuite.HC. +* Fixed DskChg(). +* Improved ::/Misc/OSTestSuite.CC. ----01/05/17 04:53:21---- * No longer support ASCII#12, <CTRL-l> CH_FORM_FEED. * Fixed sys_var_init_flag. -* GRScrnCaptureRead(). +* GRScrnCaptureRead(). ----01/04/17 18:06:14---- * Added ::/Demo/AcctExample/TOS/TOSPolicies.DD. @@ -563,18 +563,18 @@ body {background-color:#000000;} * R("Handler","Hndlr"); * R("InputPointer","Mouse"); * Improved MemRep(). -* Changed ::/Adam/WallPaper.HC. +* Changed ::/System/WallPaper.CC. ----01/03/17 12:23:49---- * R("chars_cmp...","char_bmp..."); * Added chk for Profanity. -* Improved TOSRegen. +* Improved TOSRegen. * Removed TempleOSBooks1.ISO and TempleOSBooks2.ISO out of TempleOSSup1.ISO. ----01/01/17 17:16:16---- * TempleOS version 5.00 Released * Added Collapse(). -* Added CursorRem(). +* Added CursorRem(). ----12/31/16 07:21:20---- * R("SYS_SEMA_...","SEMA_..."); @@ -584,11 +584,11 @@ body {background-color:#000000;} ----12/30/16 23:42:20---- * R("Pages512","Pags"); -* Overhauled ::/Kernel/Mem/PageTables.HC. +* Overhauled ::/Kernel/Memory/PageTables.CC. * R("BusyWait()","Busy()"); ----12/29/16 10:21:44---- -* Changed Snd() from freq to a I8 val called an ona. +* Changed Snd() from freq to a I8 val called an ona. * Fixed error in music octaves. * To convert songs, download Supplemental#1 ISO from the AppStore on http://www.templeos.org and run Sup1/Sup1Utils/CvtSong500.HC. @@ -602,7 +602,7 @@ body {background-color:#000000;} * R("SpriteX3B()","Sprite3XB()"); * R("SpriteY3B()","Sprite3YB()"); * R("SpriteZ3B()","Sprite3ZB()"); -* Improved ::/Demo/Games/Talons.HC. +* Improved ::/Demo/Games/Talons.CC. ----12/03/16 10:16:26---- * Changed __CMD_LINE__. @@ -614,82 +614,82 @@ body {background-color:#000000;} * Added SpriteTransform(). ----11/28/16 07:11:41---- -* Improved ::/Apps/Titanium/Titanium.HC. +* Improved ::/Apps/Titanium/Titanium.CC. ----11/26/16 22:43:51---- -* Added solar storms to ::/Apps/X-Caliber/X-Caliber.HC. +* Added solar storms to ::/Apps/X-Caliber/X-Caliber.CC. * R("TimeOut","Titanium"); ----11/20/16 19:46:43---- * TempleOS version 4.13 Released -* Improved ::/Apps/Titanium/Titanium.HC. -* Improved ::/Apps/X-Caliber/X-Caliber.HC. +* Improved ::/Apps/Titanium/Titanium.CC. +* Improved ::/Apps/X-Caliber/X-Caliber.CC. ----11/19/16 08:19:51---- * Improved Budget application. ----11/17/16 18:49:51---- * R("EagleDive","Talons"); -* Improved ::/Demo/Games/RocketScience.HC. -* Improved ::/Demo/Games/Rocket.HC. +* Improved ::/Demo/Games/RocketScience.CC. +* Improved ::/Demo/Games/Rocket.CC. ----10/28/16 05:54:27---- -* Added ::/Demo/RadixSort.HC. +* Added ::/Demo/RadixSort.CC. ----10/26/16 00:21:06---- * Added CProgress.t0. * Improved ::/Doc/Boot.DD. ----10/25/16 18:02:44---- -* Improved ::/Adam/Gr/SpriteEd.HC. +* Improved ::/System/Gr/SpriteEd.CC. * Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC. ----10/12/16 10:55:26---- * Added CCF_NO_CHAR_CONST. -* Improved ::/Demo/ToHtmlToTXTDemo/ToHtml.HC. +* Improved ::/Demo/ToHtmlToTXTDemo/ToHtml.CC. ----10/03/16 01:09:35---- * Changed GodWord(). ----09/30/16 18:29:59---- * Improved Rand()'s. -* Improved ::/Adam/Opt/Utils/ToTXT.HC. +* Improved ::/System/Utils/ToTXT.CC. ----09/29/16 10:13:14---- * TempleOS version 4.12 Released -* Added TASKf_CMD_LINE_PMT. +* Added TASKf_CMD_LINE_PMT. * Improved TaskWait(). * Improved DeathWait(). ----09/27/16 12:40:21---- -* Added SndRst(). -* Got rid of crappy reverb in ::/Apps/Psalmody/PsalmodyMain.HC. +* Added SndRst(). +* Got rid of crappy reverb in ::/Apps/Psalmody/PsalmodyMain.CC. ----09/27/16 11:09:25---- -* Improved ::/Misc/OSTestSuite.HC. +* Improved ::/Misc/OSTestSuite.CC. * Fixed bug in EdCharIns() printing $ cmds. * Added FUF_JUST_DD and FILEMASK_DD. ----09/27/16 01:05:52---- -* Improved ::/Doc/MemOverview.DD. +* Improved ::/Doc/MemoryOverview.DD. * Got rid of ::/Demo/Lectures/Mem. * Made filename paths relative to document location in DolDoc links. * R("Temp","Tmp"); ----09/26/16 00:44:42---- -* Added CloseAssault and OverRun to ::/Apps/ToTheFront/ToTheFront.HC. +* Added CloseAssault and OverRun to ::/Apps/ToTheFront/ToTheFront.CC. ----09/22/16 07:53:20---- -* Improved ::/Demo/Graphics/Box.HC. -* Improved ::/Demo/Graphics/SpritePlot3D.HC. +* Improved ::/Demo/Graphics/Box.CC. +* Improved ::/Demo/Graphics/SpritePlot3D.CC. ----09/21/16 17:09:40---- -* Fixed bug in ::/Demo/Games/BomberGolf.HC. +* Fixed bug in ::/Demo/Games/BomberGolf.CC. ----09/20/16 15:57:30---- * R("Screen","Scrn"); * R("WinMgrSync","Refresh"); -* R("InDbg","DbgMode"); +* R("InDbg","DbgMode"); * Improved ::/Doc/Boot.DD. ----09/20/16 07:31:52---- @@ -716,11 +716,11 @@ body {background-color:#000000;} * Got rid of MSG_FOCUS, MSG_MOVE, and MSG_SIZE. There are no longer messages for moving and sizing windows. ----09/06/16 02:40:43---- -* Improved ::/Demo/MagicPairs.HC. +* Improved ::/Demo/MagicPairs.CC. ----08/27/16 09:45:39---- * Improved CPURep(). -* Improved ::/Misc/OSTestSuite.HC. +* Improved ::/Misc/OSTestSuite.CC. * Added BirthWait() and DeathWait(). ----08/22/16 04:14:47---- @@ -730,21 +730,21 @@ body {background-color:#000000;} * Improved DocOpt(). ----07/17/16 03:23:53---- -* Improved ::/Demo/Games/RawHide.HC. +* Improved ::/Demo/Games/RawHide.CC. ----07/15/16 10:11:10---- * TempleOS version 4.10 Released -* Improved ::/Demo/Games/Talons.HC. +* Improved ::/Demo/Games/Talons.CC. ----07/15/16 05:17:24---- -* Created CDevGlbls.uncached_alias. +* Created CDevGlbls.uncached_alias. * Added 1 Gig page table support. ----07/13/16 17:21:19---- * Added multicore report to CPURep(). ----07/09/16 08:46:36---- -* Changed scoring in ::/Demo/Games/Talons.HC. +* Changed scoring in ::/Demo/Games/Talons.CC. * Replaced many "%Q" with "%$Q". * Fixed '\x24'. * Added '\d' for '$'. @@ -759,11 +759,11 @@ body {background-color:#000000;} ----07/06/16 23:45:30---- * Fixed multicore bug in Sprite3(). -* Improved ::/Demo/Games/Talons.HC. +* Improved ::/Demo/Games/Talons.CC. ----07/05/16 06:03:47---- * TempleOS version 4.09 Released -* Improved ::/Demo/Games/Talons.HC. +* Improved ::/Demo/Games/Talons.CC. * Improved GrFillTri0(). ----07/03/16 04:30:05---- @@ -772,18 +772,18 @@ body {background-color:#000000;} * Added BDT_ISO_FILE_READ. ----07/01/16 05:29:08---- -* Made underscore mandatory on HolyC callable asm functions. +* Made underscore mandatory on HolyC callable asm functions. ----06/28/16 13:15:08---- * Changed TaskRep() and MemRep(). -* Changed ::/Adam/WallPaper.HC. +* Changed ::/System/WallPaper.CC. ----06/26/16 14:01:16---- * Added LastFun(), RunFile(), RunFile2() and PopUpRunFile(). * Made boot code modular. ----06/24/16 14:15:13---- -* Added A.I. to ::/Apps/KeepAway/KeepAway.HC and changed scoring. +* Added A.I. to ::/Apps/KeepAway/KeepAway.CC and changed scoring. ----06/24/16 02:55:42---- * TempleOS version 4.08 Released @@ -810,12 +810,12 @@ body {background-color:#000000;} * <CTRL-ALT-n> is next task. ----06/16/16 19:49:39---- -* Added ::/Doc/Comm.HC. +* Added ::/Doc/Comm.CC. * Added ::/Doc/StdTempleOSPC.DD. * Added ::/Kernel/FontCyrillic.HC. <CTRL-ALT-f> ----06/02/16 03:20:56---- * TempleOS version 4.07 Released -* Added claws to ::/Demo/Games/Talons.HC. +* Added claws to ::/Demo/Games/Talons.CC. diff --git a/docs/Doc/Credits.DD.html b/docs/Doc/Credits.DD.html index 3688fbbd..301a6aab 100755 --- a/docs/Doc/Credits.DD.html +++ b/docs/Doc/Credits.DD.html @@ -38,7 +38,7 @@ body {background-color:#000000;} *) The heap algorithm, ::/Kernel/Memory/MAllocFree.CC, is adapted from one Terry saw at Ticketmaster when he worked on their VAX operating system. -*) The adaptive-step-size-Runge-Kutta algorithm, ::/System/ZMathODE.CC, is adapted from the book, Numeric Recipies in C. +*) The adaptive-step-size-Runge-Kutta algorithm, ::/System/MathODE.CC, is adapted from the book, Numeric Recipies in C. *) The mountain in some games is from http://www.public-domain-photos.com. The wolf in BlackDiamond is also from there. Te rry took watermarked photos and converted to 16 color. diff --git a/docs/Doc/Define.DD.html b/docs/Doc/Define.DD.html index c9d692e1..55a791b3 100755 --- a/docs/Doc/Define.DD.html +++ b/docs/Doc/Define.DD.html @@ -35,7 +35,7 @@ body {background-color:#000000;} parent task's table is searched. The DolDoc framework supports text that changes based on entries in the task's symbol table. Set a text entry with a D= arg, -as in $TX,"",D="DD_MYSTRING"$. See ::/Demo/DolDoc/DefineStr.CC, ::/System/ZDefine.CC and ::/Doc/MemoryOverview.DD. +as in $TX,"",D="DD_MYSTRING"$. See ::/Demo/DolDoc/DefineStr.CC, ::/System/Define.CC and ::/Doc/MemoryOverview.DD. See ::/Demo/Define.CC. diff --git a/docs/Doc/GRFiles.DD.html b/docs/Doc/GRFiles.DD.html index d7c5351e..4e84bf71 100755 --- a/docs/Doc/GRFiles.DD.html +++ b/docs/Doc/GRFiles.DD.html @@ -66,7 +66,7 @@ body {background-color:#000000;} I32 width; I32 width_internal; //Rounded-up to multiple of 8. I32 height; - I32 flags; //DCF_COMPRESSED? See ::/Kernel/Compress.CC. + I32 flags; CBGR48 palette[16]; //Included if DCF_PALETTE. U8 body[]; }; diff --git a/docs/Doc/GuideLines.DD.html b/docs/Doc/GuideLines.DD.html index a90f63cd..984e589d 100755 --- a/docs/Doc/GuideLines.DD.html +++ b/docs/Doc/GuideLines.DD.html @@ -138,8 +138,8 @@ body {background-color:#000000;} Hash Sym Tables -* See ::/System/ZHash.CC for examples of how the hash tables are set-up. Basically, syms are placed into hash tables and -child process hash tables are chained to parents. This provides scopes for vars and functions. +* See ::/System/Hash.CC for examples of how the hash tables are set-up. Basically, syms are placed into hash tables and child +process hash tables are chained to parents. This provides scopes for vars and functions. * sys_task->hash_table holds the CosmiC syms loaded in on start-up. diff --git a/docs/Doc/HelpIndex.DD.html b/docs/Doc/HelpIndex.DD.html index d2d1a93f..e564cc8f 100755 --- a/docs/Doc/HelpIndex.DD.html +++ b/docs/Doc/HelpIndex.DD.html @@ -38,85 +38,84 @@ body {background-color:#000000;} Charter Strategic Decisions F.A.Q. Glossary CosmiC Compiler Index -Why Not More? Demands -The Std ZealOS PC - -+] User Help -+] Admin Help -+] Programmer help -+] System Programmer Help +Why Not More? + ++] User Help ++] Admin Help ++] Programmer help ++] System Programmer Help + - - Index -AutoComplete -Bit -Boot -Call -Char Overview -Char Routines -Circular Queue -Cmd Line Overview -Cmd Line Routines -Compiler Overview -Compiler Routines -Compression -Ctrls -Data Types -Date -Debugging Overview -Debugging Routines -Define -Devices -Disk -Doc Overview -Doc Routines -Exceptions -File -File Utils -Frames -God -Graphics Overview -Graphics Routines -Hash -Help System -CosmiC -InFile -Info -Install -I/O -Job -Key Allocations -Keyboard Devices -Link Types -Math -Memory Overview -Memory Routines -Menus -Messages -Misc -Mouse -MultiCore -OpCodes -Operator Precedences -PCI -Print("") Format Strings -Processor -Profiler -RedSea -Registry -Scan Codes -ScreenCast -Sound -Sprites -StdIn -StdOut -String -Task -TextBase Layer -Time -Training -TOSZ -Utils -Windows + Index +AutoComplete +Bit +Boot +Call +Char Overview +Char Routines +Circular Queue +Cmd Line Overview +Cmd Line Routines +Compiler Overview +Compiler Routines +Compression +Ctrls +Data Types +Date +Debugging Overview +Debugging Routines +Define +Devices +Disk +Doc Overview +Doc Routines +Exceptions +File +File Utils +Frames +God +Graphics Overview +Graphics Routines +Hash +Help System +CosmiC +InFile +Info +Install +I/O +Job +Key Allocations +Keyboard Devices +Link Types +Math +Memory Overview +Memory Routines +Menus +Messages +Misc +Mouse +MultiCore +OpCodes +Operator Precedences +PCI +Print("") Format Strings +Processor +Profiler +RedSea +Registry +Scan Codes +ScreenCast +Sound +Sprites +StdIn +StdOut +String +Task +TextBase Layer +Time +Training +TOSZ +Utils +Windows diff --git a/docs/Doc/RedSea.DD.html b/docs/Doc/RedSea.DD.html index 69bad17f..4a570a81 100755 --- a/docs/Doc/RedSea.DD.html +++ b/docs/Doc/RedSea.DD.html @@ -61,16 +61,14 @@ body {background-color:#000000;} See ::/Kernel/BlkDev/FileSysRedSea.CC and ::/System/Boot/DiskISORedSea.CC. -Files with names ending in are compressed. See ::/Kernel/Compress.CC. - -To replace ISO9660, make hard-drive partition image of a measured size and copy onto a CD/DVD starting at about sector 20, -with EL TORITO booting. 512-byte sectors will be placed on top of 2048-byte CD/DCD sectors, so there will be four blocks per -CD/DVD sector. +To replace ISO9660, make hard-drive partition image of a measured size and copy onto a CD/DVD starting at about sector 20, +with EL TORITO booting. 512-byte sectors will be placed on top of 2048-byte CD/DCD sectors, so there will be four blocks per +CD/DVD sector. + +RedSea file system has no bad block table and no redundant allocation table. -RedSea file system has no bad block table and no redundant allocation table. +See Block Chain for RedSea allocation bitmap discussion. -See Block Chain for RedSea allocation bitmap discussion. - -See Reliability for RedSea reliability discussion. +See Reliability for RedSea reliability discussion. diff --git a/docs/Home/Net/Tests/DHCPTest2.CC.html b/docs/Home/Net/Tests/DHCPTest2.CC.html index 01d7cd0f..f9aa5beb 100755 --- a/docs/Home/Net/Tests/DHCPTest2.CC.html +++ b/docs/Home/Net/Tests/DHCPTest2.CC.html @@ -41,7 +41,7 @@ body {background-color:#000000;} if (ipv4_globals.local_ip != 0) { "\nThis test will only work on unconfigured network.\n"; - "To force for testing, comment out NetConfigure; in NetStart.\n\n"; + "To force for testing, comment out NetConfigure; in Run.CC.\n\n"; return; } diff --git a/docs/Kernel/KStart16.CC.html b/docs/Kernel/KStart16.CC.html index d2137b15..2616baeb 100755 --- a/docs/Kernel/KStart16.CC.html +++ b/docs/Kernel/KStart16.CC.html @@ -49,8 +49,8 @@ body {background-color:#000000;} #exe { - StreamPrint("SYS_COMPILE_TIME:: DU64 0x%X;", Now); //See IDEBootDVDProbe -}; + StreamPrint("SYS_COMPILE_TIME:: DU64 0x%X;", Now); //See AHCIBootDVDProbeAll +}; #assert SYS_COMPILE_TIME + sizeof(CDate) + sizeof(CBinFile) < DVD_BLK_SIZE diff --git a/docs/System/BlkDev/Mount.CC.html b/docs/System/BlkDev/Mount.CC.html index b46705c5..1b010b3b 100755 --- a/docs/System/BlkDev/Mount.CC.html +++ b/docs/System/BlkDev/Mount.CC.html @@ -260,7 +260,7 @@ body {background-color:#000000;} } public U8 Mount(Bool caller_is_prtdisk=FALSE) -{//Mount drives. Called from DiskPart(Mount). +{//Mount drives. Called from DiskPart(Mount). return Mount2(0, NULL, caller_is_prtdisk); } diff --git a/docs/System/Boot/BootDVD.CC.html b/docs/System/Boot/BootDVD.CC.html index ca51dad0..b891061d 100755 --- a/docs/System/Boot/BootDVD.CC.html +++ b/docs/System/Boot/BootDVD.CC.html @@ -195,7 +195,7 @@ body {background-color:#000000;} LOOP @@35 POP DS -//See IDEBootDVDProbe(). +//See AHCIBootDVDProbeAll(). MOV EBX, U32 [BDVD_BLK_LO - BDVD_START] MOV AX, U16 [BDVD_SHIFT_BLKS - BDVD_START] SHL EAX, 16 diff --git a/docs/System/Gr/GrGlobals.CC.html b/docs/System/Gr/GrGlobals.CC.html index 228d2ebb..b507e862 100755 --- a/docs/System/Gr/GrGlobals.CC.html +++ b/docs/System/Gr/GrGlobals.CC.html @@ -49,9 +49,9 @@ body {background-color:#000000;} U0 (*fp_wall_paper)(CTask *task); U0 (*fp_draw_mouse)(CDC *dc, I64 x, I64 y); U0 (*fp_draw_grab_mouse)(CDC *dc, I64 x, I64 y, Bool closed); - U8 *empty_sprite; //Gets assigned gr.empty_sprite + U8 *empty_sprite; //Gets assigned gr.empty_sprite - #define GR_PEN_BRUSHES_NUM 64 + #define GR_PEN_BRUSHES_NUM 64 CDC *pen_brushes [GR_PEN_BRUSHES_NUM], *collision_pen_brushes [GR_PEN_BRUSHES_NUM], *even_pen_brushes [GR_PEN_BRUSHES_NUM], diff --git a/docs/System/Hash.CC.html b/docs/System/Hash.CC.html index 877bf1d9..332dbd75 100755 --- a/docs/System/Hash.CC.html +++ b/docs/System/Hash.CC.html @@ -320,12 +320,12 @@ body {background-color:#000000;} { if (ptr->type & HTG_SRC_SYM && ptr(CHashSrcSym *)->src_link) { - DocPrint(doc, "$LK,\"%-20s\",A=\"%s\"$", ptr->str, ptr(CHashSrcSym *)->src_link); + DocPrint(doc, "$LK,\"%-40s\",A=\"%s\"$", ptr->str, ptr(CHashSrcSym *)->src_link); if (idx) comment = HelpComment(task, ptr, ptr(CHashSrcSym *)->src_link); } else - DocPrint(doc, "%-20s", ptr->str); + DocPrint(doc, "%-40s", ptr->str); if (!idx) { diff --git a/docs/index.html b/docs/index.html index 2fdf9191..b3cbbbba 100755 --- a/docs/index.html +++ b/docs/index.html @@ -33,5779 +33,5778 @@ body {background-color:#000000;} Demo/ Doc/ Downloads/ -HTML/ -Home/ -Kernel/ -Misc/ -System/ -Tmp/ -Kernel.BIN.C -HomeKeyPlugIns.CC -HomeLocalize.CC -HomeSys.CC -HomeWrappers.CC -MakeHome.CC -Once.CC -StartOS.CC -PersonalMenu.DD -PersonalNotes.DD +Home/ +Kernel/ +Misc/ +System/ +Tmp/ +Kernel.BIN.C +HomeKeyPlugIns.CC +HomeLocalize.CC +HomeSys.CC +HomeWrappers.CC +MakeHome.CC +Once.CC +StartOS.CC +PersonalMenu.DD +PersonalNotes.DD + - -/Compiler/Compiler 0077610228 0001 00000403D8 Module Public -/Kernel/Kernel 0000007C00 0001 000002F5F0 Module Public -AAA 00775F4908 0000 OpCode -AAD 00775F48B0 0000 OpCode -AAM 00775F4858 0000 OpCode -AAS 00775F4800 0000 OpCode -AAT_ADD_U16 2 0005 0000000008 DefineStr -AAT_ADD_U32 4 0009 0000000008 DefineStr -AAT_ADD_U64 6 0009 0000000008 DefineStr -AAT_ADD_U8 0 0005 0000000008 DefineStr -AAT_SUB_U16 3 0005 0000000008 DefineStr -AAT_SUB_U32 5 0005 0000000008 DefineStr -AAT_SUB_U64 7 0005 0000000008 DefineStr -AAT_SUB_U8 1 0005 0000000008 DefineStr -ACDDef 00766EA4C8 0003 0000000035 Funct -ACDDefGet 00766D5758 0003 0000000168 Funct Public -ACDDefsGet 00766DEFB0 0003 0000000174 Funct Public -ACDDefsPut 007674E430 0003 00000001C9 Funct Public -ACDDictWordsAdd 00766D0640 0003 00000000C9 Funct -ACDFillin 00767DB828 0003 000000006B Funct -ACDPopUpDef 00767D9828 0003 000000006B Funct -ACDWordPtAt 0076742EF8 0004 0000000181 Funct Public -ACDWordsLoad 007675FF58 0003 000000016E Funct Public -ACD_BLK_SIZE 0x4000 0031 0000000008 DefineStr -ACD_DEF 2 0005 0000000008 DefineStr -ACD_DEF_CHAR 0x02 000C 0000000008 DefineStr -ACD_DEF_END 3 0002 0000000008 DefineStr -ACD_DEF_FILENAME \"/System/ 000C 0000000028 DefineStr -ACD_END_CHAR 0x00 0007 0000000008 DefineStr -ACD_EXTRA 8 0005 0000000008 DefineStr -ACD_EXTRA_CHAR 0x05 0006 0000000008 DefineStr -ACD_EXTRA_END 9 0002 0000000008 DefineStr -ACD_FILLINS_NUM 10 0007 0000000008 DefineStr -ACD_H1 0 0004 0000000008 DefineStr -ACD_H1_END 1 0002 0000000008 DefineStr -ACD_POS 6 0005 0000000008 DefineStr -ACD_POS_CHAR 0x04 0006 0000000008 DefineStr -ACD_POS_END 7 0002 0000000008 DefineStr -ACD_PRONUNCIATION 4 0005 0000000008 DefineStr -ACD_PRONUNCIATION_CHAR0x03 0006 0000000008 DefineStr -ACD_PRONUNCIATION_END5 0002 0000000008 DefineStr -ACD_WORD_CHAR 0x01 003D 0000000008 DefineStr -ACD_WORD_FILENAME \"/System/ 0009 0000000028 DefineStr -ACDocReset 0076759CE8 000B 00000000B5 Funct -ACFillIn 00767D5828 0005 000000006E Funct -ACFillInAdd 0076700F00 0003 00000000CF Funct -ACHashAdd 007678AEA0 0003 0000000078 Funct -ACInit 00766C4090 0004 00000000F7 Funct Public -ACMainFileListTraverse00766C8E80 0003 00000000B0 Funct -ACMan 00766C8C90 0005 000000007F Funct -ACPriorWordInStr 00766D3A70 0005 000000009A Funct -ACPutChoices 00766BD828 0003 0000000431 Funct -ACSingleFileAdd 00766BE8B0 0003 0000000080 Funct -ACSkipCrap 0076707420 0003 0000000040 Funct -ACTask 00766C64F8 0003 0000000196 Funct -ACTaskAlt 00766C74A0 0003 00000000B1 Funct -ACTaskCtrl 00766DEC20 0003 0000000194 Funct -ACTaskEndCB 00766FCD60 0003 000000005B Funct -ACTaskNormal 00767106E8 0003 0000000113 Funct -AC_FILLINS_NUM 12 000C 0000000008 DefineStr -ACf_INIT_IN_PROGRESS0 000B 0000000008 DefineStr -ACf_LAST_WAS_KEYMAP 1 000B 0000000008 DefineStr -ACos 00773F5628 0001 0000000070 Funct Public -ADC 00775F7C90 0054 OpCode -ADD 00775F7AE8 00EE OpCode -AH 0000000104 0022 Reg -AHCIAtaBlksRW 0000022C42 0009 00000002CE Funct -AHCIAtaBlksRead 0000022F12 000E 00000000AB Funct -AHCIAtaBlksWrite 0000022FC2 0012 0000000099 Funct -AHCIAtaInit 00000233CA 0005 ExportSysSym Imm -AHCIAtaRBlks 0000023B8A 0003 ExportSysSym Imm -AHCIAtaWBlks 0000023BDA 0003 ExportSysSym Imm -AHCIAtapiBlksRead 0000023062 0007 000000026A Funct -AHCIAtapiCapacityGet0000022462 0003 ExportSysSym Imm -AHCIAtapiRBlks 0000023A62 0003 ExportSysSym Imm -AHCIAtapiSeek 0000022622 0003 00000001A9 Funct -AHCIAtapiStartStop 00000227D2 0006 0000000179 Funct -AHCIBootDVDProbeAll 000002384A 0002 ExportSysSym Imm -AHCIBufferAlign 0000022BBA 0004 ExportSysSym Imm -AHCIHbaReset 0000023522 0003 0000000036 Funct -AHCIInit 000002355A 0003 ExportSysSym Imm -AHCILBA48CapacityGet00000220B2 0003 ExportSysSym Imm -AHCIPortActiveHeaderGet0000022382 0008 ExportSysSym Imm -AHCIPortCmdSlotGet 00000220D2 0008 ExportSysSym Imm -AHCIPortCmdStart 000002220A 0004 ExportSysSym Imm -AHCIPortCmdStop 00000221BA 0005 ExportSysSym Imm -AHCIPortCmdWait 00000223CA 0008 ExportSysSym Imm -AHCIPortIdentify 0000022A02 0003 ExportSysSym Imm -AHCIPortInit 00000232D2 0007 00000000F8 Funct -AHCIPortIsIdle 000002217A 0003 ExportSysSym Imm -AHCIPortReset 00000222F2 0004 000000008C Funct -AHCIPortWait 0000022252 0009 ExportSysSym Imm -AHCI_BOHCf_BB 4\t 0003 0000000008 DefineStr -AHCI_BOHCf_BOS 0\t 0003 0000000008 DefineStr -AHCI_BOHCf_OOS 1\t 0003 0000000008 DefineStr -AHCI_CAPSEXTf_BOH 0\t 0003 0000000008 DefineStr -AHCI_CAPSf_S64A 31\t 0002 0000000008 DefineStr -AHCI_CF_DESCF_C (1 << AHCI 0003 0000000018 DefineStr -AHCI_CF_DESCf_C 7\t 0008 0000000008 DefineStr -AHCI_CH_DESCF_A (1 << AHCI 0002 0000000018 DefineStr -AHCI_CH_DESCF_W (1 << AHCI 0002 0000000018 DefineStr -AHCI_CH_DESCf_A 5\t 0007 0000000008 DefineStr -AHCI_CH_DESCf_W 6\t 0004 0000000008 DefineStr -AHCI_GHCf_AHCI_ENABLE31 0004 0000000008 DefineStr -AHCI_GHCf_HBA_RESET 0 0004 0000000008 DefineStr -AHCI_GHCf_INTERRUPT_ENABLE1 0002 0000000008 DefineStr -AHCI_MAX_PORTS 32 0006 0000000008 DefineStr -AHCI_PRDT_MAX_BLOCKS(U16_MAX + 0010 0000000018 DefineStr -AHCI_PRDT_MAX_LEN 8 \t\t\t\t 0003 0000000010 DefineStr -AHCI_PRD_MAX_BYTES (4 * 1024 0008 0000000018 DefineStr -AHCI_PxCMDF_ATAPI (1 << AHCI 0002 0000000020 DefineStr -AHCI_PxCMDF_CR (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDF_FR (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDF_FRE (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDF_POD (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDF_ST (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDF_SUD (1 << AHCI 0003 0000000018 DefineStr -AHCI_PxCMDf_ATAPI 24\t 0004 0000000008 DefineStr -AHCI_PxCMDf_CR 15\t 0005 0000000008 DefineStr -AHCI_PxCMDf_FR 14\t 0004 0000000008 DefineStr -AHCI_PxCMDf_FRE 4\t 0005 0000000008 DefineStr -AHCI_PxCMDf_POD 2\t 0003 0000000008 DefineStr -AHCI_PxCMDf_ST 0\t 0005 0000000008 DefineStr -AHCI_PxCMDf_SUD 1\t 0003 0000000008 DefineStr -AHCI_PxIf_TFE 30\t 0004 0000000008 DefineStr -AHCI_PxSCTLF_DET_INIT(1 << AHCI 0003 0000000020 DefineStr -AHCI_PxSCTLf_DET_INIT1 0003 0000000008 DefineStr -AHCI_PxSIG_ATA 0x00000101 000A 0000000010 DefineStr -AHCI_PxSIG_ATAPI 0xEB140101 000E 0000000010 DefineStr -AHCI_PxSIG_PM 0x96690101 0002 0000000010 DefineStr -AHCI_PxSIG_SEMB 0xC33C0101 0002 0000000010 DefineStr -AHCI_PxSSTSF_DET_PRESENT3 0003 0000000008 DefineStr -AKW_ALIGN 64 0002 0000000008 DefineStr -AKW_BINFILE 88 0002 0000000008 DefineStr -AKW_DU16 78 0002 0000000008 DefineStr -AKW_DU32 79 0002 0000000008 DefineStr -AKW_DU64 80 0002 0000000008 DefineStr -AKW_DU8 77 0002 0000000008 DefineStr -AKW_DUP 81 0002 0000000008 DefineStr -AKW_F64 76 0001 0000000008 DefineStr -AKW_I0 66 0001 0000000008 DefineStr -AKW_I16 68 0002 0000000008 DefineStr -AKW_I32 69 0002 0000000008 DefineStr -AKW_I64 70 0002 0000000008 DefineStr -AKW_I8 67 0002 0000000008 DefineStr -AKW_IMPORT 85 0002 0000000008 DefineStr -AKW_LIST 86 0002 0000000008 DefineStr -AKW_NOLIST 87 0002 0000000008 DefineStr -AKW_ORG 65 0002 0000000008 DefineStr -AKW_U0 71 0001 0000000008 DefineStr -AKW_U16 73 0002 0000000008 DefineStr -AKW_U32 74 0002 0000000008 DefineStr -AKW_U64 75 0002 0000000008 DefineStr -AKW_U8 72 0002 0000000008 DefineStr -AKW_USE16 82 0002 0000000008 DefineStr -AKW_USE32 83 0002 0000000008 DefineStr -AKW_USE64 84 0002 0000000008 DefineStr -AL 0000000100 0067 Reg -ALIGN 0000000040 0009 AsmKeyWord -AND 00775F7880 0032 OpCode -AOTGlobalsResolve 007761AA00 0003 ExportSysSym Imm -AOTLocalsResolve 007761A8D0 0005 ExportSysSym Imm -AOTStoreCodeU32 007761A140 0003 ExportSysSym Imm -AOTStoreCodeU64 007761A288 0007 ExportSysSym Imm -AOTStoreCodeU8 007761A038 001B ExportSysSym Imm -AOTStoreCodeU8At 007761A3D0 0009 ExportSysSym Imm -AOT_BIN_BLK_BITS 16 000D 0000000008 DefineStr -AOT_BIN_BLK_SIZE (1 << AOT_ 000A 0000000018 DefineStr -ARGT_AL 32 0007 0000000008 DefineStr -ARGT_AX 33 0002 0000000008 DefineStr -ARGT_CL 36 0002 0000000008 DefineStr -ARGT_CS 45 0003 0000000008 DefineStr -ARGT_DS 41 0003 0000000008 DefineStr -ARGT_DX 37 0004 0000000008 DefineStr -ARGT_EAX 34 0002 0000000008 DefineStr -ARGT_ES 42 0003 0000000008 DefineStr -ARGT_FS 43 0003 0000000008 DefineStr -ARGT_GS 44 0003 0000000008 DefineStr -ARGT_IMM16 5 0008 0000000008 DefineStr -ARGT_IMM32 6 0008 0000000008 DefineStr -ARGT_IMM64 7 0011 0000000008 DefineStr -ARGT_IMM8 4 000D 0000000008 DefineStr -ARGT_M16 21 0003 0000000008 DefineStr -ARGT_M1632 24 0002 0000000008 DefineStr -ARGT_M16N16 26 0002 0000000008 DefineStr -ARGT_M16N32 25 0002 0000000008 DefineStr -ARGT_M32 22 0003 0000000008 DefineStr -ARGT_M32N32 27 0002 0000000008 DefineStr -ARGT_M64 23 0011 0000000008 DefineStr -ARGT_M8 20 000A 0000000008 DefineStr -ARGT_MM 48 0002 0000000008 DefineStr -ARGT_MM32 49 0002 0000000008 DefineStr -ARGT_MM64 50 0002 0000000008 DefineStr -ARGT_MOFFS16 29 0002 0000000008 DefineStr -ARGT_MOFFS32 30 0002 0000000008 DefineStr -ARGT_MOFFS64 31 0006 0000000008 DefineStr -ARGT_MOFFS8 28 0006 0000000008 DefineStr -ARGT_NONE 0 0003 0000000008 DefineStr -ARGT_R16 13 0002 0000000008 DefineStr -ARGT_R32 14 0002 0000000008 DefineStr -ARGT_R64 15 0006 0000000008 DefineStr -ARGT_R8 12 0003 0000000008 DefineStr -ARGT_RAX 35 0003 0000000008 DefineStr -ARGT_REL16 2 0004 0000000008 DefineStr -ARGT_REL32 3 0007 0000000008 DefineStr -ARGT_REL8 1 0009 0000000008 DefineStr -ARGT_RM16 17 0002 0000000008 DefineStr -ARGT_RM32 18 0002 0000000008 DefineStr -ARGT_RM64 19 000C 0000000008 DefineStr -ARGT_RM8 16 0009 0000000008 DefineStr -ARGT_SREG 39 0009 0000000008 DefineStr -ARGT_SS 40 0005 0000000008 DefineStr -ARGT_ST0 46 0006 0000000008 DefineStr -ARGT_STI 47 0007 0000000008 DefineStr -ARGT_UIMM16 9 0007 0000000008 DefineStr -ARGT_UIMM32 10 0008 0000000008 DefineStr -ARGT_UIMM64 11 0010 0000000008 DefineStr -ARGT_UIMM8 8 000C 0000000008 DefineStr -ARGT_XMM 51 0002 0000000008 DefineStr -ARGT_XMM0 55 0002 0000000008 DefineStr -ARGT_XMM128 54 0002 0000000008 DefineStr -ARGT_XMM32 52 0002 0000000008 DefineStr -ARGT_XMM64 53 0002 0000000008 DefineStr -ARPL 00775F4790 0000 OpCode -ARf_CSPRITE_INS_CLIP1 0004 0000000008 DefineStr -ARf_CSPRITE_PTS_RECTANGLES5 0004 0000000008 DefineStr -ARf_FLOODFILL 0 0004 0000000008 DefineStr -ARf_MANAGE_SLIDER 6 0005 0000000008 DefineStr -ARf_MESH_ED 4 0004 0000000008 DefineStr -ARf_PLANAR_SYMMETRY 2 0004 0000000008 DefineStr -ARf_PSALMODY_JUKEBOX3 0002 0000000008 DefineStr -ASM_RENUM_SPACING 5 0005 0000000008 DefineStr -ASSOCF_LEFT 1 0008 0000000008 DefineStr -ASSOCF_RIGHT 2 0011 0000000008 DefineStr -ASSOC_MASK 3 0010 0000000008 DefineStr -ASin 0077419828 0001 0000000063 Funct Public -ATAIDDrives 0000025482 0004 000000018E Funct Public -ATAMount 0000025612 0007 0000000099 Funct -ATAPI_CLOSE_TRACK_SESSION0x5B00 0003 0000000008 DefineStr -ATAPI_FORMAT_UNIT 0x0400 0003 0000000008 DefineStr -ATAPI_READ 0xA800 0003 0000000008 DefineStr -ATAPI_READ_CAPACITY 0x2500 0004 0000000008 DefineStr -ATAPI_READ_TRACK_INFO0x5200 0003 0000000008 DefineStr -ATAPI_SEEK 0x2B00 0004 0000000008 DefineStr -ATAPI_SET_CD_SPEED 0xBB00 0003 0000000008 DefineStr -ATAPI_START_STOP_UNIT0x1B00 0004 0000000008 DefineStr -ATAPI_SYNC_CACHE 0x3500 0003 0000000008 DefineStr -ATAPI_WRITE 0xAA00 0003 0000000008 DefineStr -ATAR0_CMD 7 0005 0000000008 DefineStr -ATAR0_DATA 0 0009 0000000008 DefineStr -ATAR0_FEAT 1 0005 0000000008 DefineStr -ATAR0_HCYL 5 0012 0000000008 DefineStr -ATAR0_LCYL 4 0012 0000000008 DefineStr -ATAR0_NSECT 2 0005 0000000008 DefineStr -ATAR0_SECT 3 0008 0000000008 DefineStr -ATAR0_SEL 6 001F 0000000008 DefineStr -ATAR0_STAT 7 0006 0000000008 DefineStr -ATAR1_CTRL 2 0007 0000000008 DefineStr -ATARep 0000025042 0004 000000040A Funct Public -ATARepEntry 0000024D7A 000E ExportSysSym Imm -ATARepExitAllApplications0000024F7A 0003 ExportSysSym Imm -ATARepFind 0000025452 0003 000000002B Funct -ATAS_BSY 0x80 0005 0000000008 DefineStr -ATAS_DF 0x20 0002 0000000008 DefineStr -ATAS_DRDY 0x40 0002 0000000008 DefineStr -ATAS_DRQ 0x08 0004 0000000008 DefineStr -ATAS_ERR 0x01 0003 0000000008 DefineStr -ATA_DEV_RST 0x08 0003 0000000008 DefineStr -ATA_IDENTIFY 0xEC 0004 0000000008 DefineStr -ATA_IDENTIFY_PACKET 0xA1 0003 0000000008 DefineStr -ATA_IDENT_LBA48_CAPACITY100 0003 0000000008 DefineStr -ATA_IDENT_MODEL_NUM 27 0002 0000000008 DefineStr -ATA_IDENT_SERIAL_NUM10 0002 0000000008 DefineStr -ATA_NOP 0x00 0003 0000000008 DefineStr -ATA_PACKET 0xA0 000F 0000000008 DefineStr -ATA_READ_DMA_EXT 0x25 0003 0000000008 DefineStr -ATA_READ_MULTI 0xC4 0002 0000000008 DefineStr -ATA_READ_MULTI_EXT 0x29 0002 0000000008 DefineStr -ATA_READ_NATIVE_MAX 0xF8 0003 0000000008 DefineStr -ATA_READ_NATIVE_MAX_EXT0x27 0003 0000000008 DefineStr -ATA_SET_MAX 0xF9 0002 0000000008 DefineStr -ATA_SET_MAX_EXT 0x37 0002 0000000008 DefineStr -ATA_WRITE_DMA_EXT 0x35 0003 0000000008 DefineStr -ATA_WRITE_MULTI 0xC5 0002 0000000008 DefineStr -ATA_WRITE_MULTI_EXT 0x39 0002 0000000008 DefineStr -ATTRF_BLINK 0x10000000 0018 0000000010 DefineStr -ATTRF_INVERT 0x20000000 0010 0000000010 DefineStr -ATTRF_SEL 0x40000000 001F 0000000010 DefineStr -ATTRF_UNDERLINE 0x80000000 0019 0000000010 DefineStr -ATTRf_BLINK 28 0006 0000000008 DefineStr -ATTRf_INVERT 29 0005 0000000008 DefineStr -ATTRf_SEL 30 0018 0000000008 DefineStr -ATTRf_UNDERLINE 31 0008 0000000008 DefineStr -ATan 00000000B8 0006 Funct Public -AUWrite 00773B40B8 0001 00000000C7 Funct Public -AX 0000000200 0154 Reg -Abs 00000000B3 0012 Funct Public -AbsI64 00000000A9 006A Funct Public -AreYouSure 000000F490 0006 0000000029 Funct Public -Arg 000000AA73 0010 Funct Public -AsmHashLoad 00776198A8 0003 ExportSysSym Imm -AsmLexExpression 007761A488 0006 ExportSysSym Imm -AsmLineList 007761A540 0003 ExportSysSym Imm -AsmMakeArgMask 007761B480 0004 ExportSysSym Imm -AsmParseInsFlags 0077619668 0003 ExportSysSym Imm -AsmResolve 007761A688 0004 ExportSysSym Imm -AsmStoreNum 007761B7A8 0006 ExportSysSym Imm -AsmUnresolvedAdd 007761AE30 0006 ExportSysSym Imm -AutoComplete 00767BB828 0017 00000000D5 Funct Public -AutoCompleteSize 00766E77A0 0001 0000000038 Funct -B 00000176A6 0003 0000000059 Funct Public -B2 0000017706 0004 000000007F Funct Public -BDF_EXT_SIZE (1 << BDf_ 0011 0000000018 DefineStr -BDF_FORMAT (1 << BDf_ 0002 0000000018 DefineStr -BDF_INITIALIZED (1 << BDf_ 0009 0000000018 DefineStr -BDF_INIT_IN_PROGRESS(1 << BDf_ 0008 0000000020 DefineStr -BDF_INTERNAL_BUF (1 << BDf_ 0005 0000000018 DefineStr -BDF_LAST_WAS_WRITE (1 << BDf_ 0005 0000000020 DefineStr -BDF_READ_CACHE (1 << BDf_ 000A 0000000018 DefineStr -BDF_READ_ONLY (1 << BDf_ 0006 0000000018 DefineStr -BDF_READ_ONLY_OVERRIDE(1 << BDf_ 0006 0000000020 DefineStr -BDF_REMOVABLE (1 << BDf_ 0005 0000000018 DefineStr -BDS_CONST 0 000C 0000000008 DefineStr -BDS_CUR_DRIVE 1 0006 0000000008 DefineStr -BDS_ED_FILENAME_DRIVE2 0006 0000000008 DefineStr -BDT_ATA 2 0021 0000000008 DefineStr -BDT_ATAPI 5 002B 0000000008 DefineStr -BDT_ISO_FILE_READ 3 0011 0000000008 DefineStr -BDT_ISO_FILE_WRITE 4 0011 0000000008 DefineStr -BDT_NULL 0 0006 0000000008 DefineStr -BDT_RAM 1 0015 0000000008 DefineStr -BDT_TYPES_NUM 6 0004 0000000008 DefineStr -BDVD_BLK_COUNT 00766AD808 0009 ExportSysSym Imm -BDVD_BLK_HI 00766AD806 0002 ExportSysSym Imm -BDVD_BLK_LO 00766AD804 0006 ExportSysSym Imm -BDVD_END 00766AD94D 0005 ExportSysSym Imm -BDVD_MAIN 00766AD82C 0002 ExportSysSym Imm -BDVD_PROGRESS_STEP 00766AD80C 0003 ExportSysSym Imm -BDVD_PROGRESS_VAL 00766AD810 0005 ExportSysSym Imm -BDVD_PUTS 00766AD822 0003 ExportSysSym Imm -BDVD_PUT_CHAR 00766AD814 0003 ExportSysSym Imm -BDVD_RET 00766AD821 0002 ExportSysSym Imm -BDVD_SHIFT_BLKS 00766AD80A 0006 ExportSysSym Imm -BDVD_START 00766AD780 002D ExportSysSym Imm -BD_SIGNATURE_VAL 'BDSV' 000B 0000000008 DefineStr -BDf_EXT_SIZE 8 0004 0000000008 DefineStr -BDf_FORMAT 6 0003 0000000008 DefineStr -BDf_INITIALIZED 1 0006 0000000008 DefineStr -BDf_INIT_IN_PROGRESS7 0004 0000000008 DefineStr -BDf_INTERNAL_BUF 9 0004 0000000008 DefineStr -BDf_LAST_WAS_WRITE 4 0003 0000000008 DefineStr -BDf_READ_CACHE 5 0003 0000000008 DefineStr -BDf_READ_ONLY 2 0003 0000000008 DefineStr -BDf_READ_ONLY_OVERRIDE3 0003 0000000008 DefineStr -BDf_REMOVABLE 0 0003 0000000008 DefineStr -BDlf_LOCKED 0 0006 0000000008 DefineStr -BEqual 000000ADCF 0051 Funct Public -BFieldExtU32 000000AE9B 0008 Funct Public -BFieldOrU32 000000AE76 0008 Funct Public -BH 0000000107 000D Reg -BHD_BLK_COUNT 00765684FE 0004 ExportSysSym Imm -BHD_CODE 00765684C8 0008 ExportSysSym Imm -BHD_DAP_BLK 0076568508 0003 ExportSysSym Imm -BHD_END 0076568567 0006 ExportSysSym Imm -BHD_START (BHD_CODE 0015 0000000028 DefineStr -BIBLE_FILENAME \"::/Misc/ 0017 0000000018 DefineStr -BINFILE 0000000058 0000 AsmKeyWord -BIN_SIGNATURE_VAL 'ZCCB' 0007 0000000008 DefineStr -BIOSRep 00764D3778 0001 0000000016 Funct Public -BL 0000000103 001E Reg -BLACK 0 004E 0000000008 DefineStr -BLACK32 0x000000 0005 0000000010 DefineStr -BLKDEVS_NUM 26 000C 0000000008 DefineStr -BLK_SIZE (1 << BLK_ 00EA 0000000018 DefineStr -BLK_SIZE_BITS 9 00E1 0000000008 DefineStr -BLUE 1 0019 0000000008 DefineStr -BMHD2_BLK_ARRAY 007655EEBE 0005 ExportSysSym Imm -BMHD2_BOOT_MESSAGE 007655EDBC 0004 ExportSysSym Imm -BMHD2_DAP_BLK 007655EF06 0001 ExportSysSym Imm -BMHD2_END 007655EFBE 0004 ExportSysSym Imm -BMHD2_PUTS 007655EF1C 0002 ExportSysSym Imm -BMHD2_PUT_CHAR 007655EF0E 0002 ExportSysSym Imm -BMHD2_RET 007655EF1B 0002 ExportSysSym Imm -BMHD2_START 007655ED80 0015 ExportSysSym Imm -BMHD_BLK_COUNT 007656A8BA 0004 ExportSysSym Imm -BMHD_CODE 007656A860 0007 ExportSysSym Imm -BMHD_DAP_BLK 007656A8C4 0003 ExportSysSym Imm -BMHD_END 007656A929 0006 ExportSysSym Imm -BMHD_START 007656A860 000F ExportSysSym Imm -BOOT_DIR \"/0000Boo 0012 0000000010 DefineStr -BOOT_DIR \"/0000Boo 0006 0000000010 DefineStr -BOOT_DIR_BOOTMHD2_BIN_CBOOT_DIR \ 0005 0000000020 DefineStr -BOOT_DIR_KERNEL_BIN_CBOOT_DIR \ 0005 0000000020 DefineStr -BOOT_DIR_OLDMBR_BIN_CBOOT_DIR \ 0009 0000000020 DefineStr -BOOT_HIGH_LOC_DVD ((BOOT_RAM 0009 0000000048 DefineStr -BOOT_HIGH_LOC_HD ((BOOT_RAM 0009 0000000040 DefineStr -BOOT_HIGH_LOC_MHD ((BOOT_RAM 0009 0000000040 DefineStr -BOOT_HIGH_LOC_MHD2 ((BOOT_RAM 0009 0000000040 DefineStr -BOOT_RAM_BASE 0x07C00 0017 0000000008 DefineStr -BOOT_RAM_LIMIT 0x97000 0021 0000000008 DefineStr -BOOT_SRC_DVD 4 000B 0000000008 DefineStr -BOOT_SRC_HARDDRIVE 3 0008 0000000008 DefineStr -BOOT_SRC_NULL 0 0003 0000000008 DefineStr -BOOT_SRC_RAM 2 000D 0000000008 DefineStr -BOOT_SRC_ROM 1 0005 0000000008 DefineStr -BOOT_STACK_SIZE BLK_SIZE 0025 0000000010 DefineStr -BOUND 00775F4718 0000 OpCode -BP 0000000205 0001 Reg -BPT 00775F36E0 0000 OpCode -BPlf_LOCKED 0 0008 0000000008 DefineStr -BROWN 6 000F 0000000008 DefineStr -BSF 00775F46A0 0000 OpCode -BSR 00775F4628 0000 OpCode -BSWAP 00775F45C0 0002 OpCode -BSpline2 0077343E28 0007 000000073F Funct Public -BSpline3 0076B98228 0007 00000009F2 Funct Public -BT 00775F44E8 0053 OpCode -BTC 00775F4410 0000 OpCode -BTF_DONT_FREE 1 0005 0000000008 DefineStr -BTR 00775F4338 0010 OpCode -BTS 00775F4260 0012 OpCode -BTTN_BORDER 2 000D 0000000008 DefineStr -BX 0000000203 0045 Reg -Bcd2Binary 0000011A32 0004 ExportSysSym Imm -Beat 0076980A10 0001 0000000090 Funct Public -Beep 00000164DE 0028 0000000059 Funct Public -Bezier2 0076BDA418 0009 0000000397 Funct Public -Bezier3 0076BCD228 0009 0000000482 Funct Public -BibleDoc 00766A8938 0003 0000000236 Funct Public -BibleInit 00766AA028 0003 000000047F Funct -BibleLine2Verse 00766AAA50 0007 00000003CF Funct Public -BibleVerse 00767321F0 0001 00000001AA Funct Public -BibleView 00766EF188 0001 000000004D Funct Public -BinRep 0076562C58 0001 00000003A6 Funct Public -BirthWait 000001C8AB 0003 0000000041 Funct Public -Blink 000001610E 001A 0000000053 Funct Public -BlkDevAdd 0000027BD3 000C 0000000456 Funct -BlkDevCheck 0000025F62 0008 0000000055 Funct Public -BlkDevDel 0000025F22 000B 000000003F Funct Public -BlkDevInit 00000258BA 000B ExportSysSym Imm -BlkDevLock 00000257FA 0018 0000000056 Funct Public -BlkDevLockFwdingSet 0000027B33 0003 ExportSysSym Imm -BlkDevNextFreeSlot 0000025E32 000A 00000000EB Funct Public -BlkDevUnlock 0000025852 0019 0000000063 Funct Public -BlkDevsInitAll 00000280BB 0003 ExportSysSym Imm -BlkDevsRelease 0000025DE2 0006 000000004C Funct Public -BlkDevsSize 007648B6C8 0003 00000000BA Funct -BlkPoolAdd 000000DA06 0006 0000000078 Funct Public -BlkPoolInit 000000DA7E 0004 0000000070 Funct Public -BlkPoolsInit 000000DAEE 0003 ExportSysSym Imm -BlkRead 0000026DFB 002C 00000001E4 Funct Public -BlkWrite 0000026FE3 0028 00000001CE Funct Public -BlkWriteZero 0000026D03 0005 00000000F4 Funct Public -BookLines 00766AEAB0 0004 00000000B9 Funct Public -Bool 00775EC530 07C2 0000000001 IntType -BootDVDIns 007656D108 0003 000000008B Funct Public -BootHDIns 007656B9D0 0001 0000000245 Funct Public -BootMHDIns 0076567028 0001 000000054F Funct Public -BootMHDOldRead 00766CDCC8 0003 00000000E9 Funct Public -BootMHDOldWrite 007656D2C8 0001 0000000081 Funct Public -BootMHDZero 00766FB6C8 0001 0000000057 Funct Public -BootRAM 007656ACC0 0004 00000000CE Funct Public -BptFind 00000174FE 0007 0000000081 Funct -BptR 000001761E 0004 0000000087 Funct Public -BptS 0000017586 0006 0000000093 Funct Public -Break 0000019113 0007 0000000069 Funct Public -BreakLock 0000019183 0010 0000000031 Funct Public -BreakUnlock 00000191BB 001B 000000005E Funct Public -Bsf 000000007E 002A Funct Public -Bsr 000000007F 0024 Funct Public -Bt 0000000077 02C3 Funct Public -Btc 000000007A 0002 Funct Public -Btr 0000000079 001B Funct Public -Bts 0000000078 0070 Funct Public -Busy 0000016166 000F 0000000025 Funct Public -C32_ADD 000001ECBC 0003 ExportSysSym Imm -C32_EAX 000001EBED 0007 ExportSysSym Imm -C32_EBX 000001EBF1 0007 ExportSysSym Imm -C32_ECX 000001EBF5 0007 ExportSysSym Imm -C32_EDI 000001EC01 0007 ExportSysSym Imm -C32_EDX 000001EBF9 0007 ExportSysSym Imm -C32_EFLAGS 000001EC05 0007 ExportSysSym Imm -C32_ESI 000001EBFD 0007 ExportSysSym Imm -C32_RSP 000001EC09 0004 ExportSysSym Imm -C:/Doc/AutoComplete.DD0077499298 0000 HelpFile Public -C:/Doc/Bit.DD 00774C8B40 0001 HelpFile Public -C:/Doc/Boot.DD 0077498FB8 0000 HelpFile Public -C:/Doc/Ctrls.DD 0076707470 0000 HelpFile Public -C:/Doc/D3.DD 00774AD500 0001 HelpFile Public -C:/Doc/Date.DD 00773F5780 0000 HelpFile Public -C:/Doc/DebugFunSeg.DD0077468B20 0000 HelpFile Public -C:/Doc/Define.DD 0077463758 0000 HelpFile Public -C:/Doc/Directives.DD0077408898 0000 HelpFile Public -C:/Doc/DolDoc.DD 0076934420 0000 HelpFile Public -C:/Doc/FileLowLevel.DD0077453030 0000 HelpFile Public -C:/Doc/Frame.DD 00774379B8 0000 HelpFile Public -C:/Doc/GRFiles.DD 0077317058 0000 HelpFile Public -C:/Doc/Hash.DD 0077439F50 0000 HelpFile Public -C:/Doc/HeapDebug.DD 00764D3540 0000 HelpFile Public -C:/Doc/HelpSystem.DD0076645F08 0000 HelpFile Public -C:/Doc/InFile.DD 00766E7058 0000 HelpFile Public -C:/Doc/Install.DD 0077432538 0000 HelpFile Public -C:/Doc/Job.DD 0077455078 0000 HelpFile Public -C:/Doc/KeyDev.DD 007745D978 0000 HelpFile Public -C:/Doc/Lex.DD 00773EBD18 0000 HelpFile Public -C:/Doc/Menus.DD 007694D150 0000 HelpFile Public -C:/Doc/Messages.DD 00774110C8 0000 HelpFile Public -C:/Doc/Mouse.DD 007740DD60 0000 HelpFile Public -C:/Doc/MultiCore.DD 00774A3150 0001 HelpFile Public -C:/Doc/ODE.DD 00773BFA28 0000 HelpFile Public -C:/Doc/Once.DD 0076703E60 0000 HelpFile Public -C:/Doc/PIT.DD 00775A6330 0001 HelpFile Public -C:/Doc/Pags.DD 007751B6E0 0001 HelpFile Public -C:/Doc/Profiler.DD 007664CE20 0000 HelpFile Public -C:/Doc/Queue.DD 00774BEFA0 0001 HelpFile Public -C:/Doc/Sound.DD 0077402EA0 0000 HelpFile Public -C:/Doc/Sprite.DD 0076A22820 0000 HelpFile Public -C:/Doc/StdOutTask.DD00774640C8 0000 HelpFile Public -C:/Doc/Streams.DD 0077400B18 0000 HelpFile Public -C:/Doc/Streams.DD 0077400C58 0000 HelpFile Public -C:/Doc/TextBase.DD 0077347FE0 0000 HelpFile Public -C:/Doc/TimeCycles.DD0077499C98 0001 HelpFile Public -C:/Doc/TimeDate.DD 00773F80F0 0000 HelpFile Public -C:/Doc/TimeJiffy.DD 00773F38D0 0000 HelpFile Public -C:/Doc/Transform.DD 00773241A0 0000 HelpFile Public -C:/Doc/Windows.DD 007693FCA0 0000 HelpFile Public -CAHCIHba 007753AB50 0005 0000001100 Class -CAHCIPort 007753BD10 001A 0000000080 Class -CALL 00775F5E80 0069 OpCode -CAOT 00775E7B80 0017 0000000068 Class -CAOTAbsAddr 007755BD48 0020 0000000018 Class -CAOTBinBlk 00775652A0 0010 0000010008 Class -CAOTCtrl 0077558660 0016 0000000149 Class -CAOTHeapGlobal 00775E7850 000E 0000000020 Class -CAOTHeapGlobalRef 007755B7A8 0009 0000000010 Class -CAOTImportExport 00775E75C0 001D 0000000040 Class -CAP16BitInit 00775A64D0 0004 000000000E Class -CATAPITrack 007752D280 000A 0000000030 Class -CATARep 007753EDF0 001E 0000000038 Class Public -CAUData 00774E7DA0 0006 0000000009 Class Public -CAbsCountsI64 0077564E20 0006 0000000008 Class -CAdd 0077FBF020 0001 0000000041 Funct Public -CAlloc 000000DF54 018A 0000000033 Funct Public -CAllocAligned 000000E094 0007 000000007F Funct Public -CArrayDim 007759A240 001C 0000000018 Class Public -CAsmArg 0077562840 0009 0000000068 Class -CAsmIns 0077563668 0005 00000000AA Class -CAsmNum 0077564308 0011 0000000028 Class -CAsmNum2 0077563C40 0006 0000000039 Class -CAsmUndefHash 0077564780 0011 0000000010 Class -CAsmUnresolvedRef 0077561D18 000B 000000004A Class -CAtapiReadCmd 0077536DC0 0004 0000000010 Class -CAutoCompleteDictGlobals00775731B8 0005 0000000072 Class Public -CAutoCompleteGlobals0077575290 0005 0000000128 Class Public -CBGR24 0077514B10 0026 0000000004 Class Public -CBGR48 00775145D8 001C 0000000008 Class Public -CBW 00775F41A8 0000 OpCode -CBinFile 00775B0F80 0039 0000000020 Class -CBlkDev 00775239B8 0098 0000000094 Class Public -CBlkDevGlobals 007751E9F8 0005 0000000190 Class Public -CBlkPool 0077519750 0020 00000009E0 Class Public -CBpt 00775095E0 0013 0000000018 Class -CCF_AOT_COMPILE 0x08000000 004B 0000000010 DefineStr -CCF_ARRAY 0x00800000 0014 0000000010 DefineStr -CCF_ASM_EXPRESSIONS 0x00008000 0014 0000000010 DefineStr -CCF_CLASS_DOL_OFFSET0x40000000 0006 0000000010 DefineStr -CCF_CMD_LINE 0x001 0006 0000000008 DefineStr -CCF_DONT_FREE_BUF 0x008 0015 0000000008 DefineStr -CCF_DONT_MAKE_RES 0x80000000 000E 0000000010 DefineStr -CCF_EXE_BLK 0x00001000 0007 0000000010 DefineStr -CCF_FUN_EXP 0x00040000 0011 0000000010 DefineStr -CCF_HAS_MISC_DATA 0x00002000 000D 0000000010 DefineStr -CCF_HAS_RETURN 0x00004000 0005 0000000010 DefineStr -CCF_IN_IF 0x020 000D 0000000008 DefineStr -CCF_IN_QUOTES 0x00000800 0005 0000000010 DefineStr -CCF_JUST_LOAD 0x040 0004 0000000008 DefineStr -CCF_KEEP_AT_SIGN 0x400 0004 0000000008 DefineStr -CCF_KEEP_DOT 0x100 0003 0000000008 DefineStr -CCF_KEEP_NEW_LINES 0x080 0008 0000000008 DefineStr -CCF_KEEP_SIGN_NUM 0x200 0003 0000000008 DefineStr -CCF_LAST_WAS_DOT 0x04000000 0005 0000000010 DefineStr -CCF_LOCAL 0x00020000 0008 0000000010 DefineStr -CCF_NOT_CONST 0x00000200 0005 0000000010 DefineStr -CCF_NO_ABSS 0x10000000 000C 0000000010 DefineStr -CCF_NO_CHAR_CONST 0x800 0003 0000000008 DefineStr -CCF_NO_DEFINES 0x010 000B 0000000008 DefineStr -CCF_NO_REG_OPT 0x00000400 0006 0000000010 DefineStr -CCF_PAREN 0x20000000 0004 0000000010 DefineStr -CCF_POSTDEC 0x00100000 0007 0000000010 DefineStr -CCF_POSTINC 0x00080000 0007 0000000010 DefineStr -CCF_PREDEC 0x00400000 0008 0000000010 DefineStr -CCF_PREINC 0x00200000 0007 0000000010 DefineStr -CCF_PROMPT 0x002 0005 0000000008 DefineStr -CCF_QUESTION_HELP 0x004 0004 0000000008 DefineStr -CCF_RAX 0x01000000 0010 0000000010 DefineStr -CCF_UNRESOLVED 0x00010000 000A 0000000010 DefineStr -CCF_USE_LAST_U16 0x02000000 001E 0000000010 DefineStr -CCPU 00775E7330 0034 0000000100 Class Public -CCPURep 0076563478 0005 000000001A Class -CC_BOTTOM 8 000B 0000000008 DefineStr -CC_LEFT 1 0009 0000000008 DefineStr -CC_RIGHT 2 000B 0000000008 DefineStr -CC_TOP 4 000B 0000000008 DefineStr -CCacheBlk 007751F458 0015 0000000230 Class -CCf_AOT_COMPILE 35 0004 0000000008 DefineStr -CCf_FUN_EXP 26 0004 0000000008 DefineStr -CCf_PAREN 37 0003 0000000008 DefineStr -CCf_PASS_TRACE_PRESENT12 000D 0000000008 DefineStr -CCf_PROMPT 1 0005 0000000008 DefineStr -CCf_USE_LAST_U16 33 0008 0000000008 DefineStr -CCodeCtrl 007755A048 0011 0000000030 Class -CCodeMisc 0077569E60 003A 0000000058 Class -CColorROPU16 0077515698 0008 0000000002 Class Public -CColorROPU32 00775152C8 006E 0000000004 Class Public -CCompCtrl 0077551CB8 00FA 00000001D8 Class Public -CCompGlobals 007754F400 0005 0000000218 Class Public -CCopy 007740CC28 0003 0000000025 Funct Public -CCountsGlobals 00775A57F8 0005 0000000029 Class Public -CCtrl 007750DC10 0084 00000000A0 Class Public -CCtrlBttnState 0076705328 000D 0000000028 Class -CD2 00775C09D8 0002 0000000010 Class Public -CD2I32 00775C18F8 0012 0000000008 Class Public -CD2I64 00775C1380 0002 0000000010 Class Public -CD3 00775C0538 0064 0000000018 Class Public -CD3I32 00775C2388 00CC 000000000C Class Public -CD3I64 00775C0F08 0018 0000000018 Class Public -CDATE_BASE_DAY_OF_WEEK0 0003 0000000008 DefineStr -CDATE_FREQ 49710 000C 0000000008 DefineStr -CDATE_YEAR_DAYS 365.24225 000C 0000000010 DefineStr -CDATE_YEAR_DAYS_INT 36524225 0003 0000000010 DefineStr -CDC 00775E7070 01BF 0000000198 Class Public -CDIR_FILENAME_LEN 38 000C 0000000008 DefineStr -CDIR_SIZE (sizeof(CD 0023 0000000030 DefineStr -CDQ 00775F4048 0000 OpCode -CDQE 00775F40F8 0000 OpCode -CDate 00775BDC08 0050 0000000008 Class Public -CDate2Dos 000002A6EB 0003 ExportSysSym Imm -CDateStruct 00775BD800 001D 000000000C Class Public -CDebugGlobals 00774E5BB0 0005 0000000041 Class Public -CDebugInfo 007759D5D8 0016 000000000C Class -CDevGlobals 0077518248 0007 000000011C Class Public -CDirContext 00775E6DB0 001D 0000000020 Class Public -CDirEntry 00775296D8 0160 0000000070 Class Public -CDiv 00773BD040 0001 0000000099 Funct Public -CDoc 00775E6AF0 0346 0000000300 Class Public -CDocBin 007758A110 0051 0000000038 Class Public -CDocEntry 0077586118 01E3 00000000D0 Class Public -CDocEntryBase 0077586EF8 000A 0000000058 Class Public -CDocSettings 0077587E00 0028 0000000018 Class Public -CDocUndo 007757DC90 0016 0000000030 Class -CDolDocGlobals 00769340B0 0003 000000024C Class Public -CDrive 0077520A10 00CC 00000000A0 Class Public -CEdAddrLink 007674C2C8 0001 0000000813 Class -CEdBibleLink 007674A988 0001 0000000813 Class -CEdBin 00767358D0 0005 0000000610 Class -CEdBttn 007673D580 0005 0000000608 Class -CEdCheckBox 0076738588 0005 0000000209 Class -CEdCursorMovement 007673BBF8 0005 0000000409 Class -CEdDataNum 007673A608 0005 000000020C Class -CEdDataStr 0076739D68 0003 000000020C Class -CEdDefLink 0076749D28 0001 0000000813 Class -CEdFileAnchorLink 007674D248 0001 0000000813 Class -CEdFileFindLink 0076758180 0001 0000000813 Class -CEdFileLineLink 0076757460 0001 0000000813 Class -CEdFileLink 007674DCD0 0005 0000000813 Class -CEdFileName 00775826B8 0012 0000000108 Class -CEdFindText 00775834A8 0022 0000000130 Class -CEdHexEd 00767365B0 0005 0000000012 Class -CEdHtmlCode 00767401B8 0005 0000000200 Class -CEdLineGoTo 0076778FE0 0003 0000000008 Class -CEdList 00767376D8 0005 0000000409 Class -CEdMacroMenu 007673F8E0 0005 0000000C0A Class -CEdMacroSprite 00767315F8 0005 0000000403 Class -CEdManPageLink 0076756780 0001 0000000813 Class -CEdMenuSprite 0076730E88 0001 0000000403 Class -CEdPageSetting1 0076744A00 0005 0000000201 Class -CEdPageSetting2 0076744618 0003 0000000201 Class -CEdPlaceAnchor 007674B5B0 0001 0000000813 Class -CEdProject 0076749048 0001 0000000813 Class -CEdSong 0076740BF8 0005 0000000400 Class -CEdSprite 00769B3E50 0017 0000000058 Class -CEdText 0076742420 0005 0000000C09 Class -CEdTree 0076734470 0005 0000000209 Class -CElTorito 0076566390 0003 0000000040 Class -CEqu 00773B5E48 0003 0000000020 Funct Public -CExcept 0077509000 0020 0000000078 Class -CExternUsage 00775984F0 0009 0000000010 Class -CFAT32Boot 00775315F8 0020 0000000200 Class -CFAT32DirEntry 007752F328 0010 0000000020 Class -CFAT32DirEntryLong 007752E748 0013 0000000020 Class -CFAT32FileInfoSect 007752FBB8 0005 0000000200 Class -CFFRay 0076B93088 0005 0000000038 Class -CFMUncollapsedList 0076969708 0013 0000000010 Class -CFPU 0077508258 0008 0000000200 Class -CFifoI64 00775BF180 001B 0000000020 Class Public -CFifoU8 00775BF758 001F 0000000020 Class Public -CFile 00775E6818 002A 00000000A8 Class Public -CFileNameTo 0000027763 0006 ExportSysSym Imm -CFind 0076495C90 0005 00000001B4 Class -CFisH2D 0077539BC8 000A 0000000014 Class -CFisReceived 0077538DD0 0003 0000000100 Class -CFreeList 00775211B8 000C 0000000020 Class -CFunSegCache 00774E6918 0009 0000000040 Class -CGDT 00775B3910 001D 0000001080 Class -CGDTEntry 00775B3CC0 0004 0000000010 Class -CGodGlobals 007691EC98 0003 0000000028 Class Public -CGrGlobals 007733BEC0 0003 000000290B Class Public -CGrSym 00774EE748 000A 0000000028 Class -CGridGlobals 0077510AE0 000B 0000000050 Class Public -CH 0000000105 0001 Reg -CHPXCHG8B 00775F3BF8 0000 OpCode -CH_BACKSPACE 0x08 0014 0000000008 DefineStr -CH_CTRLA 0x01 000E 0000000008 DefineStr -CH_CTRLB 0x02 000E 0000000008 DefineStr -CH_CTRLC 0x03 000E 0000000008 DefineStr -CH_CTRLD 0x04 000C 0000000008 DefineStr -CH_CTRLE 0x05 0003 0000000008 DefineStr -CH_CTRLF 0x06 0013 0000000008 DefineStr -CH_CTRLG 0x07 000C 0000000008 DefineStr -CH_CTRLH 0x08 000A 0000000008 DefineStr -CH_CTRLI 0x09 0013 0000000008 DefineStr -CH_CTRLJ 0x0A 000A 0000000008 DefineStr -CH_CTRLK 0x0B 0013 0000000008 DefineStr -CH_CTRLL 0x0C 0013 0000000008 DefineStr -CH_CTRLM 0x0D 0010 0000000008 DefineStr -CH_CTRLN 0x0E 0003 0000000008 DefineStr -CH_CTRLO 0x0F 0013 0000000008 DefineStr -CH_CTRLP 0x10 0013 0000000008 DefineStr -CH_CTRLQ 0x11 0005 0000000008 DefineStr -CH_CTRLR 0x12 000C 0000000008 DefineStr -CH_CTRLS 0x13 0013 0000000008 DefineStr -CH_CTRLT 0x14 000C 0000000008 DefineStr -CH_CTRLU 0x15 0013 0000000008 DefineStr -CH_CTRLV 0x16 0010 0000000008 DefineStr -CH_CTRLW 0x17 0013 0000000008 DefineStr -CH_CTRLX 0x18 000E 0000000008 DefineStr -CH_CTRLY 0x19 0013 0000000008 DefineStr -CH_CTRLZ 0x1A 0015 0000000008 DefineStr -CH_CURSOR 0x05 0014 0000000008 DefineStr -CH_ESC 0x1B 002D 0000000008 DefineStr -CH_SHIFT_ESC 0x1C 0033 0000000008 DefineStr -CH_SPACE 0x20 0066 0000000008 DefineStr -CHash 00775A1A48 0047 0000000018 Class Public -CHashAC 007759B7C8 0016 0000000020 Class Public -CHashClass 00775E6540 0064 0000000080 Class Public -CHashDefineStr 0077598018 0028 0000000058 Class Public -CHashExport 007759B340 0022 0000000048 Class Public -CHashFun 00775E6280 0036 00000000A8 Class Public -CHashGeneric 007759C9C0 0041 0000000030 Class Public -CHashGlobalVar 0077595D20 002E 0000000088 Class Public -CHashImport 007759AF88 0006 0000000050 Class Public -CHashOpcode 007755D410 000A 0000000030 Class Public -CHashReg 007759BB80 0008 000000001A Class Public -CHashSrcSym 007759D118 003A 0000000040 Class Public -CHashTable 00775A1530 0050 0000000020 Class Public -CHeapCtrl 00775E5FC0 003D 0000000460 Class Public -CHeapLog 0076493870 0017 0000000048 Class -CHeapLogHash 00764932C0 0009 0000000010 Class -CICArg 007756D108 0014 000000000C Class -CICTreeLinks 007756CBB8 0004 0000000028 Class -CICType 007756D4E8 0026 0000000002 Class -CIDTEntry 00775B2E98 000A 0000000010 Class -CISODirEntry 007752BAA8 0005 0000000022 Class -CISOPriDesc 007752B5D0 0006 00000007FC Class -CInit 00776254EF 0004 0000000042 Funct -CInst 0077568010 0014 0000000010 Class -CIntermediateCode 00775E5D00 00A0 00000000E8 Class -CIntermediateCodeBase007756C440 0006 0000000018 Class -CIntermediateStruct 00774E2590 0002 0000000010 Class -CJob 0077507230 0047 0000000070 Class -CJobCtrl 00775C7780 000E 0000000028 Class -CKbdStateGlobals 0077513700 0006 0000000082 Class Public -CKernel 00775AC790 000D 00000018E6 Class -CKeyDevEntry 00774E9D88 0011 0000000030 Class -CKeyDevGlobals 00774E8D28 0005 00000000F0 Class -CL 0000000101 000F Reg -CLC 00775F3F98 0000 OpCode -CLD 00775F3F40 0016 OpCode -CLFLUSH 00775EE020 0000 OpCode -CLFlush 0000000064 0002 Funct Public -CLI 00775F3EE8 00A4 OpCode -CLTS 00775F3E90 0000 OpCode -CLexFile 00775591B0 001D 0000000050 Class -CLexHashTableContext0077554DF8 0013 0000000048 Class -CMBRPart 0077533038 0004 0000000010 Class -CMC 00775F3E38 0000 OpCode -CMF_DEFINED 0x02 0007 0000000008 DefineStr -CMF_I16_JMP_TABLE 0x10 0006 0000000008 DefineStr -CMF_I8_JMP_TABLE 0x04 0006 0000000008 DefineStr -CMF_POP_CMP 0x01 0016 0000000008 DefineStr -CMF_U16_JMP_TABLE 0x20 0006 0000000008 DefineStr -CMF_U8_JMP_TABLE 0x08 0006 0000000008 DefineStr -CMOSF_BINARY (1 << 2) 0003 0000000010 DefineStr -CMOSF_UPDATING (1 << 7) 0005 0000000010 DefineStr -CMOSIsBcd 0000011A0A 0004 0000000021 Funct Public -CMOSR_DAY_OF_MONTH 0x7 0004 0000000008 DefineStr -CMOSR_DAY_OF_WEEK 0x6 0004 0000000008 DefineStr -CMOSR_HOUR 0x4 0004 0000000008 DefineStr -CMOSR_MIN 0x2 0004 0000000008 DefineStr -CMOSR_MONTH 0x8 0004 0000000008 DefineStr -CMOSR_SEC 0x0 0004 0000000008 DefineStr -CMOSR_STATUS_A 0xA 0005 0000000008 DefineStr -CMOSR_STATUS_B 0xB 0003 0000000008 DefineStr -CMOSR_YEAR 0x9 0004 0000000008 DefineStr -CMOSRegRead 00000119D2 000E 0000000017 Funct Public -CMOSRegWrite 00000119EA 000A 000000001E Funct Public -CMOS_DATA 0x71 0004 0000000008 DefineStr -CMOS_SEL 0x70 0004 0000000008 DefineStr -CMOVA 00775F6620 0001 OpCode -CMOVAE 00775F6A58 0000 OpCode -CMOVB 00775F6BC0 0001 OpCode -CMOVBE 00775F6710 0000 OpCode -CMOVC 00775F6B60 0000 OpCode -CMOVE 00775F68F0 0000 OpCode -CMOVG 00775F5F90 0001 OpCode -CMOVGE 00775F6170 0000 OpCode -CMOVL 00775F6260 0001 OpCode -CMOVLE 00775F6080 0000 OpCode -CMOVNA 00775F66B0 0000 OpCode -CMOVNAE 00775F6AE8 0000 OpCode -CMOVNB 00775F69F8 0000 OpCode -CMOVNBE 00775F65C0 0000 OpCode -CMOVNC 00775F6980 0000 OpCode -CMOVNE 00775F6800 0000 OpCode -CMOVNG 00775F6020 0000 OpCode -CMOVNGE 00775F6200 0000 OpCode -CMOVNL 00775F6110 0000 OpCode -CMOVNLE 00775F5F30 0000 OpCode -CMOVNO 00775F6C38 0000 OpCode -CMOVNP 00775F6350 0000 OpCode -CMOVNS 00775F64B8 0000 OpCode -CMOVNZ 00775F67A0 0000 OpCode -CMOVO 00775F6CB0 0000 OpCode -CMOVP 00775F6440 0000 OpCode -CMOVPE 00775F63E0 0000 OpCode -CMOVPO 00775F62F0 0000 OpCode -CMOVS 00775F6530 0000 OpCode -CMOVZ 00775F6890 0000 OpCode -CMP 00775F76D8 0074 OpCode -CMPCrash 00774E61B0 0005 0000000028 Class -CMPF_ASM_BLK 1 0007 0000000008 DefineStr -CMPF_LEX_FIRST 4 0003 0000000008 DefineStr -CMPF_ONE_ASM_INS 2 0008 0000000008 DefineStr -CMPF_PRS_SEMICOLON 8 0008 0000000008 DefineStr -CMPSB 00775F3DE0 0000 OpCode -CMPSD 00775F3D30 0000 OpCode -CMPSQ 00775F3CD8 0000 OpCode -CMPSW 00775F3D88 0000 OpCode -CMPXCHG 00775F3C38 0000 OpCode -CMP_TEMPLATES 0077610248 0003 ExportSysSym Imm -CMP_TEMPLATES_DONT_POP00776103C7 0003 ExportSysSym Imm -CMP_TEMPLATES_DONT_PUSH007761048F 0003 ExportSysSym Imm -CMP_TEMPLATES_DONT_PUSH20077610651 0003 ExportSysSym Imm -CMP_TEMPLATES_DONT_PUSH_POP00776105C5 0003 ExportSysSym Imm -CMP_TEMPLATE_ABS 0x0D 0002 0000000008 DefineStr -CMP_TEMPLATE_ATAN 0x12 0002 0000000008 DefineStr -CMP_TEMPLATE_COS 0x10 0002 0000000008 DefineStr -CMP_TEMPLATE_DEC 0x01 0003 0000000008 DefineStr -CMP_TEMPLATE_FLD 0x0B 0004 0000000008 DefineStr -CMP_TEMPLATE_FSTP 0x0A 0004 0000000008 DefineStr -CMP_TEMPLATE_GREATER0x04 0002 0000000008 DefineStr -CMP_TEMPLATE_GREATER_EQU0x06 0002 0000000008 DefineStr -CMP_TEMPLATE_INC 0x00 0003 0000000008 DefineStr -CMP_TEMPLATE_LESS 0x03 0002 0000000008 DefineStr -CMP_TEMPLATE_LESS_EQU0x05 0002 0000000008 DefineStr -CMP_TEMPLATE_MOD 0x02 0004 0000000008 DefineStr -CMP_TEMPLATE_RDTSC 0x08 0002 0000000008 DefineStr -CMP_TEMPLATE_SIGN_I640x09 0002 0000000008 DefineStr -CMP_TEMPLATE_SIN 0x0F 0002 0000000008 DefineStr -CMP_TEMPLATE_SQR 0x0C 0002 0000000008 DefineStr -CMP_TEMPLATE_SQRT 0x0E 0002 0000000008 DefineStr -CMP_TEMPLATE_STRLEN 0x07 0002 0000000008 DefineStr -CMP_TEMPLATE_TAN 0x11 0002 0000000008 DefineStr -CMT_ARRAY_DIM 6 0004 0000000008 DefineStr -CMT_ASM_LABEL 1 0007 0000000008 DefineStr -CMT_FLOAT_CONSTS 5 0006 0000000008 DefineStr -CMT_GOTO_LABEL 2 0006 0000000008 DefineStr -CMT_HASH_ENTRY 7 0004 0000000008 DefineStr -CMT_JMP_TABLE 4 0006 0000000008 DefineStr -CMT_LABEL 0 0019 0000000008 DefineStr -CMT_STR_CONST 3 0006 0000000008 DefineStr -CM_CONSTS_NUM 16 0004 0000000008 DefineStr -CMacroTmp 0076760458 000B 00000000A8 Class -CMakeSongSettings 0076655A40 0005 000000001A Class -CMass 00775BC4F8 0026 0000000068 Class Public -CMasterBoot 0077532800 0018 0000000200 Class -CMathODE 00775B9DB0 0047 0000000170 Class Public -CMemBlk 007751B138 002A 0000000018 Class -CMemE820 00775B1A98 0017 0000000014 Class -CMemRange 007751A8C8 0012 0000000028 Class -CMemUnused 007751C318 0026 0000000010 Class -CMemUsed 007751BCC8 003B 0000000010 Class -CMemberList 00775996C0 0041 0000000090 Class Public -CMemberListMeta 0077599C10 000F 0000000020 Class Public -CMenu 0077509D80 0028 0000000028 Class Public -CMenuEntry 007750A8F8 002E 0000000050 Class Public -CMeshEdTri 0076A07530 0037 0000000040 Class -CMeshEdVertex 0076A29AA0 005D 0000000044 Class -CMeshFrame 0076A06CE0 0057 0000000138 Class -CMeshTri 0077343530 0013 0000000010 Class -CMouseHardStateGlobals0077512B08 000A 0000000084 Class Public -CMouseStateGlobals 0077511B18 000F 00000000A8 Class Public -CMul 00773B9658 0003 000000005D Funct Public -CMusicGlobals 007699F380 0001 0000000068 Class Public -COCAppend 0077618F18 0005 ExportSysSym Imm -COCCompile 0077619370 0008 ExportSysSym Imm -COCDel 0077619140 0003 ExportSysSym Imm -COCFloatConstFind 0077619070 000F ExportSysSym Imm -COCGoToLabelFind 0077619018 0008 ExportSysSym Imm -COCHeaderPut 00776192A8 000E ExportSysSym Imm -COCInit 0077618E50 000C ExportSysSym Imm -COCMiscNew 0077618FC0 0023 ExportSysSym Imm -COCPop 0077618EF8 000A ExportSysSym Imm -COCPopNoFree 0077618EC8 0005 ExportSysSym Imm -COCPush 0077618E90 0010 ExportSysSym Imm -COLORROP_BITS 16 000A 0000000008 DefineStr -COLORROP_COLORS_MASK0x00FF00FF 0006 0000000010 DefineStr -COLORROP_NO_ROP0_MASK0xFFFF00FF 002A 0000000010 DefineStr -COLORS_NUM 16 0042 0000000008 DefineStr -COLOR_INVALID 16 000F 0000000008 DefineStr -COLOR_MONO 0xFF 000C 0000000008 DefineStr -CORE0_16BIT_INIT 00000095F6 0003 ExportSysSym Imm -CORE0_32BIT_INIT 000000A580 0004 ExportSysSym Imm -COREAP_16BIT_INIT 000001F5A0 0009 ExportSysSym Imm -COREAP_16BIT_INIT_END000001F5D1 0008 ExportSysSym Imm -COptReg 00774C9368 0009 0000000010 Class -COrder2D3 00775BCE88 000A 0000000030 Class Public -CPCIDev 0077540438 0015 0000000054 Class -CPUID 00775EDF88 0008 OpCode -CPUId 000000B025 0006 Funct Public -CPURep 007649BC28 0001 00000004BE Funct Public -CPUStructInit 000001F85A 0005 ExportSysSym Imm -CPUf_DYING_TASK_QUE 1 0006 0000000008 DefineStr -CPUf_RAN_A_TASK 0 0004 0000000008 DefineStr -CPalindromeU16 007752DAC0 000B 0000000004 Class -CPalindromeU32 007752D6F0 0009 0000000008 Class -CParseStack 007756B468 0019 0000001000 Class -CPatchTableAbsAddr 00775B07D0 0004 000000000A Class -CPlannedDrive 0076970058 0007 0000000019 Class -CPoly 00773B4C60 0001 000000008F Funct Public -CPortCmdHeader 0077537C00 000F 0000000020 Class -CPortCmdTable 0077537450 000F 0000000100 Class -CPrdtEntry 00775382B8 0005 0000000010 Class -CProgress 00774E4030 0005 0000000050 Class -CQO 00775F3FF0 0000 OpCode -CQueue 00775C2850 0023 0000000010 Class Public -CQueueD3I32 00775C1EB8 000C 000000001C Class Public -CQueueMeshTri 00773432A0 0007 0000000020 Class -CQueueVectU8 00775BFEC8 0020 0000000228 Class Public -CR0F_NE (1 << CR0f 0003 0000000010 DefineStr -CR0F_PE (1 << CR0f 0003 0000000010 DefineStr -CR0f_EM 2 0003 0000000008 DefineStr -CR0f_MP 1 0003 0000000008 DefineStr -CR0f_NE 5 0004 0000000008 DefineStr -CR0f_PE 0 0003 0000000008 DefineStr -CR0f_PG 31 0003 0000000008 DefineStr -CR0f_TS 3 0002 0000000008 DefineStr -CR4F_OSFXSR (1 << CR4f 0002 0000000018 DefineStr -CR4F_PAE (1 << CR4f 0003 0000000010 DefineStr -CR4F_PGE (1 << CR4f 0003 0000000010 DefineStr -CR4f_OSFXSR 9 0004 0000000008 DefineStr -CR4f_PAE 5 0003 0000000008 DefineStr -CR4f_PGE 7 0003 0000000008 DefineStr -CRAXRBXRCXRDX 00775A43A0 0008 0000000020 Class -CRILex 007671FB90 000B 0000000032 Class -CRedSeaBoot 0077532108 000A 0000000200 Class -CRenum 0076712230 000B 00000000A0 Class -CS 0000000501 0010 Reg -CSMBIOSBIOSInfo 007754B9A0 0005 000000001A Class -CSMBIOSBaseboardInfo007754A180 0005 0000000011 Class -CSMBIOSBatteryInfo 00775430B8 0005 0000000016 Class -CSMBIOSCacheInfo 0077546B80 0005 0000000013 Class -CSMBIOSConnectorInfo0077546038 0005 0000000009 Class -CSMBIOSEnclosureContainedElement00775485F0 0002 0000000003 Class -CSMBIOSEnclosureInfo0077549540 0005 0000000016 Class -CSMBIOSEntryPoint 007754C6F8 000B 000000001F Class -CSMBIOSHeader 007754CB88 0027 0000000004 Class -CSMBIOSMemArrayInfo 0077544ED0 0005 0000000017 Class -CSMBIOSMemDeviceInfo00775445B0 0005 0000000028 Class -CSMBIOSProcessorInfo0077547F80 0005 0000000028 Class -CSMBIOSSlotInfo 0077545A80 0005 0000000011 Class -CSMBIOSSystemInfo 007754ACD8 0005 000000001B Class -CScale 00773B8CB0 0001 000000002C Funct Public -CScreenCastGlobals 00774E7410 0005 0000000044 Class Public -CSema 00775A3798 0004 0000000080 Class -CSoundData 00774E79F8 0010 0000000019 Class -CSoundEffectFrame 007697CBC8 000B 000000000E Class -CSpring 00775BB2D0 0014 0000000050 Class Public -CSprite 007733F9B8 00E5 000000002D Class Public -CSpriteBase 0077342D60 0019 0000000001 Class Public -CSpriteColor 0077342A18 0005 0000000002 Class Public -CSpriteDitherColor 00773426D0 0005 0000000003 Class Public -CSpriteMeshU8s 00773415E0 0005 0000000009 Class Public -CSpriteNumPtU8s 0077345398 0005 000000000D Class Public -CSpriteNumU8s 00773457C8 000D 0000000005 Class Public -CSpritePt 0077342028 0013 0000000009 Class Public -CSpritePtMeshU8s 00773410D8 0005 0000000015 Class Public -CSpritePtPt 0077346E08 000D 0000000011 Class Public -CSpritePtPtAng 00773469D8 0005 0000000019 Class Public -CSpritePtRad 0077347180 0005 000000000D Class Public -CSpritePtStr 0077341958 0009 0000000009 Class Public -CSpritePtWH 0077346660 0005 0000000011 Class Public -CSpritePtWHAng 0077345EB8 0007 0000000019 Class Public -CSpritePtWHAngSides 0077345B40 0005 000000001D Class Public -CSpritePtWHU8s 0077346230 0005 0000000011 Class Public -CSpriteT 00773423A0 0005 0000000005 Class Public -CStreamBlk 007755A580 0009 0000000018 Class -CSub 0077FBEF38 0005 0000000041 Funct Public -CSysFixedArea 00774F6D78 0015 0000002000 Class Public -CSysLimitBase 00775B2650 0009 000000000A Class -CTRLF_BORDER 2 0016 0000000008 DefineStr -CTRLF_CAPTURE_LEFT_MS4 000D 0000000008 DefineStr -CTRLF_CAPTURE_RIGHT_MS8 0004 0000000008 DefineStr -CTRLF_CLICKED 16 0014 0000000008 DefineStr -CTRLF_SHOW 1 0017 0000000008 DefineStr -CTRLT_GENERIC 0 0008 0000000008 DefineStr -CTRLT_VIEWING_ANGLES3 0013 0000000008 DefineStr -CTRLT_WIN_HSCROLL 1 000B 0000000008 DefineStr -CTRLT_WIN_VSCROLL 2 000B 0000000008 DefineStr -CTRL_ALT_C 1 0006 0000000008 DefineStr -CTRL_ALT_DEL 0 0005 0000000008 DefineStr -CTRL_ALT_TAB 3 0005 0000000008 DefineStr -CTRL_ALT_X 2 0005 0000000008 DefineStr -CTRL_KEY_SCAN_DECODE_TABLE00000192BB 0005 ExportSysSym Imm -CTSS 00774FA898 000B 0000002084 Class -CTask 00775C74C0 0383 00000004A8 Class Public -CTaskDying 0077500540 0007 0000000018 Class -CTaskSettings 0077504960 0017 0000000148 Class Public -CTaskStack 0077500C30 0010 0000000018 Class -CTaskWallPaperData 00766BA110 0003 0000000090 Class -CTemplateCS 00766D4B70 0009 0000000038 Class -CTemplateCSSlider 00766D4FE0 000B 0000000020 Class -CTextGlobals 00774F05B0 0005 0000000069 Class Public -CTransformForm 007676BFA8 0005 0000000048 Class -CUAsmGlobals 007754E380 0005 0000000038 Class -CVBEInfo 00775AE9D8 000C 0000000200 Class -CVBEMode 00775ADE18 000E 0000000100 Class -CVBEModeShort 00775ACD80 000F 000000000A Class -CViewAngles 007750E830 001D 0000000048 Class Public -CWD 00775F40A0 0000 OpCode -CWDE 00775F4150 0000 OpCode -CWallPaperGlobals 00766BA580 0003 00000004A0 Class -CWho 007664CAE0 0017 0000000010 Class -CWinMgrGlobals 0077575FF0 0006 000000003B Class Public -CWinMgrTimingGlobals0077576A48 0008 0000000820 Class -CWinScroll 007750EF00 0015 0000000020 Class Public -CX 0000000201 004A Reg -CYAN 3 0004 0000000008 DefineStr -C_INDENT_SPACES 2 0003 0000000008 DefineStr -Call 000000AE63 000D Funct Public -CallExtNum 000000B084 0005 Funct Public -CallExtStr 000000B0C8 000B Funct Public -CallInd 000000B049 0002 Funct Public -CallStackGrow 000001CB0B 0003 000000013D Funct Public -Caller 000001692E 0015 0000000052 Funct Public -CallerRep 0000016C3E 0004 00000000AA Funct Public -Carry 000000006D 0002 Funct Public -CatPrint 000001403E 0129 0000000042 Funct Public -Caw 00769E07B0 0001 00000000A2 Funct Public -Cd 000002DFE8 0065 00000003F0 Funct Public -Cd2DirEntry 00000217C2 0006 00000000AA Funct -Ceil 000000AB29 0010 Funct Public -CeilI64 000000CE20 0006 0000000058 Funct Public -CeilU64 000000CD78 0021 000000002F Funct Public -Cf_EXTERN 0 0012 0000000008 DefineStr -Cf_INTERNAL_TYPE 1 0004 0000000008 DefineStr -Char2KeyName 00000199D3 000C 00000001B1 Funct Public -Char2ScanCode 0000019603 000B 0000000143 Funct Public -CharGet 000001C1D3 0013 000000005C Funct Public -CharScan 000001BF93 0004 000000004F Funct Public -CheckCodePtr 00000167D6 0004 000000006A Funct Public -CheckDiskConfirm 00769F3A98 0005 0000000049 Funct -CheckDollarBufSize 0076783420 0003 000000007C Funct -CheckOnStack 0000016846 0006 0000000080 Funct Public -CheckPtr 0000016766 000B 000000006A Funct Public -Circle 007733E760 0005 0000000206 Funct Public -Clamp 000000CC90 0011 0000000034 Funct Public -ClampI64 000000AE1F 0034 Funct Public -ClampU64 000000AE41 0002 Funct Public -ClassMemberListDel 0000000000 0001 NULL -ClassMemberListDel 00776137D3 0005 000000004E Funct -ClassRep 00769212E0 0006 0000000108 Funct Public -ClassRep2 0076921A28 000D 0000000A67 Funct -ClassRepD 0076951A60 0001 0000000115 Funct Public -ClipCopy 007678D358 0005 00000000A1 Funct Public -ClipCut 007678C908 0005 00000000DD Funct Public -ClipDel 00767902B0 000D 0000000014 Funct Public -ClipLine 0076B99410 0003 0000000273 Funct Public -ClipPaste 007678C060 0005 000000009B Funct Public -Cls 007652D2E0 0002 000000000F Funct Public -Clus2Blk 00000272E3 000E 000000005F Funct Public -ClusAlloc 00000276C3 0012 000000009C Funct Public -ClusBlkRead 0000027343 0006 000000018C Funct Public -ClusBlkWrite 000002750B 0006 000000017D Funct Public -ClusNumNext 00000271B3 0014 000000012E Funct Public -ClusRead 00000274D3 000D 0000000036 Funct Public -ClusWrite 000002768B 000A 0000000036 Funct Public -Cmd2MT 007675C0B0 0003 00000000AF Funct -CmdLinePrompt 00776236E7 0004 ExportSysSym Imm -Code2Sprite 0076A75D70 0003 00000001FB Funct Public -Code2SpriteElem 00769C9428 0003 0000000D7F Funct -Collapse 007647E620 0007 00000000DA Funct Public -CollapseFile 007653FA28 0003 000000003E Funct -Color2Str 00000156A6 0011 000000019E Funct Public -Comp 0077624A1F 000F 000000058E Funct -CompBuf 00776240DF 0003 ExportSysSym Imm -CompComp 0077FC4680 0003 0000000043 Funct -CompCtrlDel 0000000000 0001 NULL -CompCtrlDel 0077613BEB 0016 0000000060 Funct Public -CompCtrlNew 0000000000 0001 NULL -CompCtrlNew 0077613AC3 0016 0000000128 Funct Public -CompCtrlSize 0077613C4B 0006 0000000091 Funct Public -CompF1PushPop 007761E8CE 0004 ExportSysSym Imm -CompF2PushPop 007761E916 0007 ExportSysSym Imm -CompFillTables 00776120B3 0003 ExportSysSym Imm -CompFixUpAOTAsm 007762462F 0003 ExportSysSym Imm -CompFixUpJITAsm 0077624197 0005 ExportSysSym Imm -CompJoin 0077623A67 0007 ExportSysSym Imm -CompLoadDefines 0077611B43 0003 ExportSysSym Imm -CompMinTypePointed 007761E886 0007 ExportSysSym Imm -CompNoteFloatOp 007762FF8F 0010 ExportSysSym Imm -CompOffset2Reg 007761DBF6 0007 ExportSysSym Imm -CompRawType 007761E82E 0008 ExportSysSym Imm -CompRawTypePointed 007761E856 0007 ExportSysSym Imm -CompSetFloatOpPushPop00776301AF 000E ExportSysSym Imm -Complex 00775C2CF8 003A 0000000010 Class Public -Copy 00769895A8 0010 00000000CD Funct Public -CopySingle 000002F808 0009 0000000284 Funct -CopySingleZ 000002F6E8 0003 ExportSysSym Imm -CopyTree 0077404428 001E 000000016F Funct Public -CopyTree2 007698C938 0005 00000000DA Funct -Core0Init 0000020002 0003 ExportSysSym Imm -Core0StartMP 000001FD6A 0003 0000000294 Funct -CoreAPExecutiveInit 000001FD3A 0003 ExportSysSym Imm -CoreAPExecutiveTask 000001FAFA 0004 0000000077 Funct -Cos 00000000B6 002A Funct Public -Cosh 00775650D0 0001 000000004B Funct Public -CtrlAltA 0076937FE0 0003 000000003B Funct -CtrlAltB 00766B2638 0003 0000000021 Funct -CtrlAltC 000001888E 0003 ExportSysSym Imm -CtrlAltCBSet 00000189AE 0016 000000011D Funct Public -CtrlAltD 00000188A6 0003 ExportSysSym Imm -CtrlAltDel 0000018876 0003 ExportSysSym Imm -CtrlAltF 00000188FE 0003 ExportSysSym Imm -CtrlAltG 007693A268 0003 000000004D Funct -CtrlAltM 000001892E 0003 ExportSysSym Imm -CtrlAltN 000001894E 0003 ExportSysSym Imm -CtrlAltS 007698CB90 0003 0000000021 Funct -CtrlAltT 0000018966 0003 ExportSysSym Imm -CtrlAltV 000001897E 0003 ExportSysSym Imm -CtrlAltX 0000018996 0003 ExportSysSym Imm -CtrlAltZ 007699FC10 0003 0000000036 Funct -CtrlBttnDel 00766FDC28 0001 0000000031 Funct Public -CtrlBttnNew 00766DEE38 0001 0000000162 Funct Public -CtrlFindUnique 0077FC2F60 000E 0000000041 Funct Public -CtrlInside 00766DE548 0008 0000000051 Funct Public -CtrlInsideRect 0077FC3130 0003 0000000042 Funct -CtrlSliderGet 0076742B78 0001 00000001BC Funct -CtrlsUpdate 00766DF7E8 0003 000000012E Funct -CurSongTask 0076985E28 0003 0000000028 Funct -CursorRemFile 0076490828 0003 000000002D Funct -CursorRemove 00764A7428 0002 0000000097 Funct Public -D 0000016CEE 001E 000000011C Funct Public -D3Add 000000A83F 0002 Funct Public -D3AddEqu 000000A947 0004 Funct Public -D3Copy 000000A8FE 0004 Funct Public -D3Cross 000000A7D2 0002 Funct Public -D3Dist 000000A76E 0002 Funct Public -D3DistSqr 000000A7A1 0002 Funct Public -D3Div 000000A8BE 0002 Funct Public -D3DivEqu 000000A9BA 0004 Funct Public -D3Dot 000000A814 0002 Funct Public -D3Equ 000000A924 0002 Funct Public -D3I32Dist 0076BCA6A0 000F 000000005A Funct Public -D3I32DistSqr 0077FBFC90 0001 0000000048 Funct Public -D3I32Norm 0076BC9C80 0003 0000000040 Funct Public -D3I32NormSqr 0076BDAB80 0001 000000002E Funct Public -D3Mul 000000A897 0004 Funct Public -D3MulEqu 000000A997 0006 Funct Public -D3Norm 000000A722 0006 Funct Public -D3NormSqr 000000A749 0004 Funct Public -D3Sub 000000A86B 0004 Funct Public -D3SubEqu 000000A96F 0006 Funct Public -D3Unit 000000A9DD 0002 Funct Public -D3Zero 000000A8E5 0008 Funct Public -DAA 00775F3BB8 0000 OpCode -DAS 00775F3B60 0000 OpCode -DBlk 007698C750 0001 00000000CC Funct Public -DC2Sprite 0076A33C00 0007 0000000080 Funct Public -DCAlias 007731B728 001C 00000000AC Funct Public -DCBlotColor4 0077329FE0 0003 Funct -DCBlotColor8 0077316E28 0003 0000000070 Funct -DCClear 007731C7D0 0001 0000000022 Funct Public -DCClipLine 0076A66B18 0007 0000000102 Funct -DCColorChange 00773184F0 000B 000000006A Funct Public -DCCopy 0077347548 000F 00000000A1 Funct Public -DCDel 007731AB38 004C 000000006E Funct Public -DCDepthBufAlloc 0077FBF370 0006 0000000043 Funct Public -DCDepthBufReset 007731A188 0004 000000003E Funct Public -DCDiff 0076A779C0 0003 00000001F8 Funct Public -DCExt 0076A78640 000F 0000000103 Funct Public -DCExtentsInit 0077382428 0003 0000000063 Funct Public -DCF_ALIAS 0x2000 0006 0000000008 DefineStr -DCF_DONT_DRAW 0x1000 0018 0000000008 DefineStr -DCF_FILL_NOT_COLOR 0x8000 000A 0000000008 DefineStr -DCF_JUST_MIRROR 0x400 001C 0000000008 DefineStr -DCF_LOCATE_NEAREST 0x800 001C 0000000008 DefineStr -DCF_NO_TRANSPARENTS 2 0014 0000000008 DefineStr -DCF_ON_TOP 0x20000 0030 0000000008 DefineStr -DCF_PALETTE 1 0008 0000000008 DefineStr -DCF_RECORD_EXTENTS 0x10000 0016 0000000008 DefineStr -DCF_SCREEN_BITMAP 0x4000 0066 0000000008 DefineStr -DCF_SYMMETRY 0x200 0056 0000000008 DefineStr -DCF_TRANSFORMATION 0x100 0093 0000000008 DefineStr -DCFill 007731CC90 0025 0000000038 Funct Public -DCLighting 0077322650 0003 00000002A2 Funct Public -DCLoad 0077316CF8 0003 0000000107 Funct Public -DCMat4x4Set 007733A858 000C 0000000057 Funct Public -DCMono 0077318D90 0001 0000000069 Funct Public -DCNew 007736B428 0021 00000000B9 Funct Public -DCReflect 0076BD1708 0025 000000023A Funct Public -DCReset 0077343C58 0009 00000000CB Funct Public -DCSF_PALETTE_GET 1 0008 0000000008 DefineStr -DCS_SIGNATURE_VAL 'DvCS' 0010 0000000008 DefineStr -DCSave 0077446228 0005 00000000FD Funct Public -DCScreenCapture 0077314A08 000B 00000000B0 Funct Public -DCSize 0077376BF0 0025 0000000049 Funct Public -DCSymmetry3Set 0076BD2F98 0005 00000002BE Funct Public -DCSymmetrySet 0076BD4668 0001 0000000182 Funct Public -DCThickScale 0076BD6160 0003 0000000064 Funct Public -DCTransform 0077353428 0003 000000006E Funct Public -DClus 007697A2F8 0001 0000000116 Funct Public -DD_BOOT_HIGH_LOC_DVD00096600 0001 0000000010 DefineStr -DD_BOOT_HIGH_LOC_DVD_END00096FFF 0000 0000000010 DefineStr -DD_BOOT_HIGH_LOC_HD 00096C00 0001 0000000010 DefineStr -DD_BOOT_HIGH_LOC_MHD00096C00 0001 0000000010 DefineStr -DD_BOOT_HIGH_LOC_MHD200096A00 0001 0000000010 DefineStr -DD_JIFFY_HZ 1000Hz 0002 0000000008 DefineStr -DD_KERNEL 00007C00 0000 0000000010 DefineStr -DD_KERNEL_END 000371EF 0000 0000000010 DefineStr -DD_MAPPED_SPACE_END 01FFFFFFFF 0000 0000000010 DefineStr -DD_MEM_HEAP_BASE 0010C000 0000 0000000010 DefineStr -DD_MEM_HEAP_LIMIT 7FFFFFFF 0000 0000000010 DefineStr -DD_MEM_MIN_MEG 256Meg 0001 0000000008 DefineStr -DD_MP_VECT 00097000 0000 0000000010 DefineStr -DD_MP_VECT_END 00097030 0000 0000000010 DefineStr -DD_OS_NAME_VERSION ZealOS V0. 035F 0000000010 DefineStr -DD_PHYSICAL_SPACE_END00FFFFFFFF 0000 0000000010 DefineStr -DD_SYS_FIXED_AREA_BASE00100000 0000 0000000010 DefineStr -DD_SYS_FIXED_AREA_END00101FFF 0000 0000000010 DefineStr -DD_TEMPLEOS_AGE 15.0 0000 0000000008 DefineStr -DD_UNCACHED_ALIAS 0100000000 0000 0000000010 DefineStr -DD_ZEALOS_AGE 1.9 0000 0000000008 DefineStr -DD_ZEALOS_LOC 94,841 0000 0000000008 DefineStr -DEC 00775F4D80 0017 OpCode -DEF2_NOT_INITIALIZED2 0003 0000000008 DefineStr -DEF2_PROCESSED 1 0009 0000000008 DefineStr -DEFAULT_ADDR_LINK_BIN_SIZE64 0007 0000000008 DefineStr -DEFAULT_CACHE_LINE_WIDTH128 000B 0000000008 DefineStr -DEFAULT_ISO_C_FILENAME\"::/Tmp/C 0004 0000000018 DefineStr -DEFAULT_ISO_FILENAME\"::/Tmp/C 0004 0000000018 DefineStr -DEPtrCompare 0076643918 0003 0000000027 Funct -DF_ABORT_ALL_FILES 0x20 000A 0000000008 DefineStr -DF_ABORT_FILE 0x10 0005 0000000008 DefineStr -DF_DONT_MODIFIED 0x02 0009 0000000008 DefineStr -DF_MODIFIED 0x01 0005 0000000008 DefineStr -DF_NO_MORE_PROMPTS_THIS_FILE0x40 000B 0000000008 DefineStr -DF_REMAINDER_ALL_FILE10x04 0007 0000000008 DefineStr -DF_REMAINDER_ALL_FILE20x08 0007 0000000008 DefineStr -DH 0000000106 0000 Reg -DHT_COLOR 4 0005 0000000008 DefineStr -DHT_DOC_CMD 1 0009 0000000008 DefineStr -DHT_DOC_FLAG 2 0005 0000000008 DefineStr -DI 0000000207 0028 Reg -DIAMOND_SLOPE_MAX 2.75 000D 0000000008 DefineStr -DISK_CACHE_HASH_SIZE0x2000 0005 0000000008 DefineStr -DISPLAYf_CHILDREN_NOT_ON_TOP5 0006 0000000008 DefineStr -DISPLAYf_NOT_RAW 1 0004 0000000008 DefineStr -DISPLAYf_NO_BORDER 3 0031 0000000008 DefineStr -DISPLAYf_SHOW 0 0030 0000000008 DefineStr -DISPLAYf_SILENT 2 0008 0000000008 DefineStr -DISPLAYf_WIN_ON_TOP 4 0009 0000000008 DefineStr -DIV 00775F49D0 0003 OpCode -DKGRAY 8 0035 0000000008 DefineStr -DL 0000000102 002C Reg -DOCEF_AUX_STR 4 002D 0000000008 DefineStr -DOCEF_BIN_PTR_LINK 0x400 001B 0000000008 DefineStr -DOCEF_BLINK ATTRF_BLIN 0005 0000000010 DefineStr -DOCEF_BORDER_PLOT 0x40000000 000E 0000000010 DefineStr -DOCEF_BOTTOM_Y 0x2000000 000A 0000000010 DefineStr -DOCEF_CENTER_X 0x200000 0008 0000000010 DefineStr -DOCEF_CENTER_Y 0x1000000 000A 0000000010 DefineStr -DOCEF_CHECKED_COLLAPSED0x80000000 0019 0000000010 DefineStr -DOCEF_CHECK_COLLAPSABLE0x10000000 0008 0000000010 DefineStr -DOCEF_DEFAULT_LEN 0x10000000 0004 0000000018 DefineStr -DOCEF_DEFAULT_RAW_TYPE0x20000000 0004 0000000018 DefineStr -DOCEF_DEFINE 8 0024 0000000008 DefineStr -DOCEF_DEREF_DATA 0x80000000 000C 0000000010 DefineStr -DOCEF_DONT_DRAW 0x80000000 0034 0000000018 DefineStr -DOCEF_ESC 0x20000000 0004 0000000010 DefineStr -DOCEF_FILTER_SKIP 0x20000000 003D 0000000018 DefineStr -DOCEF_FROM_START 0x80000000 0004 0000000010 DefineStr -DOCEF_HAS_BIN 0x200 0016 0000000008 DefineStr -DOCEF_HAS_BORDER 0x10000000 0008 0000000010 DefineStr -DOCEF_HAS_TERMINATOR0x20000000 0012 0000000010 DefineStr -DOCEF_HIGHLIGHT 0x4000000 0028 0000000010 DefineStr -DOCEF_HOLD 0x80000000 000A 0000000010 DefineStr -DOCEF_HTML_LINK 0x10 001B 0000000008 DefineStr -DOCEF_INVERT ATTRF_INVE 0005 0000000010 DefineStr -DOCEF_LEFT_CB 0x10000 0008 0000000008 DefineStr -DOCEF_LEFT_EXP 0x20 0010 0000000008 DefineStr -DOCEF_LEFT_IN_STR 0x20000 0006 0000000008 DefineStr -DOCEF_LEFT_MACRO 0x40 0019 0000000008 DefineStr -DOCEF_LEFT_X 0x100000 000C 0000000010 DefineStr -DOCEF_LEN 2 0008 0000000008 DefineStr -DOCEF_LINK 0x10000000 001E 0000000010 DefineStr -DOCEF_LIST 0x20000000 0022 0000000018 DefineStr -DOCEF_MARGIN_REL_X 0x40000000 0004 0000000010 DefineStr -DOCEF_NO_CLICK_ON 0x40000000 0006 0000000018 DefineStr -DOCEF_PAGE_REL_Y 0x20000000 0006 0000000010 DefineStr -DOCEF_POPUP 0x80000000 0008 0000000018 DefineStr -DOCEF_QUIT 0x40000000 0004 0000000010 DefineStr -DOCEF_RAW_TYPE 0x800 0008 0000000008 DefineStr -DOCEF_REFRESH_DATA 0x20000000 0004 0000000010 DefineStr -DOCEF_REMALLOC_DATA 0x10000000 002B 0000000010 DefineStr -DOCEF_RIGHT_CB 0x40000 0008 0000000008 DefineStr -DOCEF_RIGHT_EXP 0x80 000E 0000000008 DefineStr -DOCEF_RIGHT_IN_STR 0x80000 0006 0000000008 DefineStr -DOCEF_RIGHT_MACRO 0x100 0017 0000000008 DefineStr -DOCEF_RIGHT_X 0x400000 0008 0000000010 DefineStr -DOCEF_SCROLLING_X 0x4000 0016 0000000008 DefineStr -DOCEF_SEL ATTRF_SEL 0005 0000000010 DefineStr -DOCEF_SHIFTED_X 0x1000 0008 0000000008 DefineStr -DOCEF_SHIFTED_Y 0x2000 0008 0000000008 DefineStr -DOCEF_SKIP 0x40000000 002E 0000000018 DefineStr -DOCEF_SKIP_IN_FORM 0x10000000 000A 0000000018 DefineStr -DOCEF_SOLID_BORDER 0x20000000 0008 0000000010 DefineStr -DOCEF_TAG 1 005C 0000000008 DefineStr -DOCEF_TAG_CB 0x10000000 0011 0000000010 DefineStr -DOCEF_TOP_Y 0x800000 000A 0000000010 DefineStr -DOCEF_TREE 0x10000000 001C 0000000018 DefineStr -DOCEF_UNDERLINE ATTRF_UNDE 0005 0000000010 DefineStr -DOCEF_UPDATE_DATA 0x40000000 0004 0000000010 DefineStr -DOCEF_USER_DATA 0x8000 0008 0000000008 DefineStr -DOCEF_WIN_REL 0x80000000 0006 0000000010 DefineStr -DOCEF_WORD_WRAP 0x8000000 0022 0000000010 DefineStr -DOCEF_ZERO_BASED 0x40000000 0004 0000000010 DefineStr -DOCEG_DONT_EDIT (DOCEF_DEF 000C 0000000078 DefineStr -DOCEG_HAS_ALLOC (DOCEF_TAG 000A 0000000098 DefineStr -DOCEG_HAS_ARG ((DOCEG_HA 000C 00000000D8 DefineStr -DOCET_BLINK ATTRF_BLIN 0016 0000000010 DefineStr -DOCET_INVERT ATTRF_INVE 0006 0000000010 DefineStr -DOCET_SEL ATTRF_SEL 0026 0000000010 DefineStr -DOCET_UNDERLINE ATTRF_UNDE 001C 0000000010 DefineStr -DOCE_LEN_DEFAULT 64 0008 0000000008 DefineStr -DOCEf_AUX_STR 2 0006 0000000008 DefineStr -DOCEf_BIN_PTR_LINK 10 0006 0000000008 DefineStr -DOCEf_BLINK ATTRf_BLIN 0005 0000000010 DefineStr -DOCEf_BORDER_PLOT 42 0002 0000000008 DefineStr -DOCEf_BOTTOM_Y 25 0002 0000000008 DefineStr -DOCEf_CENTER_X 21 0002 0000000008 DefineStr -DOCEf_CENTER_Y 24 0002 0000000008 DefineStr -DOCEf_CHECKED_COLLAPSED43 0004 0000000008 DefineStr -DOCEf_CHECK_COLLAPSABLE44 0002 0000000008 DefineStr -DOCEf_DEFAULT_LEN 60 0004 0000000008 DefineStr -DOCEf_DEFAULT_RAW_TYPE61 0004 0000000008 DefineStr -DOCEf_DEFINE 3 0006 0000000008 DefineStr -DOCEf_DEREF_DATA 47 0002 0000000008 DefineStr -DOCEf_DONT_DRAW 59 0002 0000000008 DefineStr -DOCEf_ESC 37 0002 0000000008 DefineStr -DOCEf_FILTER_SKIP 57 0002 0000000008 DefineStr -DOCEf_FLAGS_NUM 62 0008 0000000008 DefineStr -DOCEf_FROM_START 39 0002 0000000008 DefineStr -DOCEf_HAS_BIN 9 0006 0000000008 DefineStr -DOCEf_HAS_BORDER 40 0002 0000000008 DefineStr -DOCEf_HAS_TERMINATOR49 0002 0000000008 DefineStr -DOCEf_HIGHLIGHT 26 0003 0000000008 DefineStr -DOCEf_HOLD 51 0002 0000000008 DefineStr -DOCEf_HTML_LINK 4 0006 0000000008 DefineStr -DOCEf_INVERT ATTRf_INVE 0005 0000000010 DefineStr -DOCEf_LEFT_CB 16 0002 0000000008 DefineStr -DOCEf_LEFT_EXP 5 0006 0000000008 DefineStr -DOCEf_LEFT_IN_STR 17 0002 0000000008 DefineStr -DOCEf_LEFT_MACRO 6 0006 0000000008 DefineStr -DOCEf_LEFT_X 20 0002 0000000008 DefineStr -DOCEf_LEN 1 0006 0000000008 DefineStr -DOCEf_LINK 36 0002 0000000008 DefineStr -DOCEf_LIST 53 0002 0000000008 DefineStr -DOCEf_MARGIN_REL_X 34 0002 0000000008 DefineStr -DOCEf_NO_CLICK_ON 58 0002 0000000008 DefineStr -DOCEf_PAGE_REL_Y 33 0002 0000000008 DefineStr -DOCEf_POPUP 55 0002 0000000008 DefineStr -DOCEf_QUIT 38 0002 0000000008 DefineStr -DOCEf_RAW_TYPE 11 0006 0000000008 DefineStr -DOCEf_REFRESH_DATA 45 0002 0000000008 DefineStr -DOCEf_REMALLOC_DATA 48 0002 0000000008 DefineStr -DOCEf_RIGHT_CB 18 0002 0000000008 DefineStr -DOCEf_RIGHT_EXP 7 0006 0000000008 DefineStr -DOCEf_RIGHT_IN_STR 19 0002 0000000008 DefineStr -DOCEf_RIGHT_MACRO 8 0006 0000000008 DefineStr -DOCEf_RIGHT_X 22 0002 0000000008 DefineStr -DOCEf_SCROLLING_X 14 0006 0000000008 DefineStr -DOCEf_SEL ATTRf_SEL 0007 0000000010 DefineStr -DOCEf_SHIFTED_X 12 0006 0000000008 DefineStr -DOCEf_SHIFTED_Y 13 0006 0000000008 DefineStr -DOCEf_SKIP 54 0002 0000000008 DefineStr -DOCEf_SKIP_IN_FORM 56 0002 0000000008 DefineStr -DOCEf_SOLID_BORDER 41 0002 0000000008 DefineStr -DOCEf_TAG 0 000A 0000000008 DefineStr -DOCEf_TAG_CB 32 0002 0000000008 DefineStr -DOCEf_TOP_Y 23 0002 0000000008 DefineStr -DOCEf_TREE 52 0002 0000000008 DefineStr -DOCEf_UNDERLINE ATTRf_UNDE 0005 0000000010 DefineStr -DOCEf_UPDATE_DATA 46 0002 0000000008 DefineStr -DOCEf_USER_DATA 15 0006 0000000008 DefineStr -DOCEf_WIN_REL 35 0002 0000000008 DefineStr -DOCEf_WORD_WRAP 27 0003 0000000008 DefineStr -DOCEf_ZERO_BASED 50 0002 0000000008 DefineStr -DOCEt_BLINK ATTRf_BLIN 0004 0000000010 DefineStr -DOCEt_INVERT ATTRf_INVE 0002 0000000010 DefineStr -DOCEt_SEL ATTRf_SEL 0026 0000000010 DefineStr -DOCEt_UNDERLINE ATTRf_UNDE 0004 0000000010 DefineStr -DOCF_ALLOW_UNDO 0x4000 0008 0000000008 DefineStr -DOCF_AUTO_SAVE 0x4 0006 0000000008 DefineStr -DOCF_BLINK DOCEF_BLIN 0006 0000000010 DefineStr -DOCF_BORDER_DOC 0x100 0012 0000000008 DefineStr -DOCF_BREAK_UNLOCKED 0x400000 0004 0000000010 DefineStr -DOCF_BWD_MOVEMENT 0x40000 000E 0000000008 DefineStr -DOCF_CARRIAGE_RETURN0x10 000A 0000000008 DefineStr -DOCF_COLOR_NAMES 0x40 0008 0000000008 DefineStr -DOCF_DBL_DOLLARS 0x20 0011 0000000008 DefineStr -DOCF_DONT_HIGHLIGHT_CURSOR0x1000 0008 0000000008 DefineStr -DOCF_DONT_SHOW 0x8000 0012 0000000008 DefineStr -DOCF_DONT_SWAP_OUT 0x100000 000A 0000000010 DefineStr -DOCF_DO_FULL_REFRESH0x200000 0006 0000000010 DefineStr -DOCF_FORM 0x200 0024 0000000008 DefineStr -DOCF_HAS_SONG 0x10000 0008 0000000008 DefineStr -DOCF_HIDE_CURSOR 0x800 0008 0000000008 DefineStr -DOCF_HIGHLIGHT DOCEF_HIGH 000A 0000000010 DefineStr -DOCF_INVERT DOCEF_INVE 0006 0000000010 DefineStr -DOCF_IN_DOLLAR 0x20000000 000F 0000000010 DefineStr -DOCF_MORE 0x20000 0004 0000000008 DefineStr -DOCF_NO_CURSOR 0x8 005A 0000000008 DefineStr -DOCF_NO_SCROLL_BARS 0x2000 0006 0000000008 DefineStr -DOCF_NULL_GRAB_SCROLL0x80000 0002 0000000008 DefineStr -DOCF_OVERSTRIKE 0x10000000 0010 0000000010 DefineStr -DOCF_PLAIN_TEXT 0x1 0063 0000000008 DefineStr -DOCF_PLAIN_TEXT_TABS0x2 0031 0000000008 DefineStr -DOCF_SEL DOCEF_SEL 0002 0000000010 DefineStr -DOCF_SIZE_MIN 0x400 001D 0000000008 DefineStr -DOCF_SUBSCRIPT_MODE 0x80000000 0008 0000000010 DefineStr -DOCF_SUPERSCRIPT_MODE0x40000000 0008 0000000010 DefineStr -DOCF_UNDERLINE DOCEF_UNDE 0006 0000000010 DefineStr -DOCF_UNDO_DIRTY 0x10000000 000A 0000000010 DefineStr -DOCF_WORD_WRAP DOCEF_WORD 000A 0000000010 DefineStr -DOCG_BL_IV_UL 0xB0000000 002B 0000000010 DefineStr -DOCG_DBL_BUF_FLAGS (DOCF_OVER 0008 0000000110 DefineStr -DOCM_CANCEL (-1) 001F 0000000008 DefineStr -DOCSS_COMMENT 3 0006 0000000008 DefineStr -DOCSS_CPP_Z_COMMENT 4 0008 0000000008 DefineStr -DOCSS_DBL_QUOTE 2 0006 0000000008 DefineStr -DOCSS_NORMAL 0 000A 0000000008 DefineStr -DOCSS_SINGLE_QUOTE 1 0006 0000000008 DefineStr -DOCT_ANCHOR 27 0006 0000000008 DefineStr -DOCT_BACKGROUND 16 000C 0000000008 DefineStr -DOCT_BLINK 21 000C 0000000008 DefineStr -DOCT_BTTN 29 0006 0000000008 DefineStr -DOCT_CHECK_BOX 31 0020 0000000008 DefineStr -DOCT_CLEAR 8 0004 0000000008 DefineStr -DOCT_CURSOR 5 0017 0000000008 DefineStr -DOCT_CURSOR_MOVEMENT26 0008 0000000008 DefineStr -DOCT_DATA 30 0026 0000000008 DefineStr -DOCT_DEFAULT_BACKGROUND18 000C 0000000008 DefineStr -DOCT_DEFAULT_FOREGROUND17 000C 0000000008 DefineStr -DOCT_ERROR 42 001B 0000000008 DefineStr -DOCT_FOOTER 13 000C 0000000008 DefineStr -DOCT_FOREGROUND 15 0012 0000000008 DefineStr -DOCT_HEADER 12 000C 0000000008 DefineStr -DOCT_HEX_ED 35 0028 0000000008 DefineStr -DOCT_HIGHLIGHT 20 000C 0000000008 DefineStr -DOCT_HTML_CODE 41 0010 0000000008 DefineStr -DOCT_INDENT 14 0022 0000000008 DefineStr -DOCT_INS_BIN 38 0006 0000000008 DefineStr -DOCT_INS_BIN_SIZE 39 0006 0000000008 DefineStr -DOCT_INVERT 22 000C 0000000008 DefineStr -DOCT_LEFT_MARGIN 10 000C 0000000008 DefineStr -DOCT_LINK 28 000B 0000000008 DefineStr -DOCT_LIST 32 000A 0000000008 DefineStr -DOCT_MACRO 33 000E 0000000008 DefineStr -DOCT_MARKER 6 0005 0000000008 DefineStr -DOCT_MENU_VAL 34 0036 0000000008 DefineStr -DOCT_NEW_LINE 1 0049 0000000008 DefineStr -DOCT_PAGE_BREAK 4 0008 0000000008 DefineStr -DOCT_PAGE_LEN 9 000E 0000000008 DefineStr -DOCT_PROMPT 7 0010 0000000008 DefineStr -DOCT_RIGHT_MARGIN 11 000E 0000000008 DefineStr -DOCT_SHIFTED_X 24 0010 0000000008 DefineStr -DOCT_SHIFTED_Y 25 0011 0000000008 DefineStr -DOCT_SOFT_NEW_LINE 2 002B 0000000008 DefineStr -DOCT_SONG 40 0006 0000000008 DefineStr -DOCT_SPRITE 37 0013 0000000008 DefineStr -DOCT_TAB 3 0028 0000000008 DefineStr -DOCT_TEXT 0 0096 0000000008 DefineStr -DOCT_TREE 36 002A 0000000008 DefineStr -DOCT_TYPES_NUM 43 0019 0000000008 DefineStr -DOCT_UNDERLINE 23 000C 0000000008 DefineStr -DOCT_WORD_WRAP 19 000C 0000000008 DefineStr -DOC_ATTR_DEFAULT_TEXTWHITE << 4 0008 0000000018 DefineStr -DOC_COLOR_ALT_TEXT LTGRAY 000A 0000000008 DefineStr -DOC_COLOR_ANCHOR DKGRAY 0004 0000000008 DefineStr -DOC_COLOR_BIN LTGREEN 0008 0000000008 DefineStr -DOC_COLOR_CHAR_CONSTBROWN 0008 0000000008 DefineStr -DOC_COLOR_CLASS LTBLUE 0004 0000000008 DefineStr -DOC_COLOR_COMMENT GREEN 000A 0000000008 DefineStr -DOC_COLOR_DEFINE_STRCYAN 0004 0000000008 DefineStr -DOC_COLOR_EXPORT_SYS_SYMLTPURPLE 0004 0000000010 DefineStr -DOC_COLOR_FUN PURPLE 0004 0000000008 DefineStr -DOC_COLOR_GLOBAL_VARLTCYAN 0004 0000000008 DefineStr -DOC_COLOR_KEYWORD BLUE 000A 0000000008 DefineStr -DOC_COLOR_LINK RED 0006 0000000008 DefineStr -DOC_COLOR_MACRO LTBLUE 0006 0000000008 DefineStr -DOC_COLOR_NUMBER YELLOW 0006 0000000008 DefineStr -DOC_COLOR_PROMPT GREEN 0004 0000000008 DefineStr -DOC_COLOR_REG LTRED 0004 0000000008 DefineStr -DOC_COLOR_STR BROWN 0004 0000000008 DefineStr -DOC_COLOR_TREE PURPLE 0006 0000000008 DefineStr -DOC_DEFAULT I32_MIN 002E 0000000008 DefineStr -DOC_SCROLL_SPEED 8 0004 0000000008 DefineStr -DOC_SIGNATURE_VAL 'DocS' 002F 0000000008 DefineStr -DOCf_ALLOW_UNDO 14 0002 0000000008 DefineStr -DOCf_AUTO_SAVE 2 0004 0000000008 DefineStr -DOCf_BLINK DOCEf_BLIN 0002 0000000010 DefineStr -DOCf_BORDER_DOC 8 0002 0000000008 DefineStr -DOCf_BREAK_UNLOCKED 22 0006 0000000008 DefineStr -DOCf_BWD_MOVEMENT 18 0002 0000000008 DefineStr -DOCf_CARRIAGE_RETURN4 0002 0000000008 DefineStr -DOCf_COLOR_NAMES 6 0006 0000000008 DefineStr -DOCf_DBL_DOLLARS 5 0002 0000000008 DefineStr -DOCf_DONT_HIGHLIGHT_CURSOR12 000A 0000000008 DefineStr -DOCf_DONT_SHOW 15 0002 0000000008 DefineStr -DOCf_DONT_SWAP_OUT 20 0002 0000000008 DefineStr -DOCf_DO_FULL_REFRESH21 0008 0000000008 DefineStr -DOCf_FORM 9 0002 0000000008 DefineStr -DOCf_HAS_SONG 16 0002 0000000008 DefineStr -DOCf_HIDE_CURSOR 11\t 000C 0000000008 DefineStr -DOCf_HIGHLIGHT DOCEf_HIGH 0002 0000000010 DefineStr -DOCf_INVERT DOCEf_INVE 0002 0000000010 DefineStr -DOCf_IN_DOLLAR 33 0002 0000000008 DefineStr -DOCf_MORE 17 0004 0000000008 DefineStr -DOCf_NO_CURSOR 3 0002 0000000008 DefineStr -DOCf_NO_SCROLL_BARS 13\t 000A 0000000008 DefineStr -DOCf_NULL_GRAB_SCROLL19 0002 0000000008 DefineStr -DOCf_OVERSTRIKE 32 0002 0000000008 DefineStr -DOCf_PLAIN_TEXT 0 0002 0000000008 DefineStr -DOCf_PLAIN_TEXT_TABS1 0002 0000000008 DefineStr -DOCf_SEL DOCEf_SEL 0002 0000000010 DefineStr -DOCf_SIZE_MIN 10 0002 0000000008 DefineStr -DOCf_SUBSCRIPT_MODE 35 0002 0000000008 DefineStr -DOCf_SUPERSCRIPT_MODE34 0002 0000000008 DefineStr -DOCf_UNDERLINE DOCEf_UNDE 0002 0000000010 DefineStr -DOCf_UNDO_DIRTY 36 0002 0000000008 DefineStr -DOCf_WORD_WRAP DOCEf_WORD 0002 0000000010 DefineStr -DOClf_LOCKED 0 000C 0000000008 DefineStr -DOF_DONT_HOME 0x04 0008 0000000008 DefineStr -DOF_DONT_SHOW 0x40 0004 0000000008 DefineStr -DOF_DONT_TEXT_ATTR 0x10 0004 0000000008 DefineStr -DOF_DONT_WINMGR_SYNC0x20 0004 0000000008 DefineStr -DOF_INTERCEPT_TASK_END0x02 0004 0000000008 DefineStr -DOF_SIZE_MIN 0x01 000E 0000000008 DefineStr -DOF_WIN_MAX 0x08 0004 0000000008 DefineStr -DRIVES_NUM 26 0012 0000000008 DefineStr -DRIVE_HEADER 63 0013 0000000008 DefineStr -DRIVE_SIGNATURE_VAL 'DVSV' 000E 0000000008 DefineStr -DS 0000000503 0038 Reg -DS_ABORT_FILE 4 0003 0000000008 DefineStr -DS_REMAINDER_1 2 0003 0000000008 DefineStr -DS_REMAINDER_2 3 0003 0000000008 DefineStr -DS_USE_FILE1 0 0003 0000000008 DefineStr -DS_USE_FILE2 1 0003 0000000008 DefineStr -DU16 000000004E 0045 AsmKeyWord -DU32 000000004F 0034 AsmKeyWord -DU64 0000000050 0036 AsmKeyWord -DU8 000000004D 0063 AsmKeyWord -DUP 0000000051 0014 AsmKeyWord -DUR_16_16_16_16 3 000F 0000000008 DefineStr -DUR_16_16_8 6 0005 0000000008 DefineStr -DUR_3_3_3 2 0009 0000000008 DefineStr -DUR_4 0 0013 0000000008 DefineStr -DUR_8DOT_16 4 0005 0000000008 DefineStr -DUR_8_16_16 5 0005 0000000008 DefineStr -DUR_8_8 1 0011 0000000008 DefineStr -DVDImageRead 0000030168 0003 0000000175 Funct Public -DVDImageWrite 00000303C0 0005 00000003B1 Funct Public -DVDImageWriteTask 00000302E0 0003 ExportSysSym Imm -DVD_BLK_SIZE (4 * BLK_S 0046 0000000010 DefineStr -DVD_BOOT_LOADER_SIZEDVD_BLK_SI 001C 0000000018 DefineStr -DVlf_LOCKED 0 0006 0000000008 DefineStr -DX 0000000202 0021 Reg -DYING_JIFFIES ToI64(JIFF 0004 0000000018 DefineStr -Da 0000016E2E 0003 000000004B Funct Public -Date2Struct 00000116C2 000F 00000001D3 Funct Public -DateGet 00768B9828 0001 0000000096 Funct Public -DayOfWeek 000001167A 0004 0000000048 Funct Public -DeathWait 000001C8F3 0003 000000005F Funct Public -Debug 00000184C6 0008 000000001D Funct Public -Debug2 0000017F3E 0003 ExportSysSym Imm -DebugHelp 0000017A26 0004 ExportSysSym Imm -DebugMode 00000166DE 0009 0000000022 Funct Public -Define 0000015006 00A1 0000000045 Funct Public -DefineCount 00000150BE 000D 0000000049 Funct Public -DefineListLoad 0000014E86 0090 0000000111 Funct Public -DefineLoad 0000014DFE 0004 0000000087 Funct Public -DefineMatch 000001510E 0015 000000002B Funct Public -DefinePrint 000001513E 0070 0000000042 Funct Public -DefineSub 000001504E 0020 0000000069 Funct Public -Del 000002FA90 001D 00000000E1 Funct Public -DelTree 0076AC7A28 000D 00000000D4 Funct Public -DelTreeDirs 0076980B58 0005 0000000064 Funct -DelTreeFiles 0076980AC8 0005 0000000066 Funct -Diff 00769EC7A8 0004 0000000254 Funct Public -DiffBins 0076499430 0003 000000008E Funct -DiffEntriesCompare 00764CDDC8 0005 0000000021 Funct -DiffSel 0076499628 0005 00000003FD Funct -DiffSub 00769E79B8 0007 00000002F4 Funct -Dir 000002E458 0006 00000002E6 Funct Public -DirContextDel 000002D738 001D 00000000B0 Funct Public -DirContextNew 000002D7E8 001C 00000002A1 Funct Public -DirCur 000002197A 0014 000000007C Funct Public -DirEntryCompareClus 0000028533 0003 ExportSysSym Imm -DirEntryCompareName 0000028473 0003 ExportSysSym Imm -DirEntryDel 000002839B 001A 0000000022 Funct Public -DirEntryDel2 00000283C3 0004 000000002B Funct Public -DirFile 00000219FA 000F 00000001C8 Funct Public -DirFileDoc 0076953E88 0005 0000000108 Funct -DirFilesFlatten 000002868B 0004 ExportSysSym Imm -DirFilesSort 0000028553 0006 ExportSysSym Imm -DirIndexList 007174F4C0 0001 00000001A8 Funct -DirLongNameFill 000002AFA8 0006 ExportSysSym Imm -DirMake 000002E740 0016 0000000171 Funct Public -DirNameAbs 000002120A 0014 0000000304 Funct Public -DirNew 000002830B 0008 000000008B Funct Public -DirTreeDel 00000283F3 0049 0000000039 Funct Public -DirTreeDel2 0000028433 0004 0000000039 Funct Public -DirTreeSerialize 0077FC12D0 0001 0000000048 Funct Public -DirTreeSerializeFill00769ACF28 0005 0000000072 Funct -DirTreeSerializeSize0077608E80 0005 0000000041 Funct -DirTreeUnserialize 007698BCD0 0001 0000000029 Funct Public -DirTreeUnserialize2 0076983980 0007 0000000080 Funct -DiscEject 0000022952 0003 0000000053 Funct -DiscLoad 00000229AA 0003 0000000053 Funct -DiskCacheAdd 0000021E52 0005 ExportSysSym Imm -DiskCacheFind 0000021E02 0005 ExportSysSym Imm -DiskCacheHash 0000021D3A 0004 ExportSysSym Imm -DiskCacheInit 0000021BC2 0003 0000000178 Funct -DiskCacheInvalidate 00000266EA 0008 00000000D7 Funct Public -DiskCacheInvalidate20000021F02 0003 ExportSysSym Imm -DiskCacheQueueIns 0000021DAA 0003 ExportSysSym Imm -DiskCacheQueueRemove0000021D6A 0004 ExportSysSym Imm -DiskChange 00000267C2 0007 000000005C Funct Public -DiskCheck 00769B4EB8 0001 0000000147 Funct Public -DiskPart 0076967628 0005 0000000806 Funct Public -DiskView 0077344C28 0001 0000000493 Funct Public -DistSqrI64 00773BC368 000F 0000000054 Funct Public -DitherColor2 00768F6AC8 0001 00000001D3 Funct -Dm 0000016E0E 0004 000000001D Funct Public -Doc2PlainText 0000000000 0001 NULL -Doc2PlainText 0076900228 000A 00000008B7 Funct -Doc2TXT 00773206A0 0003 00000001DB Funct Public -DocAnchorFind 0076785358 0003 000000009A Funct Public -DocBinDel 007697B128 0007 0000000078 Funct -DocBinFindNum 0077608FE8 000B 0000000043 Funct -DocBinFindTag 0076A81E88 0003 0000000058 Funct -DocBinPtrReset 00769DAE88 0003 0000000201 Funct -DocBinsValidate 0000000000 0001 NULL -DocBinsValidate 00769ED310 000A 00000001EB Funct -DocBorder 0077FC1BD0 0008 0000000041 Funct Public -DocBorderListDraw 00768F26B0 0003 0000000146 Funct -DocBorderNew 0076707038 0003 00000002FA Funct Public -DocBottom 0076B453D8 001D 0000000058 Funct Public -DocCaptureUndo 00768FCCD8 000A 00000000FA Funct -DocCenter 00768F2228 001A 0000000084 Funct Public -DocCharDist 00768FE260 0015 0000000040 Funct -DocClear 007690D5D8 000F 000000009F Funct Public -DocCollapse 00768F1178 000C 000000007D Funct Public -DocCopy 007678AD68 0003 000000009D Funct Public -DocCursor 0076B4ED10 0008 0000000051 Funct Public -DocCut 007678B8B8 0003 0000000084 Funct Public -DocD 007671B8D8 0005 0000000079 Funct Public -DocDataFormat 00769B48E8 0020 000000030A Funct -DocDataScan 007699F048 000B 0000000323 Funct -DocDblBufEnd 00769376F8 0001 0000000079 Funct Public -DocDblBufStart 0076908EC8 0001 0000000157 Funct Public -DocDblBufSwap 0076907E80 0001 0000000150 Funct Public -DocDel 0000000000 0001 NULL -DocDel 007690E798 00B4 000000005D Funct Public -DocDelToEntry 0076913CB8 0003 0000000071 Funct -DocDelToNum 00769458D8 0003 0000000068 Funct -DocDisplay 0077FC1B60 0011 0000000041 Funct Public -DocDm 007671BD80 0001 000000007B Funct Public -DocDump 007671D020 0005 000000008B Funct -DocEd 007676A028 0007 0000000693 Funct Public -DocEntryCopy 0077463E28 0010 00000001AF Funct Public -DocEntryDel 0076916150 0044 0000000104 Funct Public -DocEntryLink 0076793B98 000C 0000000051 Funct Public -DocEntryNewBase 0076970620 0025 0000000071 Funct -DocEntryNewTag 0076916410 001D 00000000AA Funct -DocEntryRun 00768F3628 000A 00000004B9 Funct Public -DocEntrySize 0076915B60 0003 00000000CF Funct Public -DocEntryToggle 00768FDC28 0003 000000042D Funct -DocFileEd 0076772C28 0005 000000043C Funct -DocFind 0076780688 0007 0000000107 Funct Public -DocFlagsToggle 00768FE838 0005 00000000FB Funct -DocForm 007690B6F0 0052 000000030E Funct Public -DocFormBwd 007690D278 000D 0000000095 Funct -DocFormFwd 007690D520 000F 00000000A3 Funct -DocGR 00773153E0 0003 0000000059 Funct Public -DocGetStr2 0076787228 0003 0000000246 Funct -DocGoToLine 0076781360 001B 000000007B Funct Public -DocHelpIdx 00766480F0 0003 0000000025 Funct Public -DocHighlight 00768F2E28 0005 0000000623 Funct -DocHighlightCursor 0076B4E2F8 0003 0000000051 Funct Public -DocInit 00768F9428 0003 00000004B4 Funct -DocInsDoc 007696B388 0012 0000000134 Funct Public -DocInsEntry 007690F1C8 0019 0000000141 Funct Public -DocKeyGet 0076789A78 0005 00000000CF Funct Public -DocLineRead 007690A058 0001 0000000073 Funct Public -DocLineWrite 0076790000 0001 00000000B3 Funct Public -DocLinkCheck 0076772228 0004 0000000136 Funct Public -DocLinkFile 00767718E8 0005 00000000B5 Funct Public -DocLoad 0000000000 0001 NULL -DocLoad 00768DF618 000A 000000014A Funct Public -DocLock 0076AFDA28 00E6 000000006F Funct Public -DocMax 0076907650 000B 000000003C Funct Public -DocMenu 007690A698 0003 0000000185 Funct Public -DocMenuEndTaskCB 007690EAD0 0003 0000000018 Funct -DocNew 0000000000 0001 NULL -DocNew 0076914BC8 0068 000000010C Funct Public -DocOpt 007648F830 0001 0000000091 Funct Public -DocOptDoc 007647D630 0003 00000000DE Funct -DocOptEntry 007648F770 0005 00000000AF Funct -DocOptFile 00764A5228 0003 0000000064 Funct -DocOptList 007647CB20 0005 000000008C Funct -DocPrint 0000000000 0001 NULL -DocPrint 00767630C8 0261 000000004D Funct Public -DocPrintAtomic 0076732838 0003 0000000097 Funct Public -DocPrintPartial 00769EBB00 0006 0000000295 Funct Public -DocPut 0076913B80 00A1 000000004B Funct Public -DocPutKey 0076721828 0017 0000001F94 Funct Public -DocPutLine 0000000000 0001 NULL -DocPutLine 007671C650 0004 00000000FE Funct Public -DocPutS 0076723828 0005 000000053C Funct -DocRead 0076793168 005B 00000000BA Funct Public -DocRecalc 007695F828 0058 0000002F90 Funct Public -DocRecalcXY 00769E7CC0 0003 00000002BC Funct -DocRemSoftNewLines 007694F158 0015 000000009F Funct -DocReset 007698BF70 0012 000000021B Funct Public -DocSave 0000000000 0001 NULL -DocSave 00767927A8 000A 0000000370 Funct Public -DocScanLine 00769E9FB8 000C 00000001FF Funct Public -DocScroll 0076B4D2E0 0001 0000000051 Funct Public -DocSize 0000000000 0001 NULL -DocSize 007694CEA8 0010 00000000F0 Funct Public -DocSplitTag 00768E4000 0007 0000000169 Funct -DocSprite 0076A14EA8 0007 0000000199 Funct Public -DocTermNew 00767A3828 000C 00000000D2 Funct Public -DocTmpAttr 00768E2AA8 0003 000000019C Funct -DocTop 00768F2508 000A 000000008E Funct Public -DocTreeAppend 007670A630 0001 000000003D Funct Public -DocTreeAppendJoin 007670B720 0008 00000000DF Funct -DocTreeExe 00767081D0 0006 000000007C Funct Public -DocTreeFAppend 00767092C8 0001 0000000059 Funct Public -DocTreeFExe 007670E828 0001 0000000040 Funct Public -DocTreeFFind 0077FC28D8 0001 0000000046 Funct Public -DocTreeFWrite 0076709CD0 0003 0000000059 Funct Public -DocTreeFind 0076B8D348 000F 00000001B4 Funct Public -DocTreeMake 007670CE20 0008 00000001D4 Funct Public -DocTreeWrite 0076715BC8 0001 000000003D Funct Public -DocTreeWriteJoin 007670C110 0008 00000000F7 Funct -DocType 0076912C78 0006 0000000118 Funct Public -DocUndoCountSet 0076B5C3F0 0005 0000000054 Funct -DocUndoDel 00773D6720 0005 000000001D Funct -DocUndoRestore 00768FC508 0003 00000000BE Funct -DocUnlock 0000000000 0001 NULL -DocUnlock 0076913B10 0107 0000000060 Funct Public -DocUpdateTaskDocs 00768F0B58 0003 00000000FF Funct -DocWordWrapAdd 00768E32B8 0003 00000001BA Funct -DocWordWrapDel 00768EFE28 0003 000000019A Funct -DocWordsFile 0076561A28 0003 00000000C2 Funct -DocWrite 0000000000 0001 NULL -DocWrite 0076791DF0 003C 000000008A Funct Public -Dos2CDate 000002A763 0003 ExportSysSym Imm -Dr 0000017436 0003 000000008A Funct Public -DrawCtrlBttn 00766D8180 0003 0000000132 Funct -DrawCtrls 00766DF6E0 0003 00000000F2 Funct -DrawGrabMouse 0076731DE0 0003 0000000205 Funct Public -DrawIt 00769F2E28 0003 00000005C8 Funct -DrawIt 0076786E48 0007 0000000117 Funct -DrawMenu 007693F8A0 0003 0000000349 Funct -DrawMouse 0076937580 0003 0000000093 Funct -DrawProgressBars 0076939DF8 0003 0000000398 Funct -DrawStdMouse 007663C0F0 0004 0000000147 Funct Public -DrawTermBttn 0076640348 0003 00000000C9 Funct -DrawViewAnglesCtrl 00766DB628 0003 00000004D2 Funct -DrawWaitMouse 0076AB3A28 0001 00000000D8 Funct Public -DrawWinGrid 0076965FB0 0003 00000000DC Funct -DrawWinScroll 007671EE68 0005 000000009C Funct -Drive 0000026822 0031 00000000F9 Funct Public -Drive2Letter 00000264FA 002E 0000000027 Funct Public -DriveBlkDevDel 0000026272 0004 ExportSysSym Imm -DriveCheck 00000264B2 001B 0000000043 Funct Public -DriveDel 0000026222 0007 0000000049 Funct Public -DriveEnable 000002802B 0003 0000000057 Funct Public -DriveFATBlkAlloc 00000262BA 0004 ExportSysSym Imm -DriveFATBlkClean 000002631A 000C ExportSysSym Imm -DriveFATBlkSet 00000263CA 000E ExportSysSym Imm -DriveIsWritable 0000026692 0014 0000000054 Funct Public -DriveLock 0000025FFA 0023 0000000056 Funct Public -DriveMakeFreeSlot 00000260FA 000C 000000006F Funct Public -DriveModelNum 00000269AA 0004 0000000088 Funct Public -DriveNextFreeLet 000002616A 000A 00000000B8 Funct Public -DriveRep 0000026AB3 0006 000000024A Funct Public -DriveSerialNum 0000026922 0004 0000000088 Funct Public -DriveTextAttrGet 0000026A3B 000F 0000000077 Funct Public -DriveTypeSet 0000030778 0005 ExportSysSym Imm -DriveUnlock 0000026052 004A 0000000058 Funct Public -DriveUnused 007695BA58 0004 00000000CC Funct Public -DriveView 0076963460 0001 0000000097 Funct Public -DrivesRelease 00000260AA 0006 000000004C Funct Public -DrivesSize 00766A7F88 0003 0000000071 Funct -Dump 0076979BF0 0001 00000000C0 Funct Public -E 0000031680 0003 0000000068 Funct Public -EAX 0000000300 00B6 Reg -EBP 0000000305 0006 Reg -EBX 0000000303 0035 Reg -ECF_HAS_PUSH_CMP 0x01 0004 0000000008 DefineStr -ECX 0000000301 0038 Reg -EDF_BAIL 0x100 000E 0000000008 DefineStr -EDF_COLLAPSE 0x200 0002 0000000008 DefineStr -EDF_UNCOLLAPSE 0x400 0004 0000000008 DefineStr -EDF_WAS_WRITE 0x800 000A 0000000008 DefineStr -EDI 0000000307 002F Reg -EDX 0000000302 004B Reg -EDf_BAIL 8 0004 0000000008 DefineStr -EDf_COLLAPSE 9 0004 0000000008 DefineStr -EDf_UNCOLLAPSE 10 0004 0000000008 DefineStr -EDf_WAS_WRITE 11 0002 0000000008 DefineStr -EF_CH_SC 4 0003 0000000008 DefineStr -EF_CMP_CHK 1 0005 0000000008 DefineStr -EF_CTRL_SLIDER 3 0003 0000000008 DefineStr -EF_REINDENT 0 0005 0000000008 DefineStr -EF_RENUM_ASM 2 0005 0000000008 DefineStr -ENTER 00775F3AF0 0000 OpCode -ERRCON 1.89e-4 0003 0000000008 DefineStr -ES 0000000500 004E Reg -ESI 0000000306 001E Reg -ESP 0000000304 0002 Reg -EST_DUP_SPRITE 2 0003 0000000008 DefineStr -EST_SPRITE 0 0003 0000000008 DefineStr -EST_SPRITE_LINK 6 0003 0000000008 DefineStr -EST_SPRITE_MACRO 4 0003 0000000008 DefineStr -EST_SPRITE_MENU 5 0003 0000000008 DefineStr -EST_SPRITE_PTR 1 0003 0000000008 DefineStr -EST_SPRITE_SIZE 3 0003 0000000008 DefineStr -EXT_DEBUG_RESUME 4 0003 0000000008 DefineStr -EXT_EXTS_NUM 5 0003 0000000008 DefineStr -EXT_HEAPLOG_FREE 3 0009 0000000008 DefineStr -EXT_HEAPLOG_MALLOC 2 0009 0000000008 DefineStr -EXT_WIN_FOCUS 1 0006 0000000008 DefineStr -EXT_WIN_TO_TOP 0 0005 0000000008 DefineStr -Echo 007762344F 0003 0000000017 Funct Public -Ed 0000000000 0001 NULL -Ed 007676B7C8 001C 0000000209 Funct Public -EdAutoSaveCB 0077609490 0003 0000000045 Funct -EdChSC 007671EBF0 0003 0000000263 Funct -EdCharDel 0076783A58 0007 000000012A Funct -EdCharIns 00768DE428 0005 0000000814 Funct -EdCodeTools 0076724868 0003 0000000058 Funct -EdCodeTools2 007670DE28 0003 000000081B Funct -EdCurU8 00767852B8 0015 0000000090 Funct Public -EdCursorLeft 007678F398 0007 0000000268 Funct Public -EdCursorRight 00769B4C08 0011 0000000299 Funct Public -EdDollarCB 0077FC22C0 0005 0000000047 Funct -EdDollarTypeCB 00768B1828 0005 0000000097 Funct -EdFilterCB 0076852FE8 0005 0000000052 Funct -EdFindNext 00769E7F90 0008 0000000270 Funct Public -EdFindPaired 007677D8E8 000B 0000000311 Funct Public -EdFindReplace 0076779428 0005 000000055A Funct -EdGoToFun 007677CE60 0009 0000000123 Funct Public -EdGoToLine 0076861828 0003 000000003E Funct -EdInsBin 00767347A0 0007 0000000228 Funct -EdInsBttn 007673BEB0 0003 000000030F Funct -EdInsCapturedMacro 007675A668 0003 0000000061 Funct -EdInsCheckBox 00767379E0 0003 0000000121 Funct -EdInsColor 0076759DB0 0003 0000000095 Funct -EdInsCursorMovement 00769EC040 0003 0000000273 Funct -EdInsData 0076738818 0003 00000002AA Funct -EdInsHexEd 0076735B60 0003 00000000C9 Funct -EdInsHtml 0076890C08 0003 0000000058 Funct -EdInsLink 0076746B20 0003 0000000202 Funct -EdInsList 0076742D48 0003 000000019E Funct -EdInsMacroMenu 007673D858 0005 00000003A4 Funct -EdInsPageSetting 0076743B30 0003 000000019F Funct -EdInsSong 0076740448 0003 0000000067 Funct -EdInsText 007694C3A0 0003 0000000305 Funct -EdInsTree 0076733970 0003 000000011B Funct -EdInsWidgetWiz 0076759AE0 0003 0000000102 Funct -EdLeftClickLink 0076704C70 0003 0000000063 Funct -EdLineDel 00767B1828 0003 000000006E Funct -EdLineDown 0076782028 0005 000000045B Funct Public -EdLineUp 0076A6CE18 0005 00000003E8 Funct Public -EdLinkConvert 0076772628 000D 000000044F Funct Public -EdLite 00000202FA 0006 00000009B1 Funct Public -EdLiteFileLine 0000020D32 0006 000000004A Funct -EdLiteUpdate 0000020152 0003 ExportSysSym Imm -EdMacroUtil 0076758B00 0003 0000000034 Funct -EdMoreCB 0076773AC8 0005 000000005E Funct -EdOverStrikeCB 0077FC2060 0005 0000000047 Funct -EdPopUpChSC 00767C5828 0001 0000000070 Funct -EdRACollect 0076743090 0003 000000014D Funct -EdRAGetU8 0076724430 000F 0000000055 Funct -EdRICode 0076713540 0003 00000000FB Funct -EdRIExp 00767B5C88 000D 00000000E8 Funct -EdRILex 0076714B30 0039 0000000143 Funct -EdRIStatement 0076712828 0019 00000004C7 Funct -EdRemFunLeadingSpace00767323B0 0003 0000000157 Funct -EdRenumAsm 0076764DF8 0003 000000013B Funct -EdReplace 007699F880 0009 0000000195 Funct Public -EdReplaceTroubleAll 00767807A0 0005 0000000163 Funct -EdReplaceTroubleOne 0076716A10 0011 0000000085 Funct -EdSelAll 00769061B8 0007 0000000050 Funct Public -EdSelFun 007692ADF8 0005 000000013A Funct Public -EdSprite 007672F0B8 0003 0000000341 Funct -EdSpriteEd 00769B5898 0003 00000000B9 Funct -EdSpriteIns 00769ED700 0003 00000001D4 Funct -EdSpriteLink 0076732778 0003 00000000A9 Funct -EdSpriteNew 00769D5628 000F 000000003D Funct -EdUndoFilter 00767B0160 0003 0000000054 Funct -Ellipse 0076BD3268 0007 00000003BD Funct Public -EndianU16 000000AF67 0018 Funct Public -EndianU32 000000AF76 0010 Funct Public -EndianU64 000000AF84 0004 Funct Public -ExeCmdLine 000001D09B 0009 000000028E Funct Public -ExeDoc 0076708DA8 0005 0000000156 Funct Public -ExeFile 0000000000 0001 NULL -ExeFile 007762519F 000A 0000000077 Funct Public -ExeFile2 0077625357 0005 0000000075 Funct Public -ExePrint 0000000000 0001 NULL -ExePrint 007762514F 000B 0000000049 Funct Public -ExePrint2 007762530F 0007 0000000047 Funct Public -ExePutS 0077624FAF 0006 000000019A Funct Public -ExePutS2 0077625247 0005 00000000C4 Funct Public -Exit 000001C7A3 0019 00000000CC Funct Public -Exp 000000AC58 000E Funct Public -ExtChange 00000216AA 000C 000000008C Funct Public -ExtDefault 000002173A 0034 0000000087 Funct Public -ExtendedASCII 0076938428 0003 00000001A1 Funct -F 0076655828 0001 0000000025 Funct Public -F2XM1 00775EF2B8 0003 OpCode -F64 0077603A38 0397 0000000008 IntType -F64 000000004C 0000 AsmKeyWord -F64Get 00768FBA38 0001 00000000F0 Funct Public -F64_MAX (0x7FEFFFF 000C 0000000020 DefineStr -F64_MIN (0xFFEFFFF 0006 0000000020 DefineStr -F64i 0077603CE0 0000 0000000008 IntType -FABS 00775EF260 0005 OpCode -FADD 00775EEBF8 0008 OpCode -FADDP 00775EEC80 0011 OpCode -FALSE 0 06B4 0000000008 DefineStr -FAT32AllocClus 000002BBC8 0004 ExportSysSym Imm -FAT32AllocContiguousClus000002BE60 0004 ExportSysSym Imm -FAT32CDirFill 000002B0D8 0004 ExportSysSym Imm -FAT32Cd 000002B918 0003 ExportSysSym Imm -FAT32CheckDisk 007695EE80 0003 00000002B0 Funct -FAT32CheckDiskList 00769AFBD0 0005 00000001FF Funct -FAT32DirFill 000002B160 0005 ExportSysSym Imm -FAT32DirNew 000002C158 0005 ExportSysSym Imm -FAT32DriveView 0076963BE8 0003 0000000238 Funct -FAT32FileFind 000002B470 0009 ExportSysSym Imm -FAT32FileRead 000002B790 0004 ExportSysSym Imm -FAT32FileWrite 000002D048 0003 ExportSysSym Imm -FAT32FilesDel 000002CB90 0004 ExportSysSym Imm -FAT32FilesFind 000002D1B0 0004 ExportSysSym Imm -FAT32Format 000002A973 0003 ExportSysSym Imm -FAT32FreeClus 000002B9B8 0007 0000000209 Funct -FAT32Init 000002A7E3 0006 ExportSysSym Imm -FAT32MkDir 000002D5A0 0003 ExportSysSym Imm -FAT32UnusedDriveSpace007695C418 0003 0000000127 Funct -FAT32_ENTRIES_BITS Bsf(FAT32_ 0014 0000000020 DefineStr -FAT32_ENTRIES_PER_BLK(BLK_SIZE 0014 0000000028 DefineStr -FATFromName 000002AECB 0006 ExportSysSym Imm -FATNameTo 000002AD5B 0004 ExportSysSym Imm -FATNameXSum 000002AE63 0007 ExportSysSym Imm -FBlkRead 000002F1F8 000D 00000001F9 Funct Public -FBlkWrite 000002F3F8 001C 00000002EA Funct Public -FCHS 00775EF208 0001 OpCode -FCLEX 00775EE948 0001 OpCode -FCOMI 00775EE988 0000 OpCode -FCOMIP 00775EE9E0 000C OpCode -FCOS 00775EF158 0004 OpCode -FClose 000002F000 0017 00000000CF Funct Public -FD 007654E6D8 0001 0000000024 Funct Public -FDECSTP 00775EE840 0000 OpCode -FDIV 00775EEE10 0000 OpCode -FDIVP 00775EEE98 0000 OpCode -FDIVR 00775EED30 0009 OpCode -FDIVRP 00775EEDB8 0000 OpCode -FF 0076970358 0001 00000000CA Funct Public -FFB_NEXT_BLK I64_MAX 000E 0000000008 DefineStr -FFREE 00775EE778 0016 OpCode -FF_BUF_DIRTY 4 0009 0000000008 DefineStr -FF_CONTIGUOUS 16 0005 0000000008 DefineStr -FF_NEEDS_WRITE 8 0005 0000000008 DefineStr -FF_NEW_FILE 2 0006 0000000008 DefineStr -FF_USE_OLD_DATETIME 32 0004 0000000008 DefineStr -FF_WRITE 1 0004 0000000008 DefineStr -FILD 00775EF690 0000 OpCode -FILEMASK_AOT \"*.CC*;*. 0003 0000000018 DefineStr -FILEMASK_DD FILEMASK_S 000D 0000000018 DefineStr -FILEMASK_GR \"*.GR*\" 0005 0000000008 DefineStr -FILEMASK_JIT \"*.CC*;*. 000D 0000000010 DefineStr -FILEMASK_SRC \"*.CC*;*. 000D 0000000020 DefineStr -FILEMASK_TXT FILEMASK_D 000F 0000000018 DefineStr -FIMUL 00775EEEF0 0000 OpCode -FINCSTP 00775EE7E8 0016 OpCode -FINIT 00775EE2C0 0000 OpCode -FISTP 00775EF638 0000 OpCode -FISTTP 00775EF5E0 0001 OpCode -FISt_H2D 0x27 0008 0000000008 DefineStr -FLD 00775EF568 006C OpCode -FLD1 00775EE630 0010 OpCode -FLDCW 00775EE1A0 000F OpCode -FLDL2E 00775EE580 0001 OpCode -FLDL2T 00775EE5D8 0001 OpCode -FLDLG2 00775EE4D0 0001 OpCode -FLDLN2 00775EE478 0001 OpCode -FLDPI 00775EE528 0000 OpCode -FLDZ 00775EE420 0000 OpCode -FMBurnISO 0076959A60 0003 0000000067 Funct -FMChangeDisk 007694EB28 0003 0000000063 Funct -FMCollectUncollapsedList0076AE1A28 0003 000000006F Funct -FMCopy 007694D918 0005 000000016C Funct -FMDelUncollapsedList0076979B40 0003 0000000030 Funct -FMDelete 0076ABA930 0003 00000000E6 Funct -FMFinalScreenUpdate 007694AF40 0003 000000005E Funct -FMFormatDrive 007696E968 0003 00000000C8 Funct -FMMakeISO 007697B1B0 0003 0000000076 Funct -FMMarkUncollapsed 00769DF0D8 0003 0000000242 Funct -FMMkDir 007695CF00 0003 00000000EC Funct -FMMountISO 0076950B88 0003 0000000038 Funct -FMR_BURN_ISO 11 0003 0000000008 DefineStr -FMR_CHG_DISK 6 0003 0000000008 DefineStr -FMR_DELETE 2 0003 0000000008 DefineStr -FMR_FORMAT 7 0003 0000000008 DefineStr -FMR_HELP 12 0003 0000000008 DefineStr -FMR_INCLUDE 0 0003 0000000008 DefineStr -FMR_MAKE_REDSEA_ISO_C10 0003 0000000008 DefineStr -FMR_MKDIR 4 0003 0000000008 DefineStr -FMR_MOUNT_REDSEA_ISO_C8 0003 0000000008 DefineStr -FMR_PASTE 5 0003 0000000008 DefineStr -FMR_RENAME 3 0003 0000000008 DefineStr -FMR_SYSTEM_INCLUDE 1 0003 0000000008 DefineStr -FMR_UNMOUNT 9 0003 0000000008 DefineStr -FMRebuildDoc 00769D7628 000B 000000041C Funct -FMRebuildDocDrive 0076980BE8 0007 0000000149 Funct -FMRename 00769500A8 0003 0000000158 Funct -FMRightClick 007694CD70 0005 0000000128 Funct -FMUL 00775EEF58 0023 OpCode -FMULP 00775EEFE0 0002 OpCode -FMUnmount 0076987D88 0003 0000000077 Funct -FM_NORMAL 0 0007 0000000008 DefineStr -FM_PICK_DIR 2 0005 0000000008 DefineStr -FM_PICK_FILE 1 0005 0000000008 DefineStr -FNCLEX 00775EE8F0 0000 OpCode -FND_ABORT_FILE 4 0005 0000000008 DefineStr -FND_ALL 2 0009 0000000008 DefineStr -FND_ED 3 0003 0000000008 DefineStr -FND_REPLACE 0 0007 0000000008 DefineStr -FND_SKIP 1 0003 0000000008 DefineStr -FND_SKIP_FILE 5 0005 0000000008 DefineStr -FNINIT 00775EE268 0002 OpCode -FOFlatten 0076AE9A28 0003 000000006B Funct -FONT_HEIGHT 8 00AB 0000000008 DefineStr -FONT_WIDTH 8 00D1 0000000008 DefineStr -FOpen 000002ED70 001A 000000028E Funct Public -FPATAN 00775EF0A8 0005 OpCode -FPREM 00775EECF0 0001 OpCode -FPTAN 00775EF100 0004 OpCode -FR 00764B9B70 0002 00000001F3 Funct Public -FRNDINT 00775EE738 0007 OpCode -FRSTOR 00775EF410 0000 OpCode -FS 0000000504 001A Reg -FSAVE 00775EF3A8 0000 OpCode -FSCALE 00775EE6E0 0003 OpCode -FSF_ARGPOP (1 << Ff_A 0003 0000000018 DefineStr -FSF_ASM 0x02 000F 0000000008 DefineStr -FSF_HASERRCODE (1 << Ff_H 0003 0000000018 DefineStr -FSF_INTERRUPT (1 << Ff_I 0003 0000000018 DefineStr -FSF_NOARGPOP (1 << Ff_N 0004 0000000018 DefineStr -FSF_PUBLIC 0x01 0006 0000000008 DefineStr -FSF_STATIC 0x04 0003 0000000008 DefineStr -FSF__ 0x08 0005 0000000008 DefineStr -FSG_FUN_FLAGS1 (FSF_INTER 0003 0000000040 DefineStr -FSG_FUN_FLAGS2 (FSG_FUN_F 0006 0000000020 DefineStr -FSG_TYPE_MASK 0x7FFF 0003 0000000008 DefineStr -FSIN 00775EF1B0 0004 OpCode -FSQRT 00775EF050 0007 OpCode -FST 00775EF478 0008 OpCode -FSTCW 00775EE1F8 0008 OpCode -FSTP 00775EF4F0 0046 OpCode -FSTSW 00775EE898 000C OpCode -FSUB 00775EEB18 000C OpCode -FSUBP 00775EEBA0 0004 OpCode -FSUBR 00775EEA38 0002 OpCode -FSUBRP 00775EEAC0 0004 OpCode -FSetClus 000002F0D0 0008 ExportSysSym Imm -FSize 000002ED50 000A 000000001B Funct Public -FSt_FAT32 2 0033 0000000008 DefineStr -FSt_ISO9660 3 0005 0000000008 DefineStr -FSt_NTFS 4 0003 0000000008 DefineStr -FSt_NULL 0 0002 0000000008 DefineStr -FSt_REDSEA 1 003D 0000000008 DefineStr -FSt_TYPES_NUM 6 0002 0000000008 DefineStr -FSt_UNKNOWN 5 0003 0000000008 DefineStr -FStf_DISABLE 15 0004 0000000008 DefineStr -FTST 00775EE370 0001 OpCode -FUF_ALL (1 << FUf_ 0008 0000000010 DefineStr -FUF_CANCEL (1 << FUf_ 0002 0000000018 DefineStr -FUF_CLUS_ORDER (1 << FUf_ 0013 0000000018 DefineStr -FUF_DEL (1 << FUf_ 0004 0000000010 DefineStr -FUF_DIFF (1 << FUf_ 0008 0000000010 DefineStr -FUF_FLATTEN_TREE (1 << FUf_ 000E 0000000018 DefineStr -FUF_IGNORE (1 << FUf_ 0008 0000000018 DefineStr -FUF_JUST_AOT (1 << FUf_ 000D 0000000018 DefineStr -FUF_JUST_DD (1 << FUf_ 000D 0000000018 DefineStr -FUF_JUST_DIRS (1 << FUf_ 0018 0000000018 DefineStr -FUF_JUST_FILES (1 << FUf_ 0032 0000000018 DefineStr -FUF_JUST_GR (1 << FUf_ 000D 0000000018 DefineStr -FUF_JUST_JIT (1 << FUf_ 000D 0000000018 DefineStr -FUF_JUST_SRC (1 << FUf_ 000D 0000000018 DefineStr -FUF_JUST_TXT (1 << FUf_ 0010 0000000018 DefineStr -FUF_MAP (1 << FUf_ 0005 0000000010 DefineStr -FUF_PUBLIC (1 << FUf_ 0005 0000000018 DefineStr -FUF_RECURSE (1 << FUf_ 0022 0000000018 DefineStr -FUF_REPLACE (1 << FUf_ 0005 0000000018 DefineStr -FUF_SCAN_PARENTS (1 << FUf_ 000C 0000000018 DefineStr -FUF_SINGLE (1 << FUf_ 000E 0000000018 DefineStr -FUF_WHOLE_LABELS (1 << FUf_ 0008 0000000018 DefineStr -FUF_WHOLE_LABELS_AFTER(1 << FUf_ 0008 0000000020 DefineStr -FUF_WHOLE_LABELS_BEFORE(1 << FUf_ 0008 0000000020 DefineStr -FUG_FILES_FIND (FUF_RECUR 0021 00000000C0 DefineStr -FUG_FILE_FIND (FUF_JUST_ 0005 0000000038 DefineStr -FUN_SEG_CACHE_SIZE 256 0005 0000000008 DefineStr -FUN_SEG_CACHE_STR_LEN(sizeof(CF 0003 0000000038 DefineStr -FUf_ALL 3\t 000B 0000000008 DefineStr -FUf_CANCEL 4\t 0015 0000000008 DefineStr -FUf_CLUS_ORDER 17\t 000F 0000000008 DefineStr -FUf_DEL 1\t 0004 0000000008 DefineStr -FUf_DIFF 1\t 0008 0000000008 DefineStr -FUf_FLATTEN_TREE 19\t 000D 0000000008 DefineStr -FUf_IGNORE 2\t 0008 0000000008 DefineStr -FUf_JUST_AOT 14\t 000E 0000000008 DefineStr -FUf_JUST_DD 12\t 000E 0000000008 DefineStr -FUf_JUST_DIRS 9\t 000F 0000000008 DefineStr -FUf_JUST_FILES 10\t 0017 0000000008 DefineStr -FUf_JUST_GR 16\t 000E 0000000008 DefineStr -FUf_JUST_JIT 15\t 000E 0000000008 DefineStr -FUf_JUST_SRC 13\t 000E 0000000008 DefineStr -FUf_JUST_TXT 11\t 000F 0000000008 DefineStr -FUf_MAP 7\t 0007 0000000008 DefineStr -FUf_PUBLIC 6\t 0007 0000000008 DefineStr -FUf_RECURSE 0\t 001D 0000000008 DefineStr -FUf_REPLACE 5\t 000D 0000000008 DefineStr -FUf_SCAN_PARENTS 18\t 0007 0000000008 DefineStr -FUf_SINGLE 8\t 000D 0000000008 DefineStr -FUf_WHOLE_LABELS 20\t 0008 0000000008 DefineStr -FUf_WHOLE_LABELS_AFTER22\t 0008 0000000008 DefineStr -FUf_WHOLE_LABELS_BEFORE21\t 0008 0000000008 DefineStr -FWAIT 00775F04A8 0000 OpCode -FXAM 00775EE318 0000 OpCode -FXCH 00775EE3B0 0000 OpCode -FXRSTOR 00775EE0D0 0001 OpCode -FXSAVE 00775EE138 0002 OpCode -FXTRACT 00775EE688 0000 OpCode -FYL2X 00775EF368 0004 OpCode -FYL2XP1 00775EF310 0000 OpCode -FarCall32 000001EC11 000A Funct Public -Fault2 00000181FE 0003 ExportSysSym Imm -Fault3 000001807E 0003 ExportSysSym Imm -Fclex 000000AD0E 0002 Funct -Ff_ARGPOP 10 0006 0000000008 DefineStr -Ff_DOT_DOT_DOT 14 0005 0000000008 DefineStr -Ff_HASERRCODE 9 0004 0000000008 DefineStr -Ff_INTERNAL 12 000C 0000000008 DefineStr -Ff_INTERRUPT 8 0006 0000000008 DefineStr -Ff_NOARGPOP 11 0006 0000000008 DefineStr -Ff_RET1 15 0006 0000000008 DefineStr -Ff__EXTERN 13 0006 0000000008 DefineStr -FifoI64Count 0000010562 0003 0000000049 Funct Public -FifoI64Del 000001043A 0003 000000001C Funct Public -FifoI64Flush 0000010542 0008 0000000019 Funct Public -FifoI64Ins 000001045A 0004 0000000051 Funct Public -FifoI64New 00000103D2 0004 0000000061 Funct Public -FifoI64Peek 0000010502 0003 000000003B Funct Public -FifoI64Remove 00000104B2 0004 000000004D Funct Public -FifoU8Count 0000010382 0007 0000000049 Funct Public -FifoU8Del 000001026A 0003 000000001C Funct Public -FifoU8Flush 0000010362 000C 0000000019 Funct Public -FifoU8Insert 000001028A 000C 000000004B Funct Public -FifoU8New 000001020A 0009 000000005B Funct Public -FifoU8Peek 000001032A 0003 0000000037 Funct Public -FifoU8Remove 00000102DA 000C 0000000049 Funct Public -FileAttr 0000021872 000D 0000000026 Funct -FileCount 0077FC1350 0005 0000000041 Funct Public -FileExtDot 0000020E6A 0010 000000003D Funct Public -FileExtRemove 0000020EAA 0012 000000004B Funct Public -FileFind 000002DC20 0040 000000038B Funct Public -FileMgr 0076947028 000A 00000008CB Funct Public -FileNameAbs 0000021512 003C 0000000196 Funct Public -FileNameCheck 000002189A 000A 000000009B Funct Public -FileNameForm 00767AF828 0001 000000006E Funct Public -FileNameTmpTxt 000002193A 0003 000000003D Funct Public -FileOcc 00764BA540 0001 000000004D Funct Public -FileRead 000002E8B8 0028 00000002E9 Funct Public -FileWrite 000002EBA8 001D 00000001A4 Funct Public -FilesFind 000002DB80 0056 000000009D Funct Public -FilesFind2 000002DA90 0003 ExportSysSym Imm -FilesFindMatch 0000020F62 0026 00000002A4 Funct Public -FillU16Palindrome 00766C4238 0007 0000000022 Funct -FillU32Palindrome 00765685D8 0005 000000001F Funct -Find 007649FCF0 0049 000000011D Funct Public -FindFile 0076495028 0003 0000000455 Funct -FindWiz 0076494B18 0003 0000000301 Funct -FirstDayOfMon 000001189A 0004 0000000041 Funct Public -FirstDayOfYear 000001193A 0004 0000000045 Funct Public -Fix 0000020DF2 0003 0000000076 Funct Public -FixSet 0000020D82 0004 000000006F Funct Public -FlagsScan 000000F510 0076 0000000172 Funct Public -FlagsStrPrint 000000F688 0026 0000000088 Funct Public -Fldcw 000000ACEC 0002 Funct -Floor 000000AAF4 0005 Funct Public -FloorI64 000000CDD0 0004 000000004D Funct Public -FloorU64 000000CD50 000C 0000000028 Funct Public -FlushMessages 000001BEEB 000B 0000000035 Funct Public -Format 0000030950 0009 0000000168 Funct Public -FramePtr 0000010B82 000B 000000004F Funct Public -FramePtrAdd 0000010BD2 0009 000000002E Funct Public -FramePtrDel 0000010C62 0007 0000000064 Funct Public -FramePtrSet 0000010C02 0003 000000005F Funct Public -Free 000000DE10 0616 Funct Public -Freq2Ona 000001627E 0009 0000000058 Funct Public -Fs 0000000015 04B3 Funct Public -Fstcw 000000ACF7 0002 Funct -Fstsw 000000AD09 0002 Funct -FullCaw 0076982DC8 0001 00000000C2 Funct Public -FullSaw 00769838B0 0001 00000000BA Funct Public -FullTri 00769821B0 0001 0000000114 Funct Public -FunRep 0076978670 0003 0000000190 Funct Public -FunSegCacheAdd 0000030D30 0003 ExportSysSym Imm -FunSegCacheFind 0000030E20 0003 ExportSysSym Imm -FunSegFind 0000030C28 0006 0000000102 Funct Public -G 0000017786 0005 00000001AD Funct Public -G2 0000017936 0003 000000005A Funct Public -GOD_BAD_BITS 4 000C 0000000008 DefineStr -GOD_GOOD_BITS 24 0006 0000000008 DefineStr -GR2MV 0076B8FF28 0001 0000000257 Funct Public -GREEN 2 0018 0000000008 DefineStr -GRRead 0077315BC0 0007 0000000067 Funct Public -GRScreenCaptureRead 0076A6D228 0001 0000000060 Funct Public -GRScreenCaptureWrite0077FBFF70 0001 0000000043 Funct Public -GRWrite 0077316460 0009 000000006A Funct Public -GR_FILE_MAX (offset(CD 0003 0000000060 DefineStr -GR_HEIGHT 768 0038 0000000008 DefineStr -GR_PEN_BRUSHES_NUM 64 002A 0000000008 DefineStr -GR_SCALE (1<<32) 0039 0000000008 DefineStr -GR_SCALE1_BITS 24 0035 0000000008 DefineStr -GR_SCALE2_BITS 8 0025 0000000008 DefineStr -GR_SCREEN_ZOOM_MAX 8 000A 0000000008 DefineStr -GR_WIDTH 1024 0045 0000000008 DefineStr -GR_Z_ALL (I32_MAX/2 0007 0000000010 DefineStr -GS 0000000505 0019 Reg -GVF_ALIAS 16 0006 0000000008 DefineStr -GVF_ARRAY 32 0004 0000000008 DefineStr -GVF_DATA_HEAP 8 0005 0000000008 DefineStr -GVF_EXTERN 4 0007 0000000008 DefineStr -GVF_FUN 1 0004 0000000008 DefineStr -GVF_IMPORT 2 0004 0000000008 DefineStr -GetLink 0076745A28 0005 0000000968 Funct -GetOutOfDollar 000000F350 0006 0000000062 Funct Public -GodBiblePassage 007671EA00 000A 0000000078 Funct Public -GodBitsInsert 00766AEE88 0007 000000003F Funct Public -GodBitsRemove 00766DD470 003A 0000000063 Funct Public -GodHexInsert 00766FBF28 0001 0000000065 Funct Public -GodInit 00767055B8 0003 0000000247 Funct -GodPick 00766AE388 0003 00000000F5 Funct -GodSong 00767CD828 000A 000000006B Funct Public -GodSongStr 0076651E28 0005 000000052D Funct Public -GodWord 00766EEEA8 000A 0000000059 Funct Public -GodWordStr 00766E5930 0001 0000000049 Funct Public -Gr2BSpline 0076A4C8A8 0001 0000000035 Funct Public -Gr2BSpline3 0076A3D368 0005 000000021C Funct Public -Gr2Bezier 0076A4D518 0001 0000000022 Funct Public -Gr2Bezier3 0076A75F80 0001 00000001FA Funct Public -Gr3BSpline 0076A4C1B0 0001 0000000035 Funct Public -Gr3BSpline3 0076A3C4C0 0005 000000021C Funct Public -Gr3Bezier 0076A4CFA0 0001 0000000022 Funct Public -Gr3Bezier3 0076A76190 0001 00000001FA Funct Public -Gr3Mesh 0076A29808 0005 0000000287 Funct Public -GrArrow3 0076A2B428 000D 00000004B5 Funct Public -GrBitMap1ToBitMap8 0076A8DA28 0001 000000006B Funct -GrBitMap4ToBitMap8 0076A7A398 0003 00000000A3 Funct -GrBitMapEdAddOutline00769DA2B8 0003 0000000122 Funct -GrBitMapEdEtch 00769EE520 0003 0000000120 Funct -GrBitMapEdPrepPersistentDC00769EAC38 003B 000000003A Funct -GrBitMapEdTrimToExtents00769EDC68 0003 0000000191 Funct -GrBlot 007732A428 0029 0000001905 Funct Public -GrBlot3 00773BEC28 000D 0000000BE9 Funct Public -GrBorder 0076A2CFB0 000F 0000000090 Funct Public -GrCalcScreenUpdates 0076B8E948 0003 00000000AF Funct -GrCircle 00774E2DB0 0007 0000000074 Funct Public -GrCircle3 00773A0B70 000F 0000000073 Funct Public -GrClamp 0077348708 0003 0000000162 Funct Public -GrEllipse 0076A4E890 0001 0000000082 Funct Public -GrEllipse3 0076A44B60 000B 0000000299 Funct Public -GrFillCircle 0076A53FE0 0007 000000021B Funct Public -GrFillPoly3 0076A30EA0 0003 00000003D4 Funct Public -GrFillSemiCircle 0076A54228 0011 00000009BB Funct -GrFillTri0 0076A2E428 000D 000000187A Funct Public -GrFixZoomScale 0076B97008 0007 00000000A9 Funct -GrFloodFill 0076A7A450 000B 0000000139 Funct Public -GrFloodFill3 0076A7FA28 0005 00000000D6 Funct Public -GrFloodFillRay 0076A573F8 0003 00000001D8 Funct -GrHLine 0076A69A28 0025 0000000632 Funct Public -GrInit1 00773439F0 0003 0000000253 Funct -GrInit2 00773127D8 0003 00000001E1 Funct -GrInit3 00769E04F8 0003 00000000EA Funct -GrInit4 00769E02B8 0003 0000000122 Funct -GrLine 0076A4FC90 0033 00000000DA Funct Public -GrLine3 0076A48688 0041 00000002DA Funct Public -GrLineFat3 0076A48E28 0005 0000000652 Funct -GrLinePlot 0076B8AC28 0011 0000000039 Funct -GrLinePlot0 0077602AF0 0007 0000000075 Funct -GrPaletteGet 0077328ED0 0008 000000001B Funct Public -GrPaletteSet 0077328550 001A 000000001B Funct Public -GrPeek 0076A58598 001B 0000000106 Funct Public -GrPeek0 0076BCFA28 000B 0000000037 Funct Public -GrPlot 0076A66018 0011 0000000178 Funct Public -GrPlot0 0076B8CF10 0018 0000000212 Funct Public -GrPlot1 0076A65730 0015 0000000188 Funct -GrPlot3 0076A51828 0035 0000000649 Funct Public -GrPlot3B 0076A53278 0001 00000000E0 Funct Public -GrPrint 0076A73110 003A 0000000060 Funct Public -GrPrint3 0076A474B0 0005 0000000089 Funct Public -GrPutChar 0076A74228 0005 00000009F0 Funct Public -GrPutChar3 0077335580 0001 000000004B Funct Public -GrPutS 0076A75310 000B 000000011E Funct -GrRayLen 0076A6A828 0003 00000006BE Funct -GrRayLenMinus 0076A6EAA0 0005 00000001F6 Funct -GrRect 00773B1028 0047 0000001540 Funct Public -GrRect3 0076BD93C8 0009 000000007C Funct Public -GrRectB 0077348988 0001 0000000076 Funct Public -GrRegPoly 0076A4DAD0 0001 0000000086 Funct Public -GrRegPoly3 0076BD1958 0009 00000002A5 Funct Public -GrRopEquU8NoClipping007732A202 0005 Funct -GrScaleZoom 0076B96A50 000F 0000000171 Funct Public -GrSetUpTables 00772F8628 0003 000000058D Funct -GrTextBox3 0076A32CE8 000B 00000001D4 Funct Public -GrTextDiamond3 0076A2AA80 000B 00000003B8 Funct Public -GrUpdateScreen 0076B8DB18 0003 00000000D0 Funct -GrUpdateScreen32 0076B8E258 0003 00000000B9 Funct -GrUpdateTaskODEs 00773AB028 0003 0000000098 Funct -GrUpdateTaskWin 007734A490 0003 0000000230 Funct -GrUpdateTasks 0076B97518 0003 00000001F0 Funct -GrUpdateTextBG 0076B918F0 0003 000000038E Funct -GrUpdateTextFG 0076B8FC28 0003 00000002F0 Funct -GrVLine 0076A58E28 001F 000000063D Funct Public -GrVPrint 0076A726D8 0003 0000000060 Funct Public -GrVPrint3 0076A468C0 0001 0000000089 Funct Public -GrVPutS 0076A73B18 0003 0000000122 Funct -GrZoomInScreen 0076B92E60 0001 0000000216 Funct -GridInit 000001AA23 0008 00000000AA Funct Public -Gs 0000000017 0038 Funct Public -HClf_LOCKED 0 001D 0000000008 DefineStr -HDR_NUM 16 0007 0000000008 DefineStr -HEAP_CTRL_SIGNATURE_VAL'HcSV' 0006 0000000008 DefineStr -HLT 00775F3AB0 0002 OpCode -HL_CALLER_DEPTH 5 000B 0000000008 DefineStr -HL_HASH_SIZE 0x1000 0015 0000000008 DefineStr -HTF_EXPORT 0x02000000 0009 0000000010 DefineStr -HTF_GOTO_LABEL 0x10000000 0005 0000000010 DefineStr -HTF_IMM 0x08000000 000C 0000000010 DefineStr -HTF_IMPORT 0x04000000 0016 0000000010 DefineStr -HTF_LOCAL 0x80000000 0005 0000000010 DefineStr -HTF_PRIVATE 0x00800000 000A 0000000010 DefineStr -HTF_PUBLIC 0x01000000 0015 0000000010 DefineStr -HTF_RESOLVE 0x20000000 0006 0000000010 DefineStr -HTF_UNRESOLVED 0x40000000 0010 0000000010 DefineStr -HTG_ALL -1 0007 0000000008 DefineStr -HTG_FLAGS_MASK 0xFF000000 0003 0000000010 DefineStr -HTG_SRC_SYM (HTT_DEFIN 001A 0000000060 DefineStr -HTG_TYPE_MASK 0x1FFFF 000E 0000000008 DefineStr -HTT_ASM_KEYWORD 0x00400 000D 0000000010 DefineStr -HTT_CLASS 0x00010 0028 0000000010 DefineStr -HTT_DEFINE_STR 0x00004 0029 0000000010 DefineStr -HTT_DICT_WORD 0x00100 000D 0000000010 DefineStr -HTT_EXPORT_SYS_SYM 0x00001 002C 0000000010 DefineStr -HTT_FILE 0x02000 0008 0000000010 DefineStr -HTT_FRAME_PTR 0x10000 0006 0000000010 DefineStr -HTT_FUN 0x00040 0039 0000000010 DefineStr -HTT_GLOBAL_VAR 0x00008 0025 0000000010 DefineStr -HTT_HELP_FILE 0x08000 0014 0000000010 DefineStr -HTT_IMPORT_SYS_SYM 0x00002 0007 0000000010 DefineStr -HTT_INTERNAL_TYPE 0x00020 0018 0000000010 DefineStr -HTT_INVALID 0 0005 0000000008 DefineStr -HTT_KEYWORD 0x00200 0009 0000000010 DefineStr -HTT_MODULE 0x04000 0008 0000000010 DefineStr -HTT_OPCODE 0x00800 000E 0000000010 DefineStr -HTT_REG 0x01000 0007 0000000010 DefineStr -HTT_WORD 0x00080 0008 0000000010 DefineStr -HTf_EXPORT 25 0002 0000000008 DefineStr -HTf_GOTO_LABEL 28 0002 0000000008 DefineStr -HTf_IMM 27 0002 0000000008 DefineStr -HTf_IMPORT 26 0002 0000000008 DefineStr -HTf_LOCAL 31 0002 0000000008 DefineStr -HTf_PRIVATE 23 0002 0000000008 DefineStr -HTf_PUBLIC 24 0003 0000000008 DefineStr -HTf_RESOLVED 29 0002 0000000008 DefineStr -HTf_UNRESOLVED 30 0003 0000000008 DefineStr -HTt_ASM_KEYWORD 10 0003 0000000008 DefineStr -HTt_CLASS 4 0005 0000000008 DefineStr -HTt_DEFINE_STR 2 0004 0000000008 DefineStr -HTt_DICT_WORD 8 0003 0000000008 DefineStr -HTt_EXPORT_SYS_SYM 0 0004 0000000008 DefineStr -HTt_FILE 13 0004 0000000008 DefineStr -HTt_FRAME_PTR 16 0003 0000000008 DefineStr -HTt_FUN 6 0005 0000000008 DefineStr -HTt_GLOBAL_VAR 3 0005 0000000008 DefineStr -HTt_HELP_FILE 15 0003 0000000008 DefineStr -HTt_IMPORT_SYS_SYM 1 0003 0000000008 DefineStr -HTt_INTERNAL_TYPE 5 0004 0000000008 DefineStr -HTt_KEYWORD 9 0004 0000000008 DefineStr -HTt_MODULE 14 0004 0000000008 DefineStr -HTt_OPCODE 11 0003 0000000008 DefineStr -HTt_REG 12 0003 0000000008 DefineStr -HTt_TYPES_NUM 17 0005 0000000008 DefineStr -HTt_WORD 7 0004 0000000008 DefineStr -HasLower 0000030AB8 0004 ExportSysSym Imm -HashAdd 000000F833 0023 Funct Public -HashAddAfter 000000F860 0002 Funct Public -HashBucketFind 000000F81A 0003 Funct Public -HashDefineListAdd 0000010B2A 000B 0000000051 Funct Public -HashDel 00000106BA 0008 00000000F0 Funct Public -HashDepthRep 00766DE9F8 0001 0000000126 Funct Public -HashEntriesCompare 007664D0D0 0003 000000005C Funct -HashEntriesCompare2 00766C9E70 0003 0000000075 Funct -HashEntriesCompare3 0076649A18 0003 0000000090 Funct -HashEntrySize 00776165C8 0006 000000010B Funct Public -HashEntrySize2 00776166D8 0007 00000001A8 Funct Public -HashFind 000000F7D3 004C Funct Public -HashFunSegFind 0000030AF8 0004 ExportSysSym Imm -HashGenericAdd 00000108E2 0008 0000000081 Funct Public -HashListAdd 0000010AA2 0004 0000000081 Funct Public -HashPublic 0000010A22 000B 0000000079 Funct Public -HashRemDel 000000F882 0006 Funct Public -HashSingleTableFind 000000F7F4 000C Funct Public -HashSrcFileSet 000001096A 000E 00000000B4 Funct Public -HashStr 000000F7C0 0003 Funct Public -HashTableDel 00000107AA 0009 0000000061 Funct Public -HashTableNew 0000010672 0010 0000000044 Funct Public -HashTablePurge 0000010812 0005 00000000CF Funct Public -HashTableSize2 0077616880 0009 000000006F Funct Public -HashTypeNum 00000105B2 0013 000000002F Funct Public -HashVal 00000105E2 000E 000000008E Funct Public -HeapCtrlDel 000000E29C 0008 0000000054 Funct Public -HeapCtrlInit 000000E234 000A 0000000066 Funct Public -HeapCtrlWalk 0077383AA8 0005 000000008A Funct Public -HeapLog 0076566E50 0005 00000001AD Funct Public -HeapLogAddrRep 00766C13F8 0001 0000000184 Funct Public -HeapLogFree 00765621A8 0003 00000000AE Funct -HeapLogMAlloc 00766AEB80 0003 00000000AD Funct -HeapLogSizeRep 007648F480 0001 00000002DC Funct Public -HeapRep 0077448428 0001 00000001D2 Funct Public -HeapWalk 0077389E50 0001 0000000055 Funct Public -Help 000000F4C0 0011 000000004E Funct Public -HelpComment 00766D5E88 0003 000000022F Funct -HelpIndexCount 00766AEDD8 0005 0000000079 Funct -HelpIndexStr 00766ACB10 0003 00000000A0 Funct -HiCall 0076650A18 0003 Funct -HiMemCopy 0076650A2B 0005 Funct -HomeSet 000002DFB0 0003 0000000036 Funct Public -I0 00775ED278 0000 0000000000 IntType -I0 0000000042 0000 AsmKeyWord -I0i 00775ED508 0000 0000000000 IntType -I16 00775C4F58 0019 0000000002 Class -I16 0000000044 0001 AsmKeyWord -I16_MAX 0x7FFF 000A 0000000008 DefineStr -I16_MIN (-0x8000) 0008 0000000010 DefineStr -I16i 00775EBD38 0002 0000000002 IntType -I32 00775C4418 00F9 0000000004 Class -I32 0000000045 0004 AsmKeyWord -I32_MAX 0x7FFFFFFF 003E 0000000010 DefineStr -I32_MIN (-0x800000 0034 0000000010 DefineStr -I32i 0077604780 0002 0000000004 IntType -I64 00775C3580 1BC2 0000000008 Class -I64 0000000046 0001 AsmKeyWord -I64Get 0076786D58 0013 00000000DC Funct Public -I64_MAX 0x7FFFFFFF 0059 0000000018 DefineStr -I64_MIN (-0x800000 003F 0000000018 DefineStr -I64i 0077604230 0004 0000000008 IntType -I8 00775EC7D8 002D 0000000001 IntType -I8 0000000043 0000 AsmKeyWord -I8_MAX 0x7F 002D 0000000008 DefineStr -I8_MIN (-0x80) 0023 0000000008 DefineStr -I8i 00775ECA80 0010 0000000001 IntType -IA32F_LME 0x100 0003 0000000008 DefineStr -IA32F_SCE 0x001 0002 0000000008 DefineStr -IA32_EFER 0xC0000080 0005 0000000010 DefineStr -IA32_FS_BASE 0xC0000100 0003 0000000010 DefineStr -IA32_GS_BASE 0xC0000101 0003 0000000010 DefineStr -IA32_LAPIC_BASE 0x01B 0002 0000000008 DefineStr -ICAdd 0077618DA8 00AB ExportSysSym Imm -ICAddEct 0077633317 0007 ExportSysSym Imm -ICAddRSP 007762E5DF 0019 ExportSysSym Imm -ICAddSubEctEqu 007763483F 0007 ExportSysSym Imm -ICAddSubEctImm 00776335D7 000F ExportSysSym Imm -ICAndAnd 00776353C7 0003 ExportSysSym Imm -ICAndBranch 00776370C7 0004 ExportSysSym Imm -ICAndEqu 00776388A7 0003 ExportSysSym Imm -ICArgPut 0077612A3B 0006 ExportSysSym Imm -ICAssign 007763770F 0003 ExportSysSym Imm -ICAssignPostIncDec 00776364BF 0004 ExportSysSym Imm -ICBitOps 0077635A87 0009 ExportSysSym Imm -ICBrBitOps 00776379BF 000A ExportSysSym Imm -ICBuiltInFloatConst 007762F1BF 000F ExportSysSym Imm -ICClassPut 0077612963 0003 ExportSysSym Imm -ICComp 0077635687 0008 ExportSysSym Imm -ICCompAndBranch 00776366CF 000E ExportSysSym Imm -ICCopyTemplate 007763021F 0014 ExportSysSym Imm -ICDeref 007762FEDF 0003 ExportSysSym Imm -ICDerefPostIncDec 00776362C7 0004 ExportSysSym Imm -ICDiv 007763445F 0003 ExportSysSym Imm -ICDivEqu 0077634517 0004 ExportSysSym Imm -ICFAdd 0077632CC7 0003 ExportSysSym Imm -ICFCmp 007763138F 0006 ExportSysSym Imm -ICFCmpAndBranch 007763225F 0006 ExportSysSym Imm -ICFConvert 0077630457 000A ExportSysSym Imm -ICFConvert2 00776305BF 000E ExportSysSym Imm -ICFDiv 0077632C27 0003 ExportSysSym Imm -ICFMod 007763087F 0003 ExportSysSym Imm -ICFModEqu 00776314CF 0003 ExportSysSym Imm -ICFMul 0077632B17 0003 ExportSysSym Imm -ICFOp 0077630C3F 0006 ExportSysSym Imm -ICFOpEqu 00776317FF 0006 ExportSysSym Imm -ICFPostIncDec 00776330FF 0004 ExportSysSym Imm -ICFPow 0077630987 0003 ExportSysSym Imm -ICFPreIncDec 0077632FDF 0004 ExportSysSym Imm -ICFSub 0077632EBF 0003 ExportSysSym Imm -ICFTemplateFun 0077633267 0009 ExportSysSym Imm -ICFUnaryMinus 00776306CF 0003 ExportSysSym Imm -ICF_ALT_TEMPLATE 0x00800000 000C 0000000010 DefineStr -ICF_ARG1_TO_F64 0x00000000 0006 0000000010 DefineStr -ICF_ARG1_TO_INT 0x00000000 0006 0000000010 DefineStr -ICF_ARG1_WAS_STACK 0x00001000 0006 0000000010 DefineStr -ICF_ARG2_TO_F64 0x00000001 0007 0000000010 DefineStr -ICF_ARG2_TO_INT 0x00000002 0007 0000000010 DefineStr -ICF_ARG2_WAS_STACK 0x00002000 0004 0000000010 DefineStr -ICF_BY_VAL 0x00000080 0022 0000000010 DefineStr -ICF_CODE_FINAL 0x00000040 0011 0000000010 DefineStr -ICF_DEL_PREV_INS 0x04000000 0006 0000000010 DefineStr -ICF_DONT_RESTORE 0x10000000 0005 0000000010 DefineStr -ICF_LOCK 0x01000000 0019 0000000010 DefineStr -ICF_NO_RIP 0x02000000 0009 0000000010 DefineStr -ICF_PASS_TRACE 0x00000400 0008 0000000010 DefineStr -ICF_POP_CMP 0x00008000 0015 0000000010 DefineStr -ICF_PREV_DELETED 0x08000000 0006 0000000010 DefineStr -ICF_PUSH_CMP 0x00004000 001E 0000000010 DefineStr -ICF_PUSH_RES 0x00000200 0011 0000000010 DefineStr -ICF_RES_NOT_USED 0x00000020 0013 0000000010 DefineStr -ICF_RES_TO_F64 0x00000000 0031 0000000010 DefineStr -ICF_RES_TO_INT 0x00000000 0021 0000000010 DefineStr -ICF_RES_WAS_STACK 0x00000800 0004 0000000010 DefineStr -ICF_SHORT_JMP 0x00000100 0019 0000000010 DefineStr -ICF_SWAP 0x00010000 000B 0000000010 DefineStr -ICF_USE_F64 0x00000004 0014 0000000010 DefineStr -ICF_USE_INT 0x00000010 0016 0000000010 DefineStr -ICF_USE_UNSIGNED 0x00000008 000C 0000000010 DefineStr -ICFlagBranch 0077636FB7 0006 ExportSysSym Imm -ICG_NO_CONVERT_MASK 0x1FFFFFF0 000B 0000000010 DefineStr -ICLea 007762FD5F 0005 ExportSysSym Imm -ICLocalVarInit 007763921F 0003 ExportSysSym Imm -ICMinMax 007763833F 0006 ExportSysSym Imm -ICMod 0077634787 0003 ExportSysSym Imm -ICModU64 0077638527 0003 ExportSysSym Imm -ICModr1 007762E8A7 0016 ExportSysSym Imm -ICModr2 007762EB5F 0015 ExportSysSym Imm -ICMov 007762F27F 014B ExportSysSym Imm -ICMul 0077633E0F 0003 ExportSysSym Imm -ICMulEqu 00776340B7 0003 ExportSysSym Imm -ICNot 00776352CF 0003 ExportSysSym Imm -ICOpSizeRex 007762E4D7 0005 ExportSysSym Imm -ICOrEqu 00776389A7 0003 ExportSysSym Imm -ICOrOr 00776354A7 0003 ExportSysSym Imm -ICPop 007762EFAF 000B ExportSysSym Imm -ICPopRegs 007762F0B7 000D ExportSysSym Imm -ICPostIncDec 00776360C7 0004 ExportSysSym Imm -ICPreIncDec 0077635EDF 0006 ExportSysSym Imm -ICPush 007762EDD7 001D ExportSysSym Imm -ICPushRegs 007762EF57 0009 ExportSysSym Imm -ICPut 0077612D3B 000A ExportSysSym Imm -ICQueueInit 0077638007 0003 ExportSysSym Imm -ICQueueInsert 0077638087 0003 ExportSysSym Imm -ICQueueInsertRev 0077638197 0003 ExportSysSym Imm -ICQueueRemove 00776382A7 0003 ExportSysSym Imm -ICRex 007762E4A7 0013 ExportSysSym Imm -ICShift 0077634E6F 0006 ExportSysSym Imm -ICShiftEqu 0077634FDF 0004 ExportSysSym Imm -ICSlashOp 007762EC4F 002C ExportSysSym Imm -ICSqr 00776384D7 0004 ExportSysSym Imm -ICSub 0077633AFF 0003 ExportSysSym Imm -ICSwap 007763863F 0003 ExportSysSym Imm -ICSwitch 0077638B97 0004 ExportSysSym Imm -ICTest 007762F16F 000D ExportSysSym Imm -ICTestAndBranch 0077636DDF 0004 ExportSysSym Imm -ICToBool 0077635E6F 0003 ExportSysSym Imm -ICToF64 0077635E2F 0003 ExportSysSym Imm -ICToI64 0077635DEF 0003 ExportSysSym Imm -ICToUpper 0077635D7F 0003 ExportSysSym Imm -ICU16 007762E51F 0085 ExportSysSym Imm -ICU24 007762E54F 0061 ExportSysSym Imm -ICU32 007762E57F 0050 ExportSysSym Imm -ICU64 007762E5AF 000B ExportSysSym Imm -ICU8 007762E477 0062 ExportSysSym Imm -ICUnaries 0077635257 0004 ExportSysSym Imm -ICXorEqu 0077638AA7 0003 ExportSysSym Imm -ICXorXor 0077635597 0003 ExportSysSym Imm -ICZero 007762F10F 0015 ExportSysSym Imm -IC_ABS 0xB3 0007 0000000008 DefineStr -IC_ABS_ADDR 0x0D 0015 0000000008 DefineStr -IC_ABS_I64 0xA9 0007 0000000008 DefineStr -IC_ADD 0x36 001A 0000000008 DefineStr -IC_ADDR 0x20 0009 0000000008 DefineStr -IC_ADDR_IMPORT 0x0E 0006 0000000008 DefineStr -IC_ADD_CONST 0x38 0009 0000000008 DefineStr -IC_ADD_EQU 0x4F 0007 0000000008 DefineStr -IC_ADD_RSP 0x55 0009 0000000008 DefineStr -IC_ADD_RSP1 0x56 0008 0000000008 DefineStr -IC_AND 0x33 0009 0000000008 DefineStr -IC_AND_AND 0x41 000E 0000000008 DefineStr -IC_AND_EQU 0x4C 0007 0000000008 DefineStr -IC_ASM 0x61 0008 0000000008 DefineStr -IC_ASSIGN 0x44 0008 0000000008 DefineStr -IC_ASSIGN_MM 0x46 0006 0000000008 DefineStr -IC_ASSIGN_PP 0x45 0006 0000000008 DefineStr -IC_ATAN 0xB8 0008 0000000008 DefineStr -IC_BODY_SIZE 0x83 0005 0000000008 DefineStr -IC_BR_AND_AND_NOT_ZERO0x9A 0004 0000000008 DefineStr -IC_BR_AND_AND_ZERO 0x99 0004 0000000008 DefineStr -IC_BR_AND_NOT_ZERO 0x96 0006 0000000008 DefineStr -IC_BR_AND_ZERO 0x95 0006 0000000008 DefineStr -IC_BR_BT 0x9D 0008 0000000008 DefineStr -IC_BR_BTC 0xA0 0006 0000000008 DefineStr -IC_BR_BTR 0x9F 0006 0000000008 DefineStr -IC_BR_BTS 0x9E 0006 0000000008 DefineStr -IC_BR_CARRY 0x87 0006 0000000008 DefineStr -IC_BR_EQU_EQU 0x89 000B 0000000008 DefineStr -IC_BR_EQU_EQU2 0x8F 0007 0000000008 DefineStr -IC_BR_GREATER 0x8D 0003 0000000008 DefineStr -IC_BR_GREATER2 0x93 0002 0000000008 DefineStr -IC_BR_GREATER_EQU 0x8C 0003 0000000008 DefineStr -IC_BR_GREATER_EQU2 0x92 0002 0000000008 DefineStr -IC_BR_LESS 0x8B 0003 0000000008 DefineStr -IC_BR_LESS2 0x91 0002 0000000008 DefineStr -IC_BR_LESS_EQU 0x8E 0007 0000000008 DefineStr -IC_BR_LESS_EQU2 0x94 0005 0000000008 DefineStr -IC_BR_MM_NOT_ZERO 0x98 0006 0000000008 DefineStr -IC_BR_MM_ZERO 0x97 0006 0000000008 DefineStr -IC_BR_NOT_BT 0xA1 0008 0000000008 DefineStr -IC_BR_NOT_BTC 0xA4 0006 0000000008 DefineStr -IC_BR_NOT_BTR 0xA3 0006 0000000008 DefineStr -IC_BR_NOT_BTS 0xA2 0006 0000000008 DefineStr -IC_BR_NOT_CARRY 0x88 0006 0000000008 DefineStr -IC_BR_NOT_EQU 0x8A 0005 0000000008 DefineStr -IC_BR_NOT_EQU2 0x90 0002 0000000008 DefineStr -IC_BR_NOT_ZERO 0x86 000E 0000000008 DefineStr -IC_BR_OR_OR_NOT_ZERO0x9C 0004 0000000008 DefineStr -IC_BR_OR_OR_ZERO 0x9B 0004 0000000008 DefineStr -IC_BR_ZERO 0x85 0011 0000000008 DefineStr -IC_BSF 0x7E 0007 0000000008 DefineStr -IC_BSR 0x7F 0007 0000000008 DefineStr -IC_BT 0x77 0009 0000000008 DefineStr -IC_BTC 0x7A 0009 0000000008 DefineStr -IC_BTR 0x79 0009 0000000008 DefineStr -IC_BTS 0x78 0009 0000000008 DefineStr -IC_CALL 0x5C 0009 0000000008 DefineStr -IC_CALL_END 0x06 0015 0000000008 DefineStr -IC_CALL_END2 0x07 0009 0000000008 DefineStr -IC_CALL_EXTERN 0x60 0006 0000000008 DefineStr -IC_CALL_IMPORT 0x5F 0009 0000000008 DefineStr -IC_CALL_INDIRECT 0x5D 0006 0000000008 DefineStr -IC_CALL_INDIRECT2 0x5E 0009 0000000008 DefineStr -IC_CALL_START 0x05 0010 0000000008 DefineStr -IC_CARRY 0x6D 0009 0000000008 DefineStr -IC_CLFLUSH 0x64 0007 0000000008 DefineStr -IC_COM 0x21 0006 0000000008 DefineStr -IC_COS 0xB6 0007 0000000008 DefineStr -IC_DEREF 0x24 0016 0000000008 DefineStr -IC_DEREF_MM 0x26 0005 0000000008 DefineStr -IC_DEREF_PP 0x25 0005 0000000008 DefineStr -IC_DIV 0x31 0007 0000000008 DefineStr -IC_DIV_EQU 0x4A 0006 0000000008 DefineStr -IC_END 0x00 0006 0000000008 DefineStr -IC_END_EXP 0x02 000E 0000000008 DefineStr -IC_ENTER 0x57 0006 0000000008 DefineStr -IC_EQU_EQU 0x3A 000A 0000000008 DefineStr -IC_FS 0x15 0008 0000000008 DefineStr -IC_GET_LABEL 0x12 0007 0000000008 DefineStr -IC_GREATER 0x3E 0005 0000000008 DefineStr -IC_GREATER_EQU 0x3D 0006 0000000008 DefineStr -IC_GS 0x17 0007 0000000008 DefineStr -IC_HEAP_GLOBAL 0x0F 0006 0000000008 DefineStr -IC_HOLYC_TYPECAST 0x1F 0006 0000000008 DefineStr -IC_ICS_NUM 0xBA 0002 0000000008 DefineStr -IC_IMM_F64 0x0B 0037 0000000008 DefineStr -IC_IMM_I64 0x0A 0073 0000000008 DefineStr -IC_INVLPG 0x65 0007 0000000008 DefineStr -IC_IN_U16 0x67 0007 0000000008 DefineStr -IC_IN_U32 0x68 0007 0000000008 DefineStr -IC_IN_U8 0x66 0007 0000000008 DefineStr -IC_JMP 0x51 0013 0000000008 DefineStr -IC_LABEL 0x04 0022 0000000008 DefineStr -IC_LBTC 0x7D 0009 0000000008 DefineStr -IC_LBTR 0x7C 0009 0000000008 DefineStr -IC_LBTS 0x7B 0009 0000000008 DefineStr -IC_LEA 0x19 0011 0000000008 DefineStr -IC_LEAVE 0x5A 0006 0000000008 DefineStr -IC_LESS 0x3C 0006 0000000008 DefineStr -IC_LESS_EQU 0x3F 0008 0000000008 DefineStr -IC_MAX_I64 0xAD 0007 0000000008 DefineStr -IC_MAX_U64 0xAE 0007 0000000008 DefineStr -IC_MIN_I64 0xAB 0007 0000000008 DefineStr -IC_MIN_U64 0xAC 0007 0000000008 DefineStr -IC_MM_ 0x2A 0008 0000000008 DefineStr -IC_MOD 0x32 0006 0000000008 DefineStr -IC_MOD_EQU 0x4B 0006 0000000008 DefineStr -IC_MOD_U64 0xAF 0007 0000000008 DefineStr -IC_MOV 0x1A 001B 0000000008 DefineStr -IC_MOV_FS 0x16 0006 0000000008 DefineStr -IC_MOV_GS 0x18 0006 0000000008 DefineStr -IC_MUL 0x30 000F 0000000008 DefineStr -IC_MUL_EQU 0x49 0006 0000000008 DefineStr -IC_NOBOUND_SWITCH 0x54 0006 0000000008 DefineStr -IC_NOP1 0x01 0015 0000000008 DefineStr -IC_NOP2 0x03 000F 0000000008 DefineStr -IC_NOT 0x22 0008 0000000008 DefineStr -IC_NOT_EQU 0x3B 0005 0000000008 DefineStr -IC_OR 0x34 0006 0000000008 DefineStr -IC_OR_EQU 0x4D 0006 0000000008 DefineStr -IC_OR_OR 0x42 000B 0000000008 DefineStr -IC_OUT_U16 0x6A 0007 0000000008 DefineStr -IC_OUT_U32 0x6B 0007 0000000008 DefineStr -IC_OUT_U8 0x69 0007 0000000008 DefineStr -IC_POP 0x63 0007 0000000008 DefineStr -IC_POPCNT 0xB9 0007 0000000008 DefineStr -IC_POP_REGS 0x59 0006 0000000008 DefineStr -IC_POWER 0x2F 0007 0000000008 DefineStr -IC_PP_ 0x29 0006 0000000008 DefineStr -IC_PUSH 0x62 0007 0000000008 DefineStr -IC_PUSH_CMP 0x40 000A 0000000008 DefineStr -IC_PUSH_REGS 0x58 0007 0000000008 DefineStr -IC_QUEUE_INIT 0x80 0007 0000000008 DefineStr -IC_QUEUE_INSERT 0x81 0007 0000000008 DefineStr -IC_QUEUE_INSERT_REV 0x82 0007 0000000008 DefineStr -IC_QUEUE_REMOVE 0x83 0007 0000000008 DefineStr -IC_RAX_GET 0x6F 0007 0000000008 DefineStr -IC_RAX_SET 0x70 0009 0000000008 DefineStr -IC_RBP 0x13 0005 0000000008 DefineStr -IC_RBP_GET 0x71 0007 0000000008 DefineStr -IC_RBP_SET 0x72 0007 0000000008 DefineStr -IC_RDTSC 0x76 0007 0000000008 DefineStr -IC_REG 0x14 000E 0000000008 DefineStr -IC_RET 0x5B 000B 0000000008 DefineStr -IC_RETURN_VAL 0x08 0007 0000000008 DefineStr -IC_RETURN_VAL2 0x09 0006 0000000008 DefineStr -IC_RFLAGS_GET 0x6C 0007 0000000008 DefineStr -IC_RFLAGS_SET 0x6E 0007 0000000008 DefineStr -IC_RIP 0x75 0006 0000000008 DefineStr -IC_RSP_GET 0x73 0007 0000000008 DefineStr -IC_RSP_SET 0x74 0007 0000000008 DefineStr -IC_SHL 0x2B 0006 0000000008 DefineStr -IC_SHL_CONST 0x2D 000C 0000000008 DefineStr -IC_SHL_EQU 0x47 0007 0000000008 DefineStr -IC_SHR 0x2C 0006 0000000008 DefineStr -IC_SHR_CONST 0x2E 0008 0000000008 DefineStr -IC_SHR_EQU 0x48 0007 0000000008 DefineStr -IC_SIGN_I64 0xAA 0007 0000000008 DefineStr -IC_SIN 0xB5 0007 0000000008 DefineStr -IC_SIZEOF 0x10 0007 0000000008 DefineStr -IC_SQR 0xB2 0008 0000000008 DefineStr -IC_SQRT 0xB4 0007 0000000008 DefineStr -IC_SQR_I64 0xB0 0007 0000000008 DefineStr -IC_SQR_U64 0xB1 0007 0000000008 DefineStr -IC_STRLEN 0x84 0007 0000000008 DefineStr -IC_STR_CONST 0x0C 0008 0000000008 DefineStr -IC_SUB 0x37 000F 0000000008 DefineStr -IC_SUB_CALL 0x52 0009 0000000008 DefineStr -IC_SUB_CONST 0x39 0004 0000000008 DefineStr -IC_SUB_EQU 0x50 0007 0000000008 DefineStr -IC_SWAP_I64 0xA8 0008 0000000008 DefineStr -IC_SWAP_U16 0xA6 0008 0000000008 DefineStr -IC_SWAP_U32 0xA7 0008 0000000008 DefineStr -IC_SWAP_U8 0xA5 0008 0000000008 DefineStr -IC_SWITCH 0x53 0006 0000000008 DefineStr -IC_TAN 0xB7 0007 0000000008 DefineStr -IC_TOUPPER 0x1E 0007 0000000008 DefineStr -IC_TO_BOOL 0x1D 0007 0000000008 DefineStr -IC_TO_F64 0x1C 0007 0000000008 DefineStr -IC_TO_I64 0x1B 0007 0000000008 DefineStr -IC_TYPE 0x11 0004 0000000008 DefineStr -IC_UNARY_MINUS 0x23 0007 0000000008 DefineStr -IC_XOR 0x35 0006 0000000008 DefineStr -IC_XOR_EQU 0x4E 0006 0000000008 DefineStr -IC_XOR_XOR 0x43 0006 0000000008 DefineStr -IC__MM 0x28 0008 0000000008 DefineStr -IC__PP 0x27 0008 0000000008 DefineStr -ICf_DONT_POP_FLOAT0 24 0006 0000000008 DefineStr -ICf_DONT_PUSH_FLOAT021 0009 0000000008 DefineStr -ICf_LOCK 28 0004 0000000008 DefineStr -IDEATABlkSel 0000023C22 0002 ExportSysSym Imm -IDEATACmd 0000023EEA 000E ExportSysSym Imm -IDEATAGetDevId 00000242FA 0004 ExportSysSym Imm -IDEATAGetRes 0000023F2A 0005 ExportSysSym Imm -IDEATANop 0000023E6A 0002 ExportSysSym Imm -IDEATAPIClose 0000024AA2 0005 ExportSysSym Imm -IDEATAPIReadCapacity0000024712 0002 ExportSysSym Imm -IDEATAPIReadTrackInfo0000024842 0002 ExportSysSym Imm -IDEATAPISeek 0000024192 0004 ExportSysSym Imm -IDEATAPISetMaxSpeed 00000240E2 0002 ExportSysSym Imm -IDEATAPIStartStop 0000024242 0003 00000000B2 Funct -IDEATAPISync 00000249D2 0006 ExportSysSym Imm -IDEATAPIWriteBlks 0000024B52 0003 ExportSysSym Imm -IDEATAPIWritePacketWord0000024082 000B ExportSysSym Imm -IDEATAProbe 0000024952 0004 000000007F Funct -IDEATAReadNativeMax 000002441A 0002 ExportSysSym Imm -IDEATAWaitDRQ 0000023DEA 0005 ExportSysSym Imm -IDEATAWaitNotBUSY 0000023D6A 0013 ExportSysSym Imm -IDIV 00775F4948 0000 OpCode -IDTET_IRQ 0x0E 0005 0000000008 DefineStr -IDTET_TASK 0x05 0002 0000000008 DefineStr -IDTET_TRAP 0x0F 0002 0000000008 DefineStr -IEF_48_REX 0x040 000A 0000000008 DefineStr -IEF_DEFAULT 0x010 0004 0000000008 DefineStr -IEF_DONT_SWITCH_MODES0x008 0004 0000000008 DefineStr -IEF_ENDING_ZERO 0x400 0005 0000000008 DefineStr -IEF_GOTO_LABEL 1 0006 0000000008 DefineStr -IEF_IMM_NOT_REL 1 0005 0000000008 DefineStr -IEF_NOT_IN_64_BIT 0x020 0006 0000000008 DefineStr -IEF_OP_SIZE16 0x001 0006 0000000008 DefineStr -IEF_OP_SIZE32 0x002 0008 0000000008 DefineStr -IEF_PLUS_OPCODE 0x004 0007 0000000008 DefineStr -IEF_REX_ONLY_R8_R15 0x080 0007 0000000008 DefineStr -IEF_REX_XOR_LIKE 0x100 0006 0000000008 DefineStr -IEF_STI_LIKE 0x200 000B 0000000008 DefineStr -IET_ABS_ADDR 20 0008 0000000008 DefineStr -IET_CODE_HEAP 21 0007 0000000008 DefineStr -IET_DATA_HEAP 23 0008 0000000008 DefineStr -IET_END 0 0003 0000000008 DefineStr -IET_IMM32_EXPORT 17 0007 0000000008 DefineStr -IET_IMM64_EXPORT 19 0008 0000000008 DefineStr -IET_IMM_I64 11 000F 0000000008 DefineStr -IET_IMM_U0 3 0005 0000000008 DefineStr -IET_IMM_U16 7 0006 0000000008 DefineStr -IET_IMM_U32 9 0007 0000000008 DefineStr -IET_IMM_U8 5 0007 0000000008 DefineStr -IET_MAIN 25 0006 0000000008 DefineStr -IET_REL32_EXPORT 16 0007 0000000008 DefineStr -IET_REL64_EXPORT 18 0005 0000000008 DefineStr -IET_REL_I0 2 000C 0000000008 DefineStr -IET_REL_I16 6 0009 0000000008 DefineStr -IET_REL_I32 8 000A 0000000008 DefineStr -IET_REL_I64 10 0008 0000000008 DefineStr -IET_REL_I8 4 0008 0000000008 DefineStr -IET_ZEROED_CODE_HEAP22 0007 0000000008 DefineStr -IET_ZEROED_DATA_HEAP24 0007 0000000008 DefineStr -IMPORT 0000000055 0002 AsmKeyWord -IMUL 00775F4B60 0000 OpCode -IMUL2 00775F4A58 000B OpCode -IN 00775F3950 0001 OpCode -INC 00775F4E28 0037 OpCode -INS 00775F38D8 0000 OpCode -INSB 00775F3898 0000 OpCode -INSD 00775F37E8 0000 OpCode -INSW 00775F3840 0000 OpCode -INT 00775F3660 0027 OpCode -INT3 00775F3738 0000 OpCode -INTO 00775F3790 0000 OpCode -INT_FAULT 000000F997 0003 ExportSysSym Imm -INT_FAULT_ERR_CODE_BITMAP000000FA1A 0003 ExportSysSym Imm -INT_MP_CRASH_ADDR 000000F8ED 0003 ExportSysSym Imm -INT_WAKE 000000F8F1 0003 ExportSysSym Imm -INVALID_CLUS (-1) 0013 0000000008 DefineStr -INVALID_PTR I64_MAX 0026 0000000008 DefineStr -INVD 00775F3620 0000 OpCode -INVLPG 00775EDFC8 0000 OpCode -IOAPICARB 0x02 0002 0000000008 DefineStr -IOAPICID 0x00 0002 0000000008 DefineStr -IOAPICVER 0x01 0002 0000000008 DefineStr -IOAPIC_DATA 0xFEC00010 0002 0000000010 DefineStr -IOAPIC_REG 0xFEC00000 0002 0000000010 DefineStr -IOREDTAB 0x10 0002 0000000008 DefineStr -IRET 00775F35C8 0004 OpCode -IRQKbd 000001A743 0003 ExportSysSym Imm -IRQMouseHard 000001B083 0003 ExportSysSym Imm -IRQ_TIMER 000000F90C 0003 ExportSysSym Imm -ISOInit 000002FB78 0004 ExportSysSym Imm -ISOT_BOOT_RECORD 0 0006 0000000008 DefineStr -ISOT_PRI_VOL_DESC 1 0005 0000000008 DefineStr -ISOT_SUPPLEMENTARY_DESC2 0006 0000000008 DefineStr -ISOT_TERMINATOR 255 0006 0000000008 DefineStr -ISOT_VOL_DRIVE_DESC 3 0002 0000000008 DefineStr -IST_ASSIGN 2 0016 0000000008 DefineStr -IST_CMP 3 0009 0000000008 DefineStr -IST_DEREF 1 000D 0000000008 DefineStr -IST_NULL 0 0099 0000000008 DefineStr -IS_0_ARG 0 0035 0000000008 DefineStr -IS_1_ARG 1 0039 0000000008 DefineStr -IS_2_ARG 2 005B 0000000008 DefineStr -IS_V_ARG 3 0008 0000000008 DefineStr -I_BPT 0x03 0003 0000000008 DefineStr -I_DEBUG 0x32 0006 0000000008 DefineStr -I_DIV_ZERO 0x00 0003 0000000008 DefineStr -I_MP_CRASH 0x30 0005 0000000008 DefineStr -I_NMI 0x02 0003 0000000008 DefineStr -I_PAGE_FAULT 0x0E 0003 0000000008 DefineStr -I_SINGLE_STEP 0x01 0002 0000000008 DefineStr -I_TIMER 0x20 0004 0000000008 DefineStr -I_USER 0x40 0002 0000000008 DefineStr -I_WAKE 0x31 0006 0000000008 DefineStr -In 000001EA5B 000F 0000000065 Funct Public -InCharGet 00766D24A0 0001 000000015A Funct Public -InFile 000001E9EB 0008 000000006B Funct Public -InGetStr 00766D7358 0001 00000000C2 Funct Public -InKeyGet 0076738AD8 0001 00000000F0 Funct Public -InPrint 00766FB0F0 0001 0000000064 Funct Public -InSetMouse 00766D37B0 0001 00000000DE Funct Public -InSetMousePlot 00766F1C28 0003 0000000046 Funct -InStr 000001E983 000B 0000000068 Funct Public -InU16 0000000067 0004 Funct Public -InU32 0000000068 0003 Funct Public -InU8 0000000066 0028 Funct Public -InUntilChar 00766EDAE0 0001 000000004D Funct Public -InUntilKey 00766EE058 0001 000000004D Funct Public -InView 00766F1038 0001 000000001E Funct Public -InputFilterTask 000001BC63 0004 000000016F Funct -InsertNote 00766AE260 0025 0000000112 Funct -InstEntriesCompare 0077616B08 0004 ExportSysSym Imm -InstEntryFind 0077616D60 0004 ExportSysSym Imm -IntCore0TimerHandler0000015F0E 0003 ExportSysSym Imm -IntDivZero 000000FC0A 0003 ExportSysSym Imm -IntEntryAlloc 000000FB02 0003 000000003C Funct Public -IntEntryFree 000000FB42 0003 000000003B Funct Public -IntEntryGet 000000FA3A 0004 0000000040 Funct Public -IntEntrySet 000000FA7A 000D 0000000088 Funct Public -IntFaultHandlersNew 000000FCCA 0003 ExportSysSym Imm -IntInit1 000000FD32 0004 ExportSysSym Imm -IntInit2 000000FDA2 0003 ExportSysSym Imm -IntMPCrash 0000020092 0003 ExportSysSym Imm -IntNop 000000FBCA 0003 ExportSysSym Imm -IntPICInit 000000FB82 0003 ExportSysSym Imm -InvalidatePage 0000000065 0004 Funct Public -IsDebugMode 0000016706 0011 0000000013 Funct Public -IsDir 000002E3D8 000C 000000007A Funct Public -IsDotC 0000020EFA 0004 0000000067 Funct Public -IsEditableText 00769135D0 0027 0000000031 Funct -IsInHeap 00773A7028 0001 000000006A Funct Public -IsInHeapCtrl 00773B2628 000A 000000007E Funct Public -IsLexExpression2Bin 0077621806 0007 0000000029 Funct Public -IsMute 000001658E 0004 0000000013 Funct Public -IsPixCovered0 007732A1C3 0023 Funct Public -IsRaw 0000016676 0022 0000000026 Funct Public -IsSilent 00000165CE 0004 000000001C Funct Public -IsSingleUser 00000166C6 0006 0000000013 Funct Public -IsSuspended 000001CA73 0003 0000000035 Funct Public -IsSysDebug 0000016616 0003 0000000013 Funct Public -JA 00775F56E0 000A OpCode -JAE 00775F5B08 000A OpCode -JB 00775F5C70 0012 OpCode -JBE 00775F57D0 0000 OpCode -JC 00775F5C10 0013 OpCode -JCXZ 00775F4F80 0001 OpCode -JE 00775F59B0 000F OpCode -JECXZ 00775F4F40 0000 OpCode -JG 00775F5050 000F OpCode -JGE 00775F5230 0014 OpCode -JIFFY_FREQ 1000 0016 0000000008 DefineStr -JL 00775F5320 000B OpCode -JLE 00775F5140 000C OpCode -JMP 00775F5DD8 004D OpCode -JNA 00775F5770 0000 OpCode -JNAE 00775F5B98 0000 OpCode -JNB 00775F5AA8 0000 OpCode -JNBE 00775F5680 0000 OpCode -JNC 00775F7A70 000B OpCode -JNE 00775F58C0 0019 OpCode -JNG 00775F50E0 0000 OpCode -JNGE 00775F52C0 0000 OpCode -JNL 00775F51D0 0000 OpCode -JNLE 00775F4FF0 0000 OpCode -JNO 00775F5CE8 0000 OpCode -JNP 00775F5410 0000 OpCode -JNS 00775F5578 000C OpCode -JNZ 00775F5860 0038 OpCode -JO 00775F5D60 0000 OpCode -JOBCf_LOCKED 0 0023 0000000008 DefineStr -JOBT_CALL 3 0006 0000000008 DefineStr -JOBT_EXE_STR 2 0004 0000000008 DefineStr -JOBT_MESSAGE 1 0006 0000000008 DefineStr -JOBT_SPAWN_TASK 4 0004 0000000008 DefineStr -JOBT_TEXT_INPUT 0 0004 0000000008 DefineStr -JOBf_ADD_TO_QUE 8 000A 0000000008 DefineStr -JOBf_DISPATCHED 6 0005 0000000008 DefineStr -JOBf_DONE 5 0007 0000000008 DefineStr -JOBf_DONT_FILTER 3 0010 0000000008 DefineStr -JOBf_EXIT_ON_COMPLETE2 0008 0000000008 DefineStr -JOBf_FOCUS_MASTER 1 0012 0000000008 DefineStr -JOBf_FREE_ON_COMPLETE7 000E 0000000008 DefineStr -JOBf_HIGHEST_PRIORITY4 0004 0000000008 DefineStr -JOBf_WAKE_MASTER 0 0014 0000000008 DefineStr -JP 00775F5500 0000 OpCode -JPE 00775F54A0 0000 OpCode -JPO 00775F53B0 0000 OpCode -JRCXZ 00775F4EE8 0000 OpCode -JS 00775F55F0 0019 OpCode -JZ 00775F5950 004D OpCode -JobCtrlInit 000001D923 0004 ExportSysSym Imm -JobDel 000001D8C3 000F 000000001D Funct Public -JobQueue 000001FB72 0006 0000000104 Funct Public -JobQueueDel 000001D8E3 0007 ExportSysSym Imm -JobResGet 000001DE5B 0003 000000007E Funct Public -JobResScan 000001DD93 0012 00000000C8 Funct Public -JobRunOne 000001E053 0004 ExportSysSym Imm -JobsHandler 000001E3EB 0008 000000009E Funct Public -KBDC_DISABLE_MS 0xA7 0003 0000000008 DefineStr -KBDC_ENABLE_KBD 0xAE 0002 0000000008 DefineStr -KBDC_ENABLE_MS 0xA8 0003 0000000008 DefineStr -KBDC_LED 0xED 0002 0000000008 DefineStr -KBDC_SCAN_CODES 0xF0 0002 0000000008 DefineStr -KBDC_TYPEMATIC 0xF3 0002 0000000008 DefineStr -KBD_CTRL 0x64 0014 0000000008 DefineStr -KBD_PORT 0x60 000E 0000000008 DefineStr -KDDocPutKey 0076758A20 0003 0000000036 Funct -KDDocPutS 00767600D8 0003 000000003A Funct -KDF_HAS_DESCS 1 0004 0000000008 DefineStr -KDInputFilterPutKey 00000187F6 0003 ExportSysSym Imm -KDInputFilterPutS 000001882E 0003 ExportSysSym Imm -KDRawPutKey 000001878E 0003 ExportSysSym Imm -KDRawPutS 00000187B6 0003 ExportSysSym Imm -KERNEL_BIN_C \"Kernel.B 000D 0000000010 DefineStr -KERNEL_BIN_C \"Kernel.B 0005 0000000010 DefineStr -KERNEL_MODULE_NAME \"/Kernel/ 0005 0000000018 DefineStr -KMCompare 00773D0A28 0003 000000004C Funct -KMComparePrepare 00773A3210 0005 00000000B8 Funct -KMain 0000031CD8 0003 ExportSysSym Imm -KW_ARGPOP 46 0002 0000000008 DefineStr -KW_ASM 16 0004 0000000008 DefineStr -KW_ASSERT 34 0002 0000000008 DefineStr -KW_BREAK 19 0002 0000000008 DefineStr -KW_CASE 23 0007 0000000008 DefineStr -KW_CATCH 3 0006 0000000008 DefineStr -KW_CLASS 4 0006 0000000008 DefineStr -KW_DEFAULT 24 0007 0000000008 DefineStr -KW_DEFINE 1 0002 0000000008 DefineStr -KW_DEFINED 43 0002 0000000008 DefineStr -KW_DO 15 0006 0000000008 DefineStr -KW_ELSE 7 000C 0000000008 DefineStr -KW_END 22 0008 0000000008 DefineStr -KW_ENDIF 33 0008 0000000008 DefineStr -KW_EXE 18 0002 0000000008 DefineStr -KW_EXTERN 10 0002 0000000008 DefineStr -KW_FOR 8 0004 0000000008 DefineStr -KW_GOTO 17 0002 0000000008 DefineStr -KW_HASERRCODE 45 0002 0000000008 DefineStr -KW_HELP_FILE 40 0002 0000000008 DefineStr -KW_HELP_INDEX 39 0002 0000000008 DefineStr -KW_IF 6 000D 0000000008 DefineStr -KW_IFAOT 31 0008 0000000008 DefineStr -KW_IFDEF 29 0008 0000000008 DefineStr -KW_IFJIT 32 0008 0000000008 DefineStr -KW_IFNDEF 30 0008 0000000008 DefineStr -KW_IMPORT 27 0002 0000000008 DefineStr -KW_INCLUDE 0 0002 0000000008 DefineStr -KW_INTERRUPT 44 0002 0000000008 DefineStr -KW_KWS_NUM 89 0002 0000000008 DefineStr -KW_LASTCLASS 37 0002 0000000008 DefineStr -KW_LOCK 42 0004 0000000008 DefineStr -KW_NOARGPOP 47 0002 0000000008 DefineStr -KW_NOREG 36 0003 0000000008 DefineStr -KW_NO_WARN 38 0002 0000000008 DefineStr -KW_OFFSET 26 0002 0000000008 DefineStr -KW_PUBLIC 25 0002 0000000008 DefineStr -KW_REG 35 0003 0000000008 DefineStr -KW_RETURN 12 0002 0000000008 DefineStr -KW_SIZEOF 13 0002 0000000008 DefineStr -KW_START 21 0007 0000000008 DefineStr -KW_STATIC 41 0002 0000000008 DefineStr -KW_SWITCH 20 0004 0000000008 DefineStr -KW_TRY 5 0004 0000000008 DefineStr -KW_UNION 2 0008 0000000008 DefineStr -KW_WHILE 9 0007 0000000008 DefineStr -KW__EXTERN 11 0002 0000000008 DefineStr -KW__IMPORT 28 0002 0000000008 DefineStr -KW__INTERN 14 0002 0000000008 DefineStr -KbdBuildSC 000001A253 0005 ExportSysSym Imm -KbdCmdFlush 00000193EB 0008 ExportSysSym Imm -KbdCmdRead 0000019383 0007 ExportSysSym Imm -KbdCmdSend 000001930B 0018 ExportSysSym Imm -KbdHandler 000001A843 0003 ExportSysSym Imm -KbdInit 000001A79B 0004 000000009D Funct -KbdLEDsSet 000001943B 0004 ExportSysSym Imm -KbdMessagesQueue 000001A973 0006 0000000081 Funct -KbdMouseCmdAck 00000194D3 0007 ExportSysSym Imm -KbdMouseEventTime 000001A9FB 000E 0000000026 Funct Public -KbdMouseHandler 000001B9F3 0006 00000000D9 Funct -KbdMouseInit 000001BAD3 0004 0000000189 Funct -KbdMouseReset 000001B88B 0006 ExportSysSym Imm -KbdMouseTimeCB 0076703ED0 0003 0000000040 Funct -KbdPacketRead 000001A63B 0004 ExportSysSym Imm -KbdTypeMatic 000001958B 0006 0000000073 Funct Public -KeyDescSet 0000018686 00EE 0000000051 Funct Public -KeyDevAdd 0000018706 000A 0000000084 Funct Public -KeyDevInit 0000018ACE 0003 ExportSysSym Imm -KeyDevRemove 00000186DE 0004 0000000022 Funct Public -KeyGet 000001C07B 0016 0000000156 Funct Public -KeyMap 00773A1268 0001 00000000AB Funct Public -KeyMapCtrlAltFamily 007740EE28 0006 00000001AB Funct -KeyMapFamily 00773BAD78 0010 00000000EF Funct -KeyMapFamily2 00773D2C28 0007 00000000FA Funct -KeyMapKeyMStrPrint 00773A57E8 0005 0000000164 Funct -KeyMapKeyPrint 00773AA8E0 000B 0000000055 Funct -KeyScan 000001BFE3 000B 0000000093 Funct Public -Kill 000001C953 0025 00000000C8 Funct Public -LAHF 00775F3570 0000 OpCode -LAPICF_APIC_ENABLED 0x100 0003 0000000008 DefineStr -LAPIC_APIC_ID (LAPIC_BAS 0003 0000000018 DefineStr -LAPIC_APIC_VERSION (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_ARBITRATION_PRIORITY(LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_BASE 0xFEE00000 0017 0000000010 DefineStr -LAPIC_DFR (LAPIC_BAS 0003 0000000018 DefineStr -LAPIC_EOI (LAPIC_BAS 0006 0000000018 DefineStr -LAPIC_ICR_HIGH (LAPIC_BAS 0003 0000000018 DefineStr -LAPIC_ICR_LOW (LAPIC_BAS 000A 0000000018 DefineStr -LAPIC_IRR (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_ISR (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LDR (LAPIC_BAS 0003 0000000018 DefineStr -LAPIC_LOG_DST (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LVT_ERR (LAPIC_BAS 0004 0000000018 DefineStr -LAPIC_LVT_LINT0 (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LVT_LINT1 (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LVT_PERF (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LVT_THERMAL (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_LVT_TIMER (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_PROCESSOR_PRIORITY(LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_SVR (LAPIC_BAS 0003 0000000018 DefineStr -LAPIC_TASK_PRIORITY (LAPIC_BAS 0002 0000000018 DefineStr -LAPIC_TMR (LAPIC_BAS 0002 0000000018 DefineStr -LAR 00775F34E0 0000 OpCode -LBEqual 000000ADF6 0036 Funct Public -LBtc 000000007D 0004 Funct Public -LBtr 000000007C 00DC Funct Public -LBts 000000007B 0117 Funct Public -LDF_JUST_LOAD 2 0003 0000000008 DefineStr -LDF_NO_ABSS 1 0004 0000000008 DefineStr -LDF_SILENT 4 0005 0000000008 DefineStr -LEA 00775F3468 0014 OpCode -LEAVE 00775F3428 0009 OpCode -LFBFlush 0000015D76 0021 000000000F Funct Public -LFSF_DEFINE 2 0005 0000000008 DefineStr -LFSF_DOC 1 000A 0000000008 DefineStr -LGDT 00775F3398 0002 OpCode -LIDT 00775F32A8 0001 OpCode -LIST 0000000056 0000 AsmKeyWord -LK_ADDR 11 0005 0000000008 DefineStr -LK_BIBLE_FIND 8 000F 0000000008 DefineStr -LK_DEF 9 0009 0000000008 DefineStr -LK_DOC 12 000F 0000000008 DefineStr -LK_DOC_ANCHOR 13 0007 0000000008 DefineStr -LK_DOC_FIND 14 0007 0000000008 DefineStr -LK_DOC_LINE 15 0011 0000000008 DefineStr -LK_FILE 0 000D 0000000008 DefineStr -LK_FILE_ANCHOR 1 000B 0000000008 DefineStr -LK_FILE_FIND 2 000B 0000000008 DefineStr -LK_FILE_LINE 3 000F 0000000008 DefineStr -LK_HELP_INDEX 10 0009 0000000008 DefineStr -LK_MAN_PAGE 4 0005 0000000008 DefineStr -LK_PLACE_ANCHOR 16 0005 0000000008 DefineStr -LK_PLAIN 5 0007 0000000008 DefineStr -LK_PLAIN_FIND 6 0009 0000000008 DefineStr -LK_PLAIN_LINE 7 000D 0000000008 DefineStr -LLDT 00775F31D8 0000 OpCode -LMF_EXACT 2 0004 0000000008 DefineStr -LMF_IGNORE_CASE 1 000E 0000000008 DefineStr -LMSW 00775F3108 0000 OpCode -LOCK 00775F3050 0017 OpCode -LODSB 00775F2FF8 0011 OpCode -LODSD 00775F2F48 0003 OpCode -LODSQ 00775F2EF0 0002 OpCode -LODSW 00775F2FA0 0000 OpCode -LOOP 00775F2E80 0014 OpCode -LOOPE 00775F2E28 0000 OpCode -LOOPNE 00775F2D78 0000 OpCode -LOOPNZ 00775F2D38 0000 OpCode -LOOPZ 00775F2DE8 0000 OpCode -LSL 00775F2CA8 0000 OpCode -LTBLUE 9 000B 0000000008 DefineStr -LTCYAN 11 0005 0000000008 DefineStr -LTGRAY 7 0011 0000000008 DefineStr -LTGREEN 10 000F 0000000008 DefineStr -LTPURPLE 13 0004 0000000008 DefineStr -LTR 00775F2C50 0001 OpCode -LTRED 12 0011 0000000008 DefineStr -LXchgI64 000000AF18 0003 Funct Public -LXchgU16 000000AF3E 0002 Funct Public -LXchgU32 000000AF2C 0002 Funct Public -LXchgU8 000000AF53 0002 Funct Public -LastDayOfMon 00000118E2 0004 0000000055 Funct Public -LastDayOfYear 0000011982 0004 000000004B Funct Public -LastFun 007762338E 0006 Funct Public -LeftClickCtrlBttn 00766EC5F8 0003 0000000039 Funct -LeftClickHWinScroll 00766DB3B0 0003 000000009F Funct -LeftClickTermBttn 0076648128 0003 0000000021 Funct -LeftClickVWinScroll 00766DAA28 0003 000000009F Funct -LeftClickViewAngles 007671BE10 0003 00000000C7 Funct -Letter2BlkDev 0000025FBA 0023 000000003C Funct Public -Letter2BlkDevType 0000026582 000E 0000000083 Funct Public -Letter2Drive 000002660A 0032 0000000084 Funct Public -Letter2Letter 0000026522 0011 0000000059 Funct Public -Lex 0000000000 0001 NULL -Lex 0077614CE0 017C 00000018B0 Funct Public -LexAttachDoc 0077614878 000C 0000000143 Funct Public -LexBackupLastChar 00776131B3 0005 ExportSysSym Imm -LexCharGet 0077613D60 0036 0000000908 Funct Public -LexD2I32 007762355F 001F 00000000A6 Funct Public -LexD3I32 0077623607 0009 00000000D9 Funct Public -LexDocRead 00776147E8 0003 ExportSysSym Imm -LexDollar 0077613CE8 0005 ExportSysSym Imm -LexExcept 007761276B 0102 00000000E2 Funct Public -LexExpression 00776218E6 0010 000000003F Funct Public -LexExpression2Bin 007762176E 0009 0000000093 Funct Public -LexExpressionF64 007762188E 0007 0000000054 Funct Public -LexExpressionI64 0077621836 0034 0000000054 Funct Public -LexExtStr 00776138FB 0018 00000000EC Funct Public -LexFilePop 0077613A4B 0004 ExportSysSym Imm -LexFilePush 00776139EB 0005 ExportSysSym Imm -LexFirstRemove 0077614698 0007 00000000BC Funct Public -LexInStr 00776149C0 0003 ExportSysSym Imm -LexIncludeStr 0077614758 0005 ExportSysSym Imm -LexPopNoRestore 00776132C3 0016 000000002B Funct Public -LexPopRestore 0077613253 0007 000000006E Funct Public -LexPush 00776131FB 0012 0000000053 Funct Public -LexPutLine 007761251B 0006 000000009C Funct Public -LexPutPos 00776125BB 0006 00000000CC Funct Public -LexPutToken 00776123EB 0004 000000012B Funct Public -LexSkipEol 0077614668 0007 000000002B Funct Public -LexStatement2Bin 0000000000 0001 NULL -LexStatement2Bin 007762391F 0005 0000000141 Funct Public -LexWarn 007761268B 000F 00000000D9 Funct Public -Line 0076BD9EA8 0022 0000000357 Funct Public -LineRep 0076493B00 0009 000000011F Funct Public -LineRep1 0076644AB0 0005 0000000076 Funct -LineRep2 0076561040 0005 00000000BA Funct -LinkCheck 0076562358 0001 00000001B9 Funct Public -LinkCheckDoc 00766C1660 0003 0000000162 Funct -LinkCheckFile 0076519A28 0003 0000000040 Funct -LinkedListCopy 000000FE7A 0003 0000000047 Funct Public -LinkedListCount 000000FEC2 0011 0000000026 Funct Public -LinkedListDel 000000FE52 000E 0000000027 Funct Public -LinkedListSize 000000FEEA 0006 000000002C Funct Public -ListMatch 000000B9A4 000E 0000000128 Funct Public -ListSub 000000B944 000C 0000000059 Funct Public -Ln 000000ACD6 0004 Funct Public -Load 00000112A2 0004 00000001E6 Funct -LoadDocDefines 007663EA28 0007 0000000400 Funct -LoadKernel 000001148A 0003 ExportSysSym Imm -LoadOneImport 0000010CCA 0004 ExportSysSym Imm -LoadPass1 0000010F22 0004 ExportSysSym Imm -LoadPass2 00000111F2 0003 ExportSysSym Imm -Log10 000000ACAA 0008 Funct Public -Log2 000000ACC0 0003 Funct Public -LongLines 007656AE80 0001 00000000CE Funct Public -LongLinesFile 0076482020 0003 0000000090 Funct -LowPass1 00773B6470 0003 000000004C Funct -MAlloc 000000DC46 0189 Funct Public -MAllocAligned 000000E01C 0006 0000000075 Funct Public -MAllocIdent 000000DFAC 0034 000000004A Funct Public -MBR_PT_FAT12 0x01 0002 0000000008 DefineStr -MBR_PT_FAT32a 0x0B 0004 0000000008 DefineStr -MBR_PT_FAT32b 0x0C 0003 0000000008 DefineStr -MBR_PT_FAT32c 0x1B 0003 0000000008 DefineStr -MBR_PT_FAT32d 0x1C 0003 0000000008 DefineStr -MBR_PT_FAT32e 0x8B 0003 0000000008 DefineStr -MBR_PT_FAT32f 0x8C 0003 0000000008 DefineStr -MBR_PT_NTFS 0x07 0003 0000000008 DefineStr -MBR_PT_REDSEA 0x88 0008 0000000008 DefineStr -MBS_UNUSED_SIGNATURE_VAL'MBUn' 0005 0000000008 DefineStr -MBS_USED_SIGNATURE_VAL'MBUs' 0004 0000000008 DefineStr -MDF_DISP 0x0800 0074 0000000008 DefineStr -MDF_IMM 0x0200 0056 0000000008 DefineStr -MDF_NULL 0x0000 000D 0000000008 DefineStr -MDF_REG 0x0400 01B2 0000000008 DefineStr -MDF_RIP_DISP32 0x2000 0018 0000000008 DefineStr -MDF_SIB 0x1000 0038 0000000008 DefineStr -MDF_STACK 0x0100 002B 0000000008 DefineStr -MDG_DISP_SIB_RIP (MDF_DISP 0017 0000000028 DefineStr -MDG_MASK 0xFF00 0049 0000000008 DefineStr -MDG_REG_DISP_SIB (MDF_REG 0007 0000000020 DefineStr -MDG_REG_DISP_SIB_RIP(MDF_REG 000E 0000000020 DefineStr -MDf_DISP 11 0008 0000000008 DefineStr -MDf_IMM 9 0005 0000000008 DefineStr -MDf_REG 10 0009 0000000008 DefineStr -MDf_RIP_DISP32 13 0008 0000000008 DefineStr -MDf_SIB 12 0008 0000000008 DefineStr -MDf_STACK 8 0008 0000000008 DefineStr -MEM_1GIG_NUM 00000098A8 000A ExportSysSym Imm -MEM_2MEG_NUM 00000098A0 0009 ExportSysSym Imm -MEM_512GIG_NUM 00000098B0 0009 ExportSysSym Imm -MEM_BOOT_BASE 0000007C3C 0007 ExportSysSym Imm -MEM_DEFAULT_STACK (MEM_PAG_S 0004 0000000018 DefineStr -MEM_E801 0000007C40 000A ExportSysSym Imm -MEM_E820 0000007C44 000A ExportSysSym Imm -MEM_E820_ENTRIES_NUM48 0006 0000000008 DefineStr -MEM_E820t_ACPI 3 0005 0000000008 DefineStr -MEM_E820t_ACPI_NVS 4 0005 0000000008 DefineStr -MEM_E820t_BAD_MEM 5 0005 0000000008 DefineStr -MEM_E820t_PERM_MEM 7 0005 0000000008 DefineStr -MEM_E820t_RESERVED 2 0005 0000000008 DefineStr -MEM_E820t_USABLE 1 0007 0000000008 DefineStr -MEM_EXECUTIVE_STACK (MEM_PAG_S 0003 0000000018 DefineStr -MEM_EXTRA_HASH2_PAGS2 0006 0000000008 DefineStr -MEM_FREE_PAG_HASH_SIZE0x100 0007 0000000008 DefineStr -MEM_HEAP_BASE 0000009880 0006 ExportSysSym Imm -MEM_HEAP_HASH_SIZE 1024 000D 0000000008 DefineStr -MEM_HEAP_LIMIT 0000009888 0006 ExportSysSym Imm -MEM_INTERRUPT_STACK (MEM_PAG_S 0005 0000000018 DefineStr -MEM_MAPPED_SPACE 0000009898 0006 ExportSysSym Imm -MEM_MIN_MEG 256 0008 0000000008 DefineStr -MEM_PAGE_SIZE 0000009890 0008 ExportSysSym Imm -MEM_PAG_BITS 9 001A 0000000008 DefineStr -MEM_PAG_SIZE (1 << MEM_ 000B 0000000018 DefineStr -MEM_PHYSICAL_SPACE 0000008004 0008 ExportSysSym Imm -MEM_PML2 00000098B8 000A ExportSysSym Imm -MEM_PML3 00000098C0 000A ExportSysSym Imm -MEM_PML4 00000098C8 0008 ExportSysSym Imm -MEM_SYSTEM_STACK (MEM_PAG_S 0003 0000000018 DefineStr -MESH_WORKSPACE_SIZE 4000 0009 0000000008 DefineStr -MESSAGE_CMD 1 000A 0000000008 DefineStr -MESSAGE_KEY_DOWN 2 006E 0000000008 DefineStr -MESSAGE_KEY_DOWN_UP -2\t 000E 0000000008 DefineStr -MESSAGE_KEY_UP 3 000D 0000000008 DefineStr -MESSAGE_MS_L_DOWN 5 0030 0000000008 DefineStr -MESSAGE_MS_L_DOWN_UP-5\t 0002 0000000008 DefineStr -MESSAGE_MS_L_D_DOWN 7 0006 0000000008 DefineStr -MESSAGE_MS_L_D_DOWN_UP-7\t 0002 0000000008 DefineStr -MESSAGE_MS_L_D_UP 8 0008 0000000008 DefineStr -MESSAGE_MS_L_UP 6 006C 0000000008 DefineStr -MESSAGE_MS_MOVE 4 0038 0000000008 DefineStr -MESSAGE_MS_R_DOWN 9 0016 0000000008 DefineStr -MESSAGE_MS_R_DOWN_UP-9\t 0002 0000000008 DefineStr -MESSAGE_MS_R_D_DOWN 11 0006 0000000008 DefineStr -MESSAGE_MS_R_D_DOWN_UP-11 0002 0000000008 DefineStr -MESSAGE_MS_R_D_UP 12 0008 0000000008 DefineStr -MESSAGE_MS_R_UP 10 0026 0000000008 DefineStr -MESSAGE_NULL 0 0004 0000000008 DefineStr -MGFind 007655F680 0003 0000000039 Funct -MHeapCtrl 000000DF11 000B Funct Public -MLF_DEFAULT_AVAILABLE1 0008 0000000008 DefineStr -MLF_DOT_DOT_DOT 16 0005 0000000008 DefineStr -MLF_FUN 8 0007 0000000008 DefineStr -MLF_LASTCLASS 2 0005 0000000008 DefineStr -MLF_NO_UNUSED_WARN 32 0005 0000000008 DefineStr -MLF_STATIC 64 0004 0000000008 DefineStr -MLF_STR_DEFAULT_AVAILABLE4 0009 0000000008 DefineStr -MLMF_IS_STR 1 0005 0000000008 DefineStr -MM0 0000000700 0000 Reg -MM1 0000000701 0000 Reg -MM2 0000000702 0000 Reg -MM3 0000000703 0000 Reg -MM4 0000000704 0000 Reg -MM5 0000000705 0000 Reg -MM6 0000000706 0000 Reg -MM7 0000000707 0000 Reg -MODULE_SIZE 1 * BLK_SI 000C 0000000010 DefineStr -MODULE_SIZE 1 * BLK_SI 000B 0000000010 DefineStr -MODULE_SIZE 2 * BLK_SI 0013 0000000010 DefineStr -MOV 00775F7E28 0591 OpCode -MOVSB 00775F2C10 0000 OpCode -MOVSD 00775F2B60 0002 OpCode -MOVSQ 00775F2B08 0000 OpCode -MOVSW 00775F2BB8 0000 OpCode -MOVSX 00775F2A58 0000 OpCode -MOVSXD 00775F2A00 0000 OpCode -MOVZX 00775F2968 0018 OpCode -MOV_CR0_EAX 00775EDDB0 0007 OpCode -MOV_CR0_RAX 00775EDAB0 0000 OpCode -MOV_CR2_EAX 00775EDCF0 0000 OpCode -MOV_CR2_RAX 00775ED9D0 0000 OpCode -MOV_CR3_EAX 00775EDC30 0001 OpCode -MOV_CR3_RAX 00775ED910 0000 OpCode -MOV_CR4_EAX 00775EDB70 0001 OpCode -MOV_CR4_RAX 00775ED850 0001 OpCode -MOV_EAX_CR0 00775EDD50 0004 OpCode -MOV_EAX_CR2 00775EDC90 0000 OpCode -MOV_EAX_CR3 00775EDBD0 0000 OpCode -MOV_EAX_CR4 00775EDB10 0001 OpCode -MOV_RAX_CR0 00775EDA50 0000 OpCode -MOV_RAX_CR2 00775ED970 0001 OpCode -MOV_RAX_CR3 00775ED8B0 0000 OpCode -MOV_RAX_CR4 00775ED7F0 0001 OpCode -MPAPICInit 000001FA32 0004 ExportSysSym Imm -MPCPURep 00764A6560 0003 0000000091 Funct -MPDrawIt 00769FA0C0 0003 0000000316 Funct -MPHalt 000001FA12 0008 0000000020 Funct Public -MPInt 000001F8FA 000A 00000000A8 Funct Public -MPIntAll 000001F9A2 0003 000000004B Funct Public -MPNMInt 000001F9F2 0004 000000001F Funct Public -MPN_VECT 0x97 0008 0000000008 DefineStr -MP_PROCESSORS_NUM 128 0018 0000000008 DefineStr -MP_VECT_ADDR (MPN_VECT 000E 0000000018 DefineStr -MPrintDate 0000011E52 0004 0000000062 Funct -MPrintQ 0000011EBA 0003 ExportSysSym Imm -MPrintTime 0000011DF2 0004 000000005B Funct -MPrintq 00000120AA 0003 ExportSysSym Imm -MRT_DEV 2 0003 0000000008 DefineStr -MRT_RAM 1 0002 0000000008 DefineStr -MRT_UNUSED 0 0005 0000000008 DefineStr -MSF_FIXED 2 0004 0000000008 DefineStr -MSF_INACTIVE 1 000C 0000000008 DefineStr -MSRRead 000000B15E 0002 Funct Public -MSRWrite 000000B176 0002 Funct Public -MSize 000000DEC7 0030 Funct Public -MSize2 000000DEEE 00B1 Funct Public -MStrPrint 00000140BE 0167 0000000045 Funct Public -MStrUtil 000000F2D0 0024 000000007B Funct Public -MT_CD 1 0002 0000000008 DefineStr -MT_CHAR 2 000D 0000000008 DefineStr -MT_DVD 2 0006 0000000008 DefineStr -MT_MESSAGE 1 0005 0000000008 DefineStr -MT_NULL 0 0003 0000000008 DefineStr -MUL 00775F4BE8 0000 OpCode -MULPD 00775ED798 0000 OpCode -MV_FILE_MAX 0x007FF000 0005 0000000010 DefineStr -MacroTask 007675E268 0003 00000000BD Funct -MakeAll 0077FC3A40 0005 0000000042 Funct -MakeAll 0076643800 0005 000000007A Funct -Man 00000316E8 0003 0000000098 Funct Public -MapFileLoad 0076644638 0007 000000029C Funct Public -MapFileWrite 00776168F0 0003 ExportSysSym Imm -MassFind 0077379770 0001 000000008F Funct Public -MassFindNum 0077377B68 0001 000000003D Funct Public -MassOrSpringFind 0077406628 0001 0000000191 Funct Public -Mat4x4Equ 007731C2C0 0009 0000000023 Funct Public -Mat4x4IdentEqu 0077322950 000E 000000003A Funct Public -Mat4x4IdentNew 0077322168 0009 000000001F Funct Public -Mat4x4MulMat4x4Equ 0076BD92D8 000B 00000000DA Funct Public -Mat4x4MulMat4x4New 0076BDA820 0003 0000000030 Funct Public -Mat4x4MulXYZ 0077347AF0 0041 0000000103 Funct Public -Mat4x4New 0076BD8528 0005 0000000026 Funct Public -Mat4x4NormSqr65536 0077321C08 0005 00000000AE Funct Public -Mat4x4RotX 007732BE40 0010 00000000EF Funct Public -Mat4x4RotY 0076BD76E0 000C 00000000EF Funct Public -Mat4x4RotZ 0077347C08 000D 00000000F2 Funct Public -Mat4x4Scale 0077313678 0005 0000000052 Funct Public -Mat4x4TranslationAdd00772FD848 0003 0000000056 Funct Public -Mat4x4TranslationEqu00772FCE30 0003 0000000056 Funct Public -Max 000000CCE8 0009 0000000020 Funct Public -MaxI64 00000000AD 001F Funct Public -MaxU64 00000000AE 0002 Funct Public -Mem32DevAlloc 000000E4CC 0003 00000000E9 Funct Public -Mem32DevFree 000000E5BC 0003 0000000060 Funct Public -Mem32DevInit 000000E40C 0003 ExportSysSym Imm -Mem32DevIns 000000E2F4 0004 ExportSysSym Imm -Mem64DevAlloc 000000E61C 0004 00000000A7 Funct Public -Mem64DevFree 000000E6C4 0003 000000004D Funct Public -MemBIOSRep 007663F828 0001 000000044E Funct Public -MemBIOSTotal 000000E78C 000F 000000007B Funct Public -MemCompare 000000ADA4 0014 Funct Public -MemCopy 000000AD85 016D Funct Public -MemPagAlloc 000000D6EE 0004 0000000154 Funct Public -MemPagFree 000000D846 0004 000000009F Funct Public -MemPagTaskAlloc 000000D8E6 0004 ExportSysSym Imm -MemPagTaskFree 000000D9B6 0004 ExportSysSym Imm -MemPageRep 00766C17D8 0001 000000019C Funct Public -MemPageTable 000000D65E 0007 000000003E Funct Public -MemRep 00764896E8 0001 0000000316 Funct Public -MemRepTask 007649E428 0005 0000000956 Funct -MemSet 000000AD12 0080 Funct Public -MemSetI64 000000AD68 0003 Funct Public -MemSetU16 000000AD2F 0004 Funct Public -MemSetU32 000000AD4C 0008 Funct Public -MemberAdd 0077613433 0006 ExportSysSym Imm -MemberClassBaseFind 00776133EB 0004 0000000044 Funct -MemberFind 0077613383 0008 0000000064 Funct Public -MemberListCmp 0077613623 0003 ExportSysSym Imm -MemberListDel 007761371B 0005 00000000B5 Funct -MemberListNew 00776135F3 0005 ExportSysSym Imm -MemberListSize 0077613823 0004 ExportSysSym Imm -MemberMetaData 00776132F3 0007 0000000042 Funct Public -MemberMetaFind 007761333B 0003 0000000041 Funct Public -MenuDel 0076941548 0003 000000003C Funct Public -MenuDelSub 0077FC14B0 0005 0000000041 Funct -MenuEntryFind 0076948BA0 000C 000000008B Funct Public -MenuEntryWidth 0076940F18 000B 0000000066 Funct -MenuFile 0076942128 0005 0000000061 Funct Public -MenuFilePush 0077FC1628 0003 0000000041 Funct Public -MenuNew 00769429C0 0005 000000008C Funct Public -MenuNewSub 007694CB88 0005 00000001D4 Funct -MenuPop 0076940BE0 0004 0000000036 Funct Public -MenuPush 0077FC15B0 0003 0000000041 Funct Public -MenuSubEntryFind 0076948F80 0003 0000000035 Funct Public -MenuTask 007694B128 0005 000000002D Funct -Merge 0076488380 0001 0000000138 Funct Public -Merge2 007648B8C8 0005 0000000138 Funct -MeshCleanUp 00769F0D60 0003 000000003B Funct -MeshClipCopy 00769F6210 0005 0000000138 Funct -MeshClipCut 0076A27BC0 0003 0000000072 Funct -MeshClipDel 0076A91A28 0003 000000006C Funct -MeshClipInit 0076A268A8 0005 000000001E Funct -MeshClipPaste 0076A007C0 0003 00000000C6 Funct -MeshClipReset 00769F6A70 0003 0000000023 Funct -MeshColorTris 00769FC980 0003 0000000067 Funct -MeshCurSnap 00773479D0 0009 000000010D Funct -MeshCursorW 00769F75A0 0017 0000000259 Funct -MeshFence 0076A04D68 0005 00000000C8 Funct -MeshInit 00769F5798 0003 00000000B7 Funct -MeshInvertAxis 00769FFCA8 0007 0000000083 Funct -MeshLoad 0076B123C8 0003 00000000E6 Funct -MeshP0Capture 0076A01278 000D 0000000037 Funct -MeshP0Offset 0076A54C28 0011 0000000062 Funct -MeshPolygon 0076A34218 0007 0000000072 Funct -MeshPrism 0077FC0438 0003 0000000046 Funct -MeshRecalcCxCy 00769FBD00 0009 000000005E Funct -MeshRevTris 0076A34190 0003 0000000078 Funct -MeshS2W 0076A23F38 0003 00000000C0 Funct -MeshSave 00769F1330 0003 00000000BF Funct -MeshScaleZoom 00769FACC8 0005 000000019F Funct -MeshSelCount 00769FE988 0015 000000005E Funct -MeshSetW2S 0077608D20 0003 0000000046 Funct -MeshSize 0076A586B0 0003 0000000099 Funct -MeshSwapAxes 00769FE0E8 0007 000000008C Funct -MeshTransformSel 00769FCFF0 0003 00000000DF Funct -MeshTriDel 0077FC03C0 0009 0000000041 Funct -MeshTriNew 0076A04318 0013 000000008B Funct -MeshTriSelAll 0077FC0628 0017 0000000045 Funct -MeshTriSelRect 00769FF148 0003 00000001D4 Funct -MeshUpdateMenu 00769F02E8 0003 00000002DB Funct -MeshVertexDel 0076A126F0 0009 00000000A9 Funct -MeshVertexFindNum 0076A134A8 0003 000000003E Funct -MeshVertexFindScrPt 0076A13AE0 000B 00000000B6 Funct -MeshVertexIgnoreSet 0077FC0790 0005 0000000043 Funct -MeshVertexNew 0076A04CF8 0007 000000005B Funct -MeshVertexSelAll 0076A02258 001F 000000003F Funct -MeshVertexSelRect 00769FFE58 0003 00000000B3 Funct -MeshW2S 00769F9770 0003 000000008D Funct -Message 000001E01B 0039 0000000036 Funct Public -MessageGet 000001BF23 0042 000000006A Funct Public -MessagePost 000001DF63 0009 0000000069 Funct Public -MessagePostWait 000001DFD3 0007 0000000041 Funct Public -MessageScan 000001BDD3 0015 0000000118 Funct Public -Min 000000CCC8 0005 0000000020 Funct Public -MinI64 00000000AB 0011 Funct Public -MinU64 00000000AC 0002 Funct Public -ModU64 00000000AF 000E Funct Public -Mount 00773CD810 0003 0000000019 Funct Public -Mount2 0076964A28 0004 00000009E1 Funct -MountFile 007697B960 0005 000000009D Funct Public -MountIDEAuto 00000256B2 0003 0000000144 Funct Public -MouseHardDriverInstall000001B923 0004 00000000CA Funct -MouseHardEnable 000001B8D3 0005 000000004D Funct Public -MouseHardGetType 000001B0DB 0004 ExportSysSym Imm -MouseHardHandler 000001B683 0003 ExportSysSym Imm -MouseHardPacketRead 000001AFE3 0004 ExportSysSym Imm -MouseHardReset 000001B11B 0003 ExportSysSym Imm -MouseHardSet 000001B7C3 0004 ExportSysSym Imm -MouseHardSetPost 000001B46B 0004 ExportSysSym Imm -MouseHardSetPre 000001B42B 0004 ExportSysSym Imm -MouseHardSpeedSet 000001B38B 0003 ExportSysSym Imm -MouseInit 000001AEF3 0004 00000000EE Funct -MouseSet 000001ADAB 0006 0000000141 Funct Public -MouseUpdate 000001AAD3 0006 00000002D1 Funct -Move 0076989080 0010 0000000034 Funct Public -MusicSetMeter 007697FF40 0003 0000000087 Funct -MusicSetNoteLen 007697F8A8 0003 0000000155 Funct -MusicSetOctave 0077FC0D98 0003 0000000048 Funct -MusicSettingsReset 007697D2F0 0005 00000000A6 Funct -Mute 000001653E 0004 000000004B Funct Public -MyPutKey 0076314228 0003 00000008AE Funct -MyPutS 0076341C00 0003 000000000A Funct -NEG 00775F4C70 0000 OpCode -NOLIST 0000000057 0000 AsmKeyWord -NONE 0 0017 0000000008 DefineStr -NOP 00775F7068 0000 OpCode -NOP2 00775F7010 0000 OpCode -NORMAL_KEY_SCAN_DECODE_TABLE000001921B 0005 ExportSysSym Imm -NOT 00775F4CF8 0010 OpCode -NULL 0 0791 0000000008 DefineStr -Name2DirClus 000002779B 0012 00000001BC Funct -Name2ParentDirClus 000002795B 0004 00000001D2 Funct -NewFiles 00767C7828 0001 00000000D8 Funct Public -Noise 00769AD918 0005 0000000091 Funct Public -Note2Ona 007697F390 0003 0000000037 Funct Public -Now 0000011BAA 0024 0000000028 Funct Public -NowDateTimeStruct 0000011A7A 0003 ExportSysSym Imm -OCF_ALIAS 1 0005 0000000008 DefineStr -OC_ADDR_SIZE_PREFIX 0x67 0004 0000000008 DefineStr -OC_BPT 0xCC 0004 0000000008 DefineStr -OC_CALL 0xE8 0002 0000000008 DefineStr -OC_JMP_REL8 0xEB 0006 0000000008 DefineStr -OC_LOCK_PREFIX 0xF0 0010 0000000008 DefineStr -OC_NOP 0x90 0010 0000000008 DefineStr -OC_NOP2 (OC_NOP << 0002 0000000028 DefineStr -OC_OP_SIZE_PREFIX 0x66 0014 0000000008 DefineStr -ODEApplyAccelerationLimit0077383B90 0003 0000000079 Funct -ODECalcDrag 00773AE758 0003 00000000E8 Funct -ODECalcSprings 00773B6EC0 0003 0000000114 Funct -ODECallDerivative 0077375B30 0019 0000000154 Funct -ODECallMPDerivative 007739F6A0 0005 0000000062 Funct -ODECashKarp 007738C428 0003 0000000551 Funct -ODEDel 007737C3E0 0001 0000000083 Funct Public -ODEF_BUSY 8 0006 0000000008 DefineStr -ODEF_HAS_MASSES 1 0008 0000000008 DefineStr -ODEF_PAUSED 2 0008 0000000008 DefineStr -ODEF_STARTED 4 0006 0000000008 DefineStr -ODEInternal2State 0077386428 0003 000000006C Funct -ODEMPSleep 0077376B80 0003 000000005B Funct -ODEMPTask 007739CD68 0003 000000006C Funct -ODEMPWake 0077377130 0003 00000000B6 Funct -ODENew 00773CE828 0001 00000000FF Funct Public -ODEOneStep 0077377AD0 0001 0000000084 Funct -ODEPause 0077384270 0003 000000004C Funct Public -ODERK4OneStep 00773A5960 0001 00000001DE Funct -ODERK5OneStep 00773499F0 0003 000000020B Funct -ODERenum 0077385228 0001 0000000068 Funct Public -ODEResetInactive 0077FBF198 0001 0000000046 Funct Public -ODEResetPtrs 00773A3A10 0005 000000009C Funct -ODESetMassesPtrs 007738A428 0007 000000006A Funct -ODESize 007737CAE0 0004 0000000049 Funct Public -ODEState2Internal 007737AE20 0003 00000000D3 Funct -ODEa2 0.2 0003 0000000008 DefineStr -ODEa3 0.3 0003 0000000008 DefineStr -ODEa4 0.6 0003 0000000008 DefineStr -ODEa5 1.0 0003 0000000008 DefineStr -ODEa6 0.875 0003 0000000008 DefineStr -ODEb21 0.2 0003 0000000008 DefineStr -ODEb31 (3.0 / 40. 0003 0000000010 DefineStr -ODEb32 (9.0 / 40. 0003 0000000010 DefineStr -ODEb41 0.3 0003 0000000008 DefineStr -ODEb42 (-0.9) 0003 0000000008 DefineStr -ODEb43 1.2 0003 0000000008 DefineStr -ODEb51 (-11.0 / 5 0003 0000000010 DefineStr -ODEb52 2.5 0003 0000000008 DefineStr -ODEb53 (-70.0 / 2 0003 0000000010 DefineStr -ODEb54 (35.0 / 27 0003 0000000010 DefineStr -ODEb61 (1631.0 / 0003 0000000018 DefineStr -ODEb62 (175.0 / 5 0003 0000000010 DefineStr -ODEb63 (575.0 / 1 0003 0000000018 DefineStr -ODEb64 (44275.0 / 0003 0000000018 DefineStr -ODEb65 (253.0 / 4 0003 0000000018 DefineStr -ODEc1 (37.0 / 37 0003 0000000010 DefineStr -ODEc3 (250.0 / 6 0003 0000000010 DefineStr -ODEc4 (125.0 / 5 0003 0000000010 DefineStr -ODEc6 (512.0 / 1 0003 0000000018 DefineStr -ODEdc1 (37.0 / 37 0003 0000000028 DefineStr -ODEdc3 (250.0 / 6 0003 0000000028 DefineStr -ODEdc4 (125.0 / 5 0003 0000000028 DefineStr -ODEdc5 (-277.0 / 0003 0000000018 DefineStr -ODEdc6 (512.0 / 1 0003 0000000018 DefineStr -ODEf_BUSY 3 0004 0000000008 DefineStr -ODEf_HAS_MASSES 0 0002 0000000008 DefineStr -ODEf_PAUSED 1 0004 0000000008 DefineStr -ODEf_STARTED 2 0002 0000000008 DefineStr -ODEsUpdate 0077344628 0003 00000004F7 Funct -OFF 0 005F 0000000008 DefineStr -OM_CB 1 0003 0000000008 DefineStr -OM_CD 3 0003 0000000008 DefineStr -OM_CP 4 0002 0000000008 DefineStr -OM_CW 2 0003 0000000008 DefineStr -OM_IB 5 0003 0000000008 DefineStr -OM_ID 7 0003 0000000008 DefineStr -OM_IW 6 0003 0000000008 DefineStr -OM_NO 0 0002 0000000008 DefineStr -ON 1 0040 0000000008 DefineStr -OPTF_ECHO (1 << OPTf 0003 0000000018 DefineStr -OPTf_DECIMAL_ONLY 12\t 0003 0000000008 DefineStr -OPTf_ECHO 0 0004 0000000008 DefineStr -OPTf_EXTERNS_TO_IMPORTS6 0008 0000000008 DefineStr -OPTf_GLOBALS_ON_DATA_HEAP9 0006 0000000008 DefineStr -OPTf_KEEP_PRIVATE 7 0007 0000000008 DefineStr -OPTf_NO_BUILTIN_CONST10\t 0003 0000000008 DefineStr -OPTf_NO_FLOATS 13\t 0002 0000000008 DefineStr -OPTf_NO_REG_VAR 8\t 0008 0000000008 DefineStr -OPTf_TRACE 1 0007 0000000008 DefineStr -OPTf_USE_IMM64 11\t 0004 0000000008 DefineStr -OPTf_WARN_DUP_TYPES 4\t 0009 0000000008 DefineStr -OPTf_WARN_HEADER_MISMATCH5 000C 0000000008 DefineStr -OPTf_WARN_PAREN 3\t 0009 0000000008 DefineStr -OPTf_WARN_UNUSED_VAR2\t 0004 0000000008 DefineStr -OR 00775F7530 001D OpCode -ORG 0000000041 0000 AsmKeyWord -OUT 00775F2890 0001 OpCode -OUTSB 00775F2850 0000 OpCode -OUTSD 00775F27A0 0000 OpCode -OUTSW 00775F27F8 0000 OpCode -Ona2Freq 0000016226 0008 0000000053 Funct Public -Ona2Note 007698BD40 0001 000000001E Funct Public -Ona2Octave 0077FC0FF0 0001 0000000046 Funct Public -Once 00766FB978 0001 0000000065 Funct Public -OnceDrive 00766CE558 0001 00000000A9 Funct Public -OnceExe 00766D53B8 0004 0000000106 Funct Public -OnceFlush 00766D0280 0009 0000000026 Funct Public -OneTimePopUp 00766D7FC8 0003 00000000F6 Funct Public -OptBrNotZero 007761E3D6 0009 ExportSysSym Imm -OptBrZero 007761E016 0008 ExportSysSym Imm -OptClassFwd 007761DA7E 001C 0000000028 Funct Public -OptFixSizeOf 007761E78E 0005 ExportSysSym Imm -OptFixupBinaryOp1 007761DC3E 0015 ExportSysSym Imm -OptFixupBinaryOp2 007761DEF6 0003 ExportSysSym Imm -OptFixupUnaryOp 007761DF4E 0005 ExportSysSym Imm -OptFree 007761DB06 0026 ExportSysSym Imm -OptIC4 007762C6BF 0003 ExportSysSym Imm -OptIC6 007762DD97 0003 ExportSysSym Imm -OptLabelFwd 007761DA56 0015 ExportSysSym Imm -OptLag 007761DB2E 0011 ExportSysSym Imm -OptLag1 007761DB5E 0009 ExportSysSym Imm -OptLag2 007761DB96 0005 ExportSysSym Imm -OptLead1 007761DBC6 0006 ExportSysSym Imm -OptMVCompare 007761E9AE 0003 ExportSysSym Imm -OptPass012 007762871F 0007 ExportSysSym Imm -OptPass3 007762AF8F 0004 ExportSysSym Imm -OptPass4 007762CB3F 0004 ExportSysSym Imm -OptPass5 007762DA4F 0004 ExportSysSym Imm -OptPass6 007762E0A7 0004 ExportSysSym Imm -OptPass6Lag 007762DEAF 0003 ExportSysSym Imm -OptPass789A 0077639297 0008 ExportSysSym Imm -OptSetNOP1 007761DAA6 007E ExportSysSym Imm -OptSetNOP2 007761DAD6 000F ExportSysSym Imm -Option 007762332E 0027 000000002E Funct Public -OptionGet 007762335E 0008 000000002B Funct Public -OutStr 0000011D02 0008 ExportSysSym Imm -OutU16 000000006A 0004 Funct Public -OutU32 000000006B 0005 Funct Public -OutU8 0000000069 006A Funct Public -P2R 00773BC980 0001 0000000056 Funct Public -PAUSE 00775EDE28 003F OpCode -PCIBIOSClassFind 000001F0B9 0003 ExportSysSym Imm -PCIBIOSReadU16 000001EDC9 0003 ExportSysSym Imm -PCIBIOSReadU32 000001EE69 0003 ExportSysSym Imm -PCIBIOSReadU8 000001ED29 0003 ExportSysSym Imm -PCIBIOSWriteU16 000001EF99 0003 ExportSysSym Imm -PCIBIOSWriteU32 000001F029 0003 ExportSysSym Imm -PCIBIOSWriteU8 000001EF09 0003 ExportSysSym Imm -PCIC_NETWORK 0x2 0002 0000000008 DefineStr -PCIC_STORAGE 0x1 0003 0000000008 DefineStr -PCIClassFind 000001F479 0005 000000011A Funct Public -PCIDevFind 00766ACA48 0001 00000000B3 Funct Public -PCILookUpDevs 0076731B70 0005 0000000259 Funct -PCILookUpSingle 0076731FF8 0003 00000001E4 Funct -PCIR_BASE0 0x10 0005 0000000008 DefineStr -PCIR_BASE1 0x14 0005 0000000008 DefineStr -PCIR_BASE2 0x18 0005 0000000008 DefineStr -PCIR_BASE3 0x1C 0005 0000000008 DefineStr -PCIR_BASE4 0x20 0005 0000000008 DefineStr -PCIR_BASE5 0x24 0006 0000000008 DefineStr -PCIR_BIST 0x0F 0005 0000000008 DefineStr -PCIR_CACHE_LINE_SIZE0x0C 0005 0000000008 DefineStr -PCIR_CAPABILITIES 0x34 0005 0000000008 DefineStr -PCIR_CLASS_CODE 0x0B 0005 0000000008 DefineStr -PCIR_COMMAND 0x04 0002 0000000008 DefineStr -PCIR_DEVICE_ID 0x02 0005 0000000008 DefineStr -PCIR_EXPANSION_ROM 0x30 0005 0000000008 DefineStr -PCIR_HEADER_TYPE 0x0E 0005 0000000008 DefineStr -PCIR_INTERRUPT_LINE 0x3C 0002 0000000008 DefineStr -PCIR_INTERRUPT_PIN 0x3D 0002 0000000008 DefineStr -PCIR_LATENCY_TIMER 0x0D 0005 0000000008 DefineStr -PCIR_MAX_LATENCY 0x3F 0002 0000000008 DefineStr -PCIR_MIN_GRANT 0x3E 0002 0000000008 DefineStr -PCIR_PROG_IF 0x09 0006 0000000008 DefineStr -PCIR_REVISION_ID 0x08 0005 0000000008 DefineStr -PCIR_STATUS 0x06 0002 0000000008 DefineStr -PCIR_SUBSYS_ID 0x2E 0005 0000000008 DefineStr -PCIR_SUBSYS_VENDOR_ID0x2C 0005 0000000008 DefineStr -PCIR_SUB_CODE 0x0A 0005 0000000008 DefineStr -PCIR_VENDOR_ID 0x00 0005 0000000008 DefineStr -PCIReadU16 000001F291 000F 0000000062 Funct Public -PCIReadU32 000001F169 0020 00000000BC Funct Public -PCIReadU8 000001F229 001E 0000000062 Funct Public -PCIRep 0076641520 0001 0000000127 Funct Public -PCISC_AHCI 0x6 0003 0000000008 DefineStr -PCISC_ETHERNET 0x0 0002 0000000008 DefineStr -PCIWriteU16 000001F419 0003 000000005B Funct Public -PCIWriteU32 000001F2F9 0005 00000000BA Funct Public -PCIWriteU8 000001F3B9 0003 000000005A Funct Public -PCI_ADDR 0xCF8 0004 0000000008 DefineStr -PCI_DATA 0xCFC 0004 0000000008 DefineStr -PCI_DEV_FILE \"::/Misc/ 0005 0000000018 DefineStr -PCSPKR 0x61 0008 0000000008 DefineStr -PF_ARRAY_COUNT 0x100000 0005 0000000010 DefineStr -PGROW (-0.2) 0003 0000000008 DefineStr -PIC_1 0x20 0008 0000000008 DefineStr -PIC_1_DATA 0x21 0009 0000000008 DefineStr -PIC_2 0xA0 0005 0000000008 DefineStr -PIC_2_DATA 0xA1 000A 0000000008 DefineStr -PIC_EOI 0x20 0008 0000000008 DefineStr -PIC_INIT 0x11 0004 0000000008 DefineStr -PIT_0 0x40 0006 0000000008 DefineStr -PIT_2 0x42 0004 0000000008 DefineStr -PIT_CMD 0x43 0005 0000000008 DefineStr -PIT_CMDF_ACCESS_WORD0x30 0004 0000000008 DefineStr -PIT_CMDF_CHANNEL0 0x00 0004 0000000008 DefineStr -PIT_CMDF_CHANNEL2 0x80 0003 0000000008 DefineStr -PIT_CMDF_OPMODE_RATE_GEN0x04 0003 0000000008 DefineStr -PIT_CMDF_OPMODE_SQUARE_WAVE0x06 0003 0000000008 DefineStr -POP 00775F81C0 0197 OpCode -POPA 00775F8180 0000 OpCode -POPAD 00775F8128 0000 OpCode -POPCNT 00775F41E8 0000 OpCode -POPF 00775F80D0 0003 OpCode -POPFD 00775F8078 00A1 OpCode -POP_C_REGS POP R9 POP 0009 0000000030 DefineStr -POP_REGS POP R15 PO 0003 0000000080 DefineStr -PREC_ADD 0x24 0003 0000000008 DefineStr -PREC_AND 0x18 0002 0000000008 DefineStr -PREC_AND_AND 0x30 0002 0000000008 DefineStr -PREC_ASSIGN 0x3C 000E 0000000008 DefineStr -PREC_CMP 0x28 0005 0000000008 DefineStr -PREC_CMP2 0x2C 0003 0000000008 DefineStr -PREC_EXP 0x10 0004 0000000008 DefineStr -PREC_MAX 0x40 0002 0000000008 DefineStr -PREC_MUL 0x14 0004 0000000008 DefineStr -PREC_NULL 0x00 0007 0000000008 DefineStr -PREC_OR 0x20 0002 0000000008 DefineStr -PREC_OR_OR 0x38 0002 0000000008 DefineStr -PREC_TERM 0x04 0017 0000000008 DefineStr -PREC_UNARY_POST 0x08 0004 0000000008 DefineStr -PREC_UNARY_PRE 0x0C 0011 0000000008 DefineStr -PREC_XOR 0x1C 0002 0000000008 DefineStr -PREC_XOR_XOR 0x34 0002 0000000008 DefineStr -PRINTF_AUX_FORMAT_NUM0x080 0006 0000000008 DefineStr -PRINTF_COMMA 0x008 000E 0000000008 DefineStr -PRINTF_DECIMAL 0x100 0004 0000000008 DefineStr -PRINTF_DOLLAR 0x010 0005 0000000008 DefineStr -PRINTF_LEFT_JUSTIFY 0x002 0008 0000000008 DefineStr -PRINTF_NEG 0x200 0012 0000000008 DefineStr -PRINTF_NEG_AUX_FORMAT_NUM0x800 0004 0000000008 DefineStr -PRINTF_NEG_E 0x400 0009 0000000008 DefineStr -PRINTF_PAD_ZERO 0x001 0005 0000000008 DefineStr -PRINTF_QUESTION 0x040 0004 0000000008 DefineStr -PRINTF_SLASH 0x020 0005 0000000008 DefineStr -PRINTF_TRUNCATE 0x004 000C 0000000008 DefineStr -PROGRESS_BARS_NUM 4 0010 0000000008 DefineStr -PROGRESS_BAR_HEIGHT 20 000F 0000000008 DefineStr -PROGRESS_BAR_WIDTH (3 * GR_WI 0011 0000000018 DefineStr -PROGRESS_DESC_LEN (64 - 8 - 001C 0000000010 DefineStr -PRS0_EXTERN 0x000004 0007 0000000010 DefineStr -PRS0_IMPORT 0x000005 0005 0000000010 DefineStr -PRS0_NULL 0x000000 0009 0000000010 DefineStr -PRS0_TYPECAST 0x000006 0002 0000000010 DefineStr -PRS0__EXTERN 0x000001 0006 0000000010 DefineStr -PRS0__IMPORT 0x000003 0007 0000000010 DefineStr -PRS0__INTERN 0x000002 0003 0000000010 DefineStr -PRS1B_CLASS 3 0003 0000000008 DefineStr -PRS1B_FUN_ARG 2 0008 0000000008 DefineStr -PRS1B_LOCAL_VAR 1 0006 0000000008 DefineStr -PRS1B_NULL 0 0002 0000000008 DefineStr -PRS1B_STATIC_LOCAL_VAR4 0005 0000000008 DefineStr -PRS1B__EXTERN_IMPORT5 0001 0000000008 DefineStr -PRS1_CLASS 0x000300 0003 0000000010 DefineStr -PRS1_FUN_ARG 0x000200 0002 0000000010 DefineStr -PRS1_LOCAL_VAR 0x000100 0002 0000000010 DefineStr -PRS1_NOT_REALLY__EXTERN0x000500 0003 0000000010 DefineStr -PRS1_NULL 0x000000 000A 0000000010 DefineStr -PRS1_STATIC_LOCAL_VAR0x000400 0002 0000000010 DefineStr -PRSF_UNION 0x010000 000D 0000000010 DefineStr -PSHRNK (-0.25) 0003 0000000008 DefineStr -PTR_STARS_NUM 4 0008 0000000008 DefineStr -PURPLE 5 0009 0000000008 DefineStr -PUSH 00775F8418 01AC OpCode -PUSHA 00775F83D8 0000 OpCode -PUSHAD 00775F8380 0000 OpCode -PUSHF 00775F8328 0003 OpCode -PUSHFD 00775F82D0 0087 OpCode -PUSH_C_REGS PUSH RAX P 0009 0000000038 DefineStr -PUSH_REGS PUSH RAX P 0003 0000000090 DefineStr -PUT_CHARS 000000B2B8 0002 ExportSysSym Imm -PUT_HEX_U16 000000B286 0002 ExportSysSym Imm -PUT_HEX_U32 000000B26D 0002 ExportSysSym Imm -PUT_HEX_U64 000000B254 0002 ExportSysSym Imm -PUT_HEX_U8 000000B29F 0002 ExportSysSym Imm -PUT_STR 000000B2CF 0002 ExportSysSym Imm -PU_SPACING 10 0011 0000000008 DefineStr -PaletteSetDark 007732C110 0005 0000000031 Funct Public -PaletteSetDorado 007732CE58 0003 0000000031 Funct Public -PaletteSetGray 0077371428 0003 0000000031 Funct Public -PaletteSetGruvboxDark0077325068 0003 0000000031 Funct Public -PaletteSetGruvboxLight007736F428 0003 0000000031 Funct Public -PaletteSetLight 0077323FC8 0003 0000000031 Funct Public -PaletteSetMonokai 007732DBB8 0003 0000000031 Funct Public -PaletteSetNight 007732C7B0 0003 0000000031 Funct Public -PaletteSetPastel 0077324A08 0003 0000000031 Funct Public -PaletteSetSmooth 007732D508 0003 0000000031 Funct Public -PaletteSetStd 0077351428 0003 0000000031 Funct Public -Panic 000001848E 000D 0000000037 Funct Public -ParenWarning 00776128E3 0006 ExportSysSym Imm -ParseAddOp 007761E9CE 0004 ExportSysSym Imm -ParseArrayDims 00776222BE 0003 ExportSysSym Imm -ParseAsmArg 007761B068 0006 ExportSysSym Imm -ParseAsmBlk 007761D0FE 0004 ExportSysSym Imm -ParseAsmDefine 007761CD96 0006 ExportSysSym Imm -ParseAsmImm 007761AF40 0004 ExportSysSym Imm -ParseAsmInst 007761BC56 0003 ExportSysSym Imm -ParseBinFile 007761D03E 0003 ExportSysSym Imm -ParseClass 007762553F 0006 ExportSysSym Imm -ParseClassNew 0077618CD8 0005 ExportSysSym Imm -ParseDoWhile 0077626A07 0003 ExportSysSym Imm -ParseDocFlagSingle 0076909890 0005 00000000A4 Funct -ParseDocFlags 00769378E8 0005 0000000062 Funct -ParseDollarCmd 00769C7E28 0003 0000000C15 Funct -ParseDotDotDot 007762277E 0003 ExportSysSym Imm -ParseExpression 007761F27E 0012 ExportSysSym Imm -ParseExpression2 007761EBBE 0003 ExportSysSym Imm -ParseFor 0077626B47 0003 ExportSysSym Imm -ParseFun 0077625A47 0003 ExportSysSym Imm -ParseFunCall 007761F776 0005 ExportSysSym Imm -ParseFunJoin 007762578F 0009 ExportSysSym Imm -ParseFunNew 0077618D40 0003 ExportSysSym Imm -ParseGlobalInit 0077622106 0004 ExportSysSym Imm -ParseGlobalVarList 0077625E1F 0009 ExportSysSym Imm -ParseIf 00776267E7 0003 ExportSysSym Imm -ParseKeyWord 0077618C98 0024 0000000040 Funct Public -ParseNoWarn 00776275CF 0003 ExportSysSym Imm -ParseOffsetOf 007761F61E 0004 ExportSysSym Imm -ParsePop 0077618BC8 0018 ExportSysSym Imm -ParsePop2 0077618C28 0003 ExportSysSym Imm -ParsePopDeref 0077618C58 0006 ExportSysSym Imm -ParsePush 0077618B98 0019 ExportSysSym Imm -ParsePush2 0077618BF0 0006 ExportSysSym Imm -ParseSizeOf 007761F406 0003 ExportSysSym Imm -ParseStatement 0077627AE7 0013 ExportSysSym Imm -ParseStaticInit 007762217E 0004 ExportSysSym Imm -ParseStreamBlk 0077627667 0004 ExportSysSym Imm -ParseSwitch 0077626CAF 0003 ExportSysSym Imm -ParseTryBlk 0077627827 0003 ExportSysSym Imm -ParseType 0077622416 0006 ExportSysSym Imm -ParseUnaryModifier 0077620F06 0005 ExportSysSym Imm -ParseUnaryTerm 007761FFAE 0004 ExportSysSym Imm -ParseVarInit 0077621926 0003 ExportSysSym Imm -ParseVarInit2 0077621DFE 0008 ExportSysSym Imm -ParseVarList 0077622896 0008 ExportSysSym Imm -ParseWhile 0077626917 0003 ExportSysSym Imm -PassTrace 00776233DF 0003 0000000055 Funct Public -PenBrushesSize 00766C1F98 0003 0000000075 Funct -Plain 00768F1EC8 0003 000000004F Funct Public -Play 007699F610 0003 0000000260 Funct Public -PlaySysMacro 007675AF10 0007 0000000094 Funct -Pop 0000000063 0002 Funct Public -PopCount 00000000B9 0003 Funct Public -PopUp 000001E48B 0038 00000000D5 Funct Public -PopUp1 0076767F08 0003 00000000F2 Funct Public -PopUp2 0076767128 0005 00000001A8 Funct Public -PopUpCancelOk 0077FC2520 0016 0000000043 Funct Public -PopUpCd 0076769150 0001 0000000035 Funct -PopUpColor 007675E4C0 000A 000000014E Funct Public -PopUpColorDither 0076793B30 0004 0000000058 Funct Public -PopUpColorLighting 007675DE98 0003 000000034A Funct Public -PopUpColorType 00767458D0 0003 000000012F Funct -PopUpDiffMenu 0076561890 0003 0000000181 Funct -PopUpEd 007676A970 0006 000000005D Funct Public -PopUpEdFormat 0076715800 0003 00000001C7 Funct -PopUpExtents 007699CC20 0003 000000020A Funct -PopUpFMRight 007698A828 0003 00000003F2 Funct -PopUpFile 0076762CE0 0005 0000000142 Funct Public -PopUpFileName 0076769750 0001 0000000081 Funct Public -PopUpFindMenu 00766DF400 0005 0000000152 Funct -PopUpForm 0076937668 0008 0000000067 Funct Public -PopUpGetF64 0076765C60 0001 000000007D Funct Public -PopUpGetStr 00767667A8 0004 0000000068 Funct Public -PopUpGetStr2 00767669E8 0001 000000005C Funct -PopUpHelpIndex 00766485F0 0001 0000000060 Funct Public -PopUpI64Get 0076766410 0003 0000000083 Funct Public -PopUpLinkType 00769EB560 0005 00000002C4 Funct -PopUpMacroMenu 0076759758 0003 00000002D3 Funct -PopUpMenu 0077FC1AE8 0034 0000000042 Funct Public -PopUpNoYes 007677BA28 0004 000000003E Funct Public -PopUpOk 0076768EE0 0014 0000000035 Funct Public -PopUpPageSettingType0076745170 0003 0000000135 Funct -PopUpPickDefineSub 007694BB10 0003 000000001A Funct Public -PopUpPickDir 00767A5828 0008 00000000D7 Funct Public -PopUpPickFile 0076775D70 0003 00000000D9 Funct Public -PopUpPickList 0076768DD8 0005 00000000F5 Funct Public -PopUpPrint 000001E563 000B 000000004C Funct Public -PopUpRangeF64 0076764BD8 0001 0000000121 Funct Public -PopUpRangeF64Exp 0076763ED8 0003 0000000121 Funct Public -PopUpRangeF64Log 0076763620 0001 0000000068 Funct Public -PopUpRangeI64 0076765740 0008 00000000F6 Funct Public -PopUpReplaceSkipAllCancel007677B8C8 0003 0000000134 Funct -PopUpRunFile 00767620E0 0003 00000000C9 Funct Public -PopUpSpriteBitMap 00769E8228 0003 000000058F Funct -PopUpSpriteEd 00769DBE28 0003 0000000455 Funct -PopUpSpriteMain 007699D228 0003 00000007B8 Funct -PopUpSpriteType 0076BCFB50 0003 000000031E Funct -PopUpTermRight 0076704EB8 0003 000000034C Funct -PopUpTimerOk 00767EA988 0003 00000000E5 Funct -PopUpTransform 0076779270 0004 0000000190 Funct Public -PopUpViewDoc 0076776D50 0001 0000000089 Funct Public -PopUpViewPrint 00767764A0 0001 00000000BD Funct Public -PopUpWidgetType 00769EF010 0003 00000002A4 Funct -PortNop 0000015EFE 0005 000000000A Funct Public -Pow 000000ABF1 0002 Funct Public -Pow10 000000AC06 0003 Funct Public -Pow10I64 000000CD08 0012 0000000045 Funct Public -PressAKey 000000F450 0003 000000003A Funct Public -Print 0000014086 0249 0000000038 Funct Public -PrintErr 0000014106 0064 000000009D Funct Public -PrintWarn 00000141A6 001F 00000000A1 Funct Public -Prof 00764A00D8 0001 00000000F8 Funct Public -ProfCompare 007654EA50 0003 000000001A Funct -ProfRep 00764A8178 0001 000000031C Funct Public -ProfTimerInt 00764866D8 0005 000000008B Funct -ProgressBarsRegTf 007693ABE8 0001 0000000143 Funct -ProgressBarsReset 000001671E 0008 0000000048 Funct Public -Push 0000000062 0002 Funct Public -PutChars 0000018586 0023 0000000028 Funct Public -PutDirLink 0000028903 0004 0000000093 Funct Public -PutExcept 0000018D73 0015 00000000DB Funct Public -PutFileLink 000002871B 001E 00000001E4 Funct Public -PutHex 000000B204 0007 000000004E Funct -PutKey 00000184E6 000A 000000009D Funct Public -PutS 00000185AE 0006 00000000D7 Funct -PutSrcLink 00000315E0 0005 000000009D Funct Public -QUE_VECT_U8_COUNT 512 0005 0000000008 DefineStr -QueueCopy 000000FF6A 0003 0000000067 Funct Public -QueueCount 000000FFD2 0009 000000002D Funct Public -QueueDel 000000FF1A 0021 000000004A Funct Public -QueueInit 0000000080 0057 Funct Public -QueueInsert 0000000081 00E6 Funct Public -QueueInsertRev 0000000082 0008 Funct Public -QueueRemove 0000000083 005E Funct Public -QueueSize 0000010002 0003 0000000033 Funct Public -QueueVectU8Del 000001017A 000A 0000000021 Funct Public -QueueVectU8Get 00000101A2 000A 0000000063 Funct Public -QueueVectU8New 000001003A 000A 0000000041 Funct Public -QueueVectU8Put 0000010082 0010 00000000F1 Funct Public -QuickSort 000001C733 0010 000000006E Funct Public -QuickSort2a 000001C4E3 0005 ExportSysSym Imm -QuickSort2b 000001C5EB 0005 ExportSysSym Imm -QuickSortI64 000001C3D3 0015 000000010C Funct Public -R 00764C5D00 0001 000000002D Funct Public -R10 000000040A 0012 Reg -R10u16 000000020A 0000 Reg -R10u32 000000030A 0000 Reg -R10u64 000000040A 0000 Reg -R10u8 000000010A 0000 Reg -R11 000000040B 0006 Reg -R11u16 000000020B 0000 Reg -R11u32 000000030B 0000 Reg -R11u64 000000040B 0000 Reg -R11u8 000000010B 0000 Reg -R12 000000040C 0016 Reg -R12u16 000000020C 0000 Reg -R12u32 000000030C 0000 Reg -R12u64 000000040C 0000 Reg -R12u8 000000010C 0000 Reg -R13 000000040D 0018 Reg -R13u16 000000020D 0000 Reg -R13u32 000000030D 0000 Reg -R13u64 000000040D 0000 Reg -R13u8 000000010D 0000 Reg -R14 000000040E 0006 Reg -R14u16 000000020E 0000 Reg -R14u32 000000030E 0000 Reg -R14u64 000000040E 0000 Reg -R14u8 000000010E 0000 Reg -R15 000000040F 0006 Reg -R15u16 000000020F 0000 Reg -R15u32 000000030F 0000 Reg -R15u64 000000040F 0000 Reg -R15u8 000000010F 0000 Reg -R2P 0077424228 0017 0000000059 Funct Public -R8 0000000408 0022 Reg -R8u16 0000000208 0000 Reg -R8u32 0000000308 0000 Reg -R8u64 0000000408 0000 Reg -R8u8 0000000108 0000 Reg -R9 0000000409 0020 Reg -R9u16 0000000209 0000 Reg -R9u32 0000000309 0000 Reg -R9u64 0000000409 0000 Reg -R9u8 0000000109 0000 Reg -RAWF_IN_DOLLAR 1 0007 0000000008 DefineStr -RAWF_LAST_DOLLAR 2 0006 0000000008 DefineStr -RAWF_SCROLL 8 0005 0000000008 DefineStr -RAWF_SHOW_DOLLAR 4 0008 0000000008 DefineStr -RAX 0000000400 037A Reg -RAXGet 000000006F 0004 Funct Public -RAXSet 0000000070 0004 Funct Public -RBP 0000000405 02E9 Reg -RBPGet 0000000071 0009 Funct Public -RBPSet 0000000072 0003 Funct Public -RBPu8 0000000115 0000 Reg -RBX 0000000403 0143 Reg -RCL 00775EFF88 0000 OpCode -RCL1 00775EFF00 0000 OpCode -RCR 00775EFDF8 0000 OpCode -RCR1 00775EFD70 0000 OpCode -RCX 0000000401 0118 Reg -RCache 0000021FAA 0003 ExportSysSym Imm -RD 00764FA6B8 0001 000000002C Funct Public -RDI 0000000407 019F Reg -RDIu8 0000000117 0000 Reg -RDMSR 00775EDE80 0001 OpCode -RDTSC 00775EDED8 0001 OpCode -RDX 0000000402 0204 Reg -RECALCF_ADD_CURSOR 0x200 0008 0000000008 DefineStr -RECALCF_HAS_CURSOR 0x100 000E 0000000008 DefineStr -RECALCF_TO_HTML 0x400 0006 0000000008 DefineStr -RECALCG_MASK 0xFF 0028 0000000008 DefineStr -RECALCt_FIND_CURSOR 0x01 0008 0000000008 DefineStr -RECALCt_NORMAL 0x00 000C 0000000008 DefineStr -RECALCt_TO_SCREEN 0x02 002C 0000000008 DefineStr -RED 4 002B 0000000008 DefineStr -REGG_CLOBBERED 0x013F 0008 0000000008 DefineStr -REGG_LOCAL_NON_PTR_VARS0x3000 0009 0000000008 DefineStr -REGG_LOCAL_VARS 0xCCC0 0009 0000000008 DefineStr -REGG_SAVED 0x0030 0004 0000000008 DefineStr -REGG_STACK_TMP 0x0200 000E 0000000008 DefineStr -REGISTRY_FILENAME \"~/Regist 0003 0000000010 DefineStr -REGT_FSTACK 6 0007 0000000008 DefineStr -REGT_MM 7 0003 0000000008 DefineStr -REGT_NONE 0 0002 0000000008 DefineStr -REGT_R16 2 0004 0000000008 DefineStr -REGT_R32 3 0003 0000000008 DefineStr -REGT_R64 4 0004 0000000008 DefineStr -REGT_R8 1 0004 0000000008 DefineStr -REGT_SEG 5 0003 0000000008 DefineStr -REGT_XMM 8 0004 0000000008 DefineStr -REG_ALLOC 33\t\t\t 0008 0000000008 DefineStr -REG_NONE 32\t\t\t 0021 0000000008 DefineStr -REG_R8 8 0007 0000000008 DefineStr -REG_RAX 0 00E1 0000000008 DefineStr -REG_RBP 5 001B 0000000008 DefineStr -REG_RBX 3 0025 0000000008 DefineStr -REG_RCX 1 0076 0000000008 DefineStr -REG_RDI 7 0003 0000000008 DefineStr -REG_RDX 2 006B 0000000008 DefineStr -REG_REGS_NUM 16 0011 0000000008 DefineStr -REG_RIP 16\t\t\t 0015 0000000008 DefineStr -REG_RSI 6 0003 0000000008 DefineStr -REG_RSP 4 0077 0000000008 DefineStr -REG_UNDEF I8_MIN 0004 0000000008 DefineStr -REPE_CMPSB 00775F1FF8 0001 OpCode -REPE_CMPSD 00775F1F38 0000 OpCode -REPE_CMPSQ 00775F1ED8 0000 OpCode -REPE_CMPSW 00775F1F98 0000 OpCode -REPE_SCASB 00775F1E68 0000 OpCode -REPE_SCASD 00775F1DA8 0000 OpCode -REPE_SCASQ 00775F1D48 0000 OpCode -REPE_SCASW 00775F1E08 0000 OpCode -REPNE_CMPSB 00775F1CD8 0000 OpCode -REPNE_CMPSD 00775F1C18 0000 OpCode -REPNE_CMPSQ 00775F1BB8 0000 OpCode -REPNE_CMPSW 00775F1C78 0000 OpCode -REPNE_SCASB 00775F1B48 0000 OpCode -REPNE_SCASD 00775F1A88 0000 OpCode -REPNE_SCASQ 00775F1A28 0000 OpCode -REPNE_SCASW 00775F1AE8 0000 OpCode -REP_INSB 00775F2718 0001 OpCode -REP_INSD 00775F2658 0001 OpCode -REP_INSW 00775F26B8 0001 OpCode -REP_LODSB 00775F2318 0000 OpCode -REP_LODSD 00775F2258 0000 OpCode -REP_LODSQ 00775F21F8 0000 OpCode -REP_LODSW 00775F22B8 0000 OpCode -REP_MOVSB 00775F25E8 0014 OpCode -REP_MOVSD 00775F2528 0003 OpCode -REP_MOVSQ 00775F24C8 0000 OpCode -REP_MOVSW 00775F2588 0000 OpCode -REP_OUTSB 00775F2448 0001 OpCode -REP_OUTSD 00775F2388 0001 OpCode -REP_OUTSW 00775F23E8 0001 OpCode -REP_STOSB 00775F2188 0003 OpCode -REP_STOSD 00775F20C8 0003 OpCode -REP_STOSQ 00775F2068 0001 OpCode -REP_STOSW 00775F2128 0001 OpCode -RET 00775F3A40 002D OpCode -RET1 00775F19D0 0077 OpCode -RETF 00775F1990 0001 OpCode -RETF1 00775F1920 0000 OpCode -REX 00775F18E0 0028 OpCode -REX2 00775F1888 0000 OpCode -RFLAGG_NORMAL (1 << RFLA 0005 0000000018 DefineStr -RFLAGG_START 0x0000 0005 0000000008 DefineStr -RFLAGf_ALIGN_CHECK 18 0002 0000000008 DefineStr -RFLAGf_AUX_CARRY 4 0002 0000000008 DefineStr -RFLAGf_CARRY 0 0002 0000000008 DefineStr -RFLAGf_DIR 10 0002 0000000008 DefineStr -RFLAGf_ID 21 0002 0000000008 DefineStr -RFLAGf_INT 9 0004 0000000008 DefineStr -RFLAGf_IOPL0 12 0002 0000000008 DefineStr -RFLAGf_IOPL1 13 0002 0000000008 DefineStr -RFLAGf_NESTED_TASK 14 0002 0000000008 DefineStr -RFLAGf_OVERFLOW 11 0002 0000000008 DefineStr -RFLAGf_PARITY 2 0002 0000000008 DefineStr -RFLAGf_RESUME 16 0002 0000000008 DefineStr -RFLAGf_SIGN 7 0002 0000000008 DefineStr -RFLAGf_TRAP 8 0004 0000000008 DefineStr -RFLAGf_V8086 17 0002 0000000008 DefineStr -RFLAGf_VINT 19 0002 0000000008 DefineStr -RFLAGf_VINT_PENDING 20 0002 0000000008 DefineStr -RFLAGf_ZERO 6 0002 0000000008 DefineStr -RFlagsGet 000000006C 000D Funct Public -RFlagsSet 000000006E 001E Funct Public -RIGHT_AINCLUDE 1 0003 0000000008 DefineStr -RIGHT_COPY 2 0003 0000000008 DefineStr -RIGHT_DELETE 4 0003 0000000008 DefineStr -RIGHT_ED 6 0003 0000000008 DefineStr -RIGHT_INCLUDE 0 0003 0000000008 DefineStr -RIGHT_INFILE 9 0003 0000000008 DefineStr -RIGHT_MOUNT 7 0003 0000000008 DefineStr -RIGHT_MOVE 3 0003 0000000008 DefineStr -RIGHT_PLAIN 8 0003 0000000008 DefineStr -RIGHT_TYPE 5 0003 0000000008 DefineStr -RLF_16BIT (1 << RLf_ 0006 0000000018 DefineStr -RLF_16MEG_SYSTEM_HEAP_CTRL(1 << RLf_ 0002 0000000028 DefineStr -RLF_16MEG_SYS_CODE_BP(1 << RLf_ 0002 0000000020 DefineStr -RLF_32BIT (1 << RLf_ 0002 0000000018 DefineStr -RLF_64BIT (1 << RLf_ 0002 0000000018 DefineStr -RLF_AUTOCOMPLETE (1 << RLf_ 0002 0000000018 DefineStr -RLF_BLKDEV (1 << RLf_ 0002 0000000018 DefineStr -RLF_COMPILER (1 << RLf_ 0002 0000000018 DefineStr -RLF_DOC (1 << RLf_ 0002 0000000010 DefineStr -RLF_FULL_HEAPS (1 << RLf_ 0002 0000000018 DefineStr -RLF_HOME (1 << RLf_ 0002 0000000010 DefineStr -RLF_INTERRUPTS (1 << RLf_ 0002 0000000018 DefineStr -RLF_MP (1 << RLf_ 0002 0000000010 DefineStr -RLF_ONCE_SYSTEM (1 << RLf_ 0002 0000000018 DefineStr -RLF_ONCE_USER (1 << RLf_ 0002 0000000018 DefineStr -RLF_PATCHED (1 << RLf_ 0002 0000000018 DefineStr -RLF_RAW (1 << RLf_ 0002 0000000010 DefineStr -RLF_REGISTRY (1 << RLf_ 0002 0000000018 DefineStr -RLF_SYSTEM_SERVER (1 << RLf_ 0002 0000000020 DefineStr -RLF_VESA (1 << RLf_ 0005 0000000010 DefineStr -RLF_WINMGR (1 << RLf_ 0002 0000000018 DefineStr -RLf_16BIT 0 0004 0000000008 DefineStr -RLf_16MEG_SYSTEM_HEAP_CTRL6 0005 0000000008 DefineStr -RLf_16MEG_SYS_CODE_BP4 0004 0000000008 DefineStr -RLf_32BIT 2 0004 0000000008 DefineStr -RLf_64BIT 5 0004 0000000008 DefineStr -RLf_AUTOCOMPLETE 17 000F 0000000008 DefineStr -RLf_BLKDEV 10 0004 0000000008 DefineStr -RLf_COMPILER 12 0005 0000000008 DefineStr -RLf_DOC 13 0006 0000000008 DefineStr -RLf_FULL_HEAPS 7 0004 0000000008 DefineStr -RLf_HOME 16 0005 0000000008 DefineStr -RLf_INTERRUPTS 9 0004 0000000008 DefineStr -RLf_MP 11 0004 0000000008 DefineStr -RLf_ONCE_SYSTEM 19 000F 0000000008 DefineStr -RLf_ONCE_USER 20 000F 0000000008 DefineStr -RLf_PATCHED 3 0004 0000000008 DefineStr -RLf_RAW 8 0004 0000000008 DefineStr -RLf_REGISTRY 15 0005 0000000008 DefineStr -RLf_SYSTEM_SERVER 18 0008 0000000008 DefineStr -RLf_VESA 1 0005 0000000008 DefineStr -RLf_WINMGR 14 0005 0000000008 DefineStr -ROL 00775F02A8 0000 OpCode -ROL1 00775F0220 0000 OpCode -ROPBF_DITHER 0x40 0012 0000000008 DefineStr -ROPBF_HALF_RANGE_COLOR0x10 0009 0000000008 DefineStr -ROPBF_PROBABILITY_DITHER0x80 0016 0000000008 DefineStr -ROPBF_TWO_SIDED 0x20 0009 0000000008 DefineStr -ROPB_COLLISION 0x02 001D 0000000008 DefineStr -ROPB_EQU 0x00 0020 0000000008 DefineStr -ROPB_MONO 0x03 0027 0000000008 DefineStr -ROPB_XOR 0x01 0023 0000000008 DefineStr -ROPF_DITHER 0x40000000 0046 0000000010 DefineStr -ROPF_HALF_RANGE_COLOR0x1000 0006 0000000008 DefineStr -ROPF_PROBABILITY_DITHER0x80000000 0006 0000000010 DefineStr -ROPF_TWO_SIDED 0x2000 0006 0000000008 DefineStr -ROP_COLLISION (ROPB_COLL 0002 0000000018 DefineStr -ROP_EQU (ROPB_EQU 0009 0000000010 DefineStr -ROP_MONO (ROPB_MONO 0002 0000000018 DefineStr -ROP_XOR (ROPB_XOR 000E 0000000010 DefineStr -ROR 00775F0118 0000 OpCode -ROR1 00775F0090 0000 OpCode -ROUND_DRIVE_TO (63 * 255) 0015 0000000010 DefineStr -RSAC_ALL 2 000B 0000000008 DefineStr -RSAC_REPLACE 0 0005 0000000008 DefineStr -RSAC_SKIP 1 0001 0000000008 DefineStr -RSI 0000000406 0160 Reg -RSIu8 0000000116 0000 Reg -RSM 00775F1830 0000 OpCode -RSP 0000000404 0100 Reg -RSPGet 0000000073 0008 Funct Public -RSPSet 0000000074 0002 Funct Public -RSPu8 0000000114 0000 Reg -RS_ATTR_ARCHIVE 0x20 0003 0000000008 DefineStr -RS_ATTR_CONTIGUOUS 0x400 000E 0000000008 DefineStr -RS_ATTR_DELETED 0x100 0008 0000000008 DefineStr -RS_ATTR_DIR 0x10 0057 0000000008 DefineStr -RS_ATTR_FIXED 0x800 0002 0000000008 DefineStr -RS_ATTR_HIDDEN 0x02 0003 0000000008 DefineStr -RS_ATTR_LONG_NAME (RS_ATTR_R 000D 0000000048 DefineStr -RS_ATTR_LONG_NAME_MASK(RS_ATTR_L 000A 0000000038 DefineStr -RS_ATTR_READ_ONLY 0x01 0003 0000000008 DefineStr -RS_ATTR_RESIDENT 0x200 0005 0000000008 DefineStr -RS_ATTR_SYSTEM 0x04 0003 0000000008 DefineStr -RS_ATTR_VOL_ID 0x08 0007 0000000008 DefineStr -RTF_UNSIGNED 1 0019 0000000008 DefineStr -RTG_MASK 0xFF 0007 0000000008 DefineStr -RT_F32 12 0004 0000000008 DefineStr -RT_F64 14 007C 0000000008 DefineStr -RT_I0 2 000B 0000000008 DefineStr -RT_I16 6 0014 0000000008 DefineStr -RT_I32 8 000A 0000000008 DefineStr -RT_I64 10 023E 0000000008 DefineStr -RT_I8 4 002C 0000000008 DefineStr -RT_PTR 10 001B 0000000008 DefineStr -RT_RTS_NUM 16 0004 0000000008 DefineStr -RT_U0 3 000B 0000000008 DefineStr -RT_U16 7 0013 0000000008 DefineStr -RT_U32 9 0013 0000000008 DefineStr -RT_U64 11 000E 0000000008 DefineStr -RT_U8 5 0023 0000000008 DefineStr -RT_UF32 13 0004 0000000008 DefineStr -RT_UF64 15 0004 0000000008 DefineStr -Rand 000000CF90 0003 0000000035 Funct Public -RandI16 000000CF10 0003 0000000018 Funct Public -RandI32 000000CF40 0003 0000000017 Funct Public -RandI64 000000CF70 0003 000000000B Funct Public -RandInt 000000CE78 000A ExportSysSym Imm -RandU16 000000CF28 001F 0000000016 Funct Public -RandU32 000000CF58 000A 0000000016 Funct Public -RandU64 000000CF80 0003 000000000B Funct Public -RandU8 000000CEF8 0004 0000000015 Funct Public -Raw 000001662E 0016 0000000043 Funct Public -RawD 0000016F26 0003 0000000080 Funct Public -RawDm 0000016FA6 0003 000000007E Funct Public -RawDr 0000017106 0004 000000032B Funct -RawPrint 0000016E7E 000A 00000000A5 Funct Public -RawPutChar 0000015ABE 000B 00000002B3 Funct Public -ReAlloc 000000E114 0004 000000006A Funct Public -Reboot 0000031C48 0008 000000008C Funct Public -RedSeaAllocClus 00000296CB 0004 ExportSysSym Imm -RedSeaCd 00000293D3 0003 ExportSysSym Imm -RedSeaCheckDisk 00769693C0 0003 0000000336 Funct -RedSeaCheckDiskList 00769EDAB0 0005 00000001A7 Funct -RedSeaDirNew 00000298F3 0006 ExportSysSym Imm -RedSeaDriveView 00769ED0E8 0003 0000000212 Funct -RedSeaFileFind 000002902B 000A ExportSysSym Imm -RedSeaFileRead 000002926B 0004 ExportSysSym Imm -RedSeaFileWrite 000002A113 0003 ExportSysSym Imm -RedSeaFilesDel 0000029EB3 0004 ExportSysSym Imm -RedSeaFilesFind 000002A263 0004 ExportSysSym Imm -RedSeaFormat 0000028D5B 0006 ExportSysSym Imm -RedSeaFreeClus 0000029473 0008 0000000258 Funct -RedSeaFreeFreeList 000002899B 0007 ExportSysSym Imm -RedSeaFreeListBuild 0000028A43 0004 ExportSysSym Imm -RedSeaISO 0076563230 0005 0000000236 Funct Public -RedSeaISO9660 0076731888 0001 00000002D3 Funct -RedSeaISO9660Stage1 0076705F48 0003 00000000FF Funct -RedSeaISOPass1 007663CDE0 0005 0000000084 Funct -RedSeaInit 0000028BBB 000A ExportSysSym Imm -RedSeaMkDir 000002A563 0003 ExportSysSym Imm -RedSeaUnusedDriveSpace007695CDF0 0003 00000000FD Funct -RedSeaValidate 0000028CF3 0005 ExportSysSym Imm -Refresh 0076935450 0013 000000011F Funct Public -RegAppend 0077FC3040 0009 0000000042 Funct Public -RegCache 00766F01E8 0009 0000000051 Funct -RegCount 00766CC1D8 0005 0000000084 Funct Public -RegDefault 00766D58D0 000C 000000010C Funct Public -RegExe 007672DDF0 000A 0000000020 Funct Public -RegInit 00766CAAD8 0003 000000010B Funct -RegOneTimePopUp 007678AE18 0008 0000000074 Funct -RegPoly 0076BCACD8 0007 0000000328 Funct Public -RegWrite 0077FC2D70 000E 0000000042 Funct Public -RepInU16 000000AFAB 0003 Funct Public -RepInU32 000000AF93 0003 Funct Public -RepInU8 000000AFC4 0002 Funct Public -RepOutU16 000000AFF5 0002 Funct Public -RepOutU32 000000AFDD 0003 Funct Public -RepOutU8 000000B00E 0002 Funct Public -Round 000000AA92 0006 Funct Public -RoundI64 000000CDA8 0024 0000000028 Funct Public -RunFile 0077625217 0006 000000002D Funct Public -RunFile2 00776253CF 0003 000000002D Funct Public -S 0000017996 0003 000000008D Funct Public -S2T 0076528148 0001 0000000022 Funct Public -SAFETY 0.9 0005 0000000008 DefineStr -SAHF 00775F17D8 0000 OpCode -SAL 00775EFB78 0000 OpCode -SAL1 00775EFA68 0000 OpCode -SAR 00775EF790 0014 OpCode -SAR1 00775EF708 0000 OpCode -SATARep 007696A128 0003 000000037D Funct -SBB 00775F7388 0007 OpCode -SCASB 00775F1780 0004 OpCode -SCASD 00775F16D0 0000 OpCode -SCASQ 00775F1678 0000 OpCode -SCASW 00775F1728 0000 OpCode -SCF_ALT (1 << SCf_ 0031 0000000010 DefineStr -SCF_CAPS (1 << SCf_ 0007 0000000010 DefineStr -SCF_CTRL (1 << SCf_ 006D 0000000010 DefineStr -SCF_DELETE (1 << SCf_ 0004 0000000018 DefineStr -SCF_E0_PREFIX (1 << SCf_ 0003 0000000018 DefineStr -SCF_INS (1 << SCf_ 0004 0000000010 DefineStr -SCF_KEY_DESC (1 << SCf_ 00C7 0000000018 DefineStr -SCF_KEY_UP (1 << SCf_ 0007 0000000018 DefineStr -SCF_MS_L_DOWN (1 << SCf_ 0002 0000000018 DefineStr -SCF_MS_R_DOWN (1 << SCf_ 0002 0000000018 DefineStr -SCF_NEW_KEY (1 << SCf_ 0005 0000000018 DefineStr -SCF_NO_SHIFT (1 << SCf_ 0009 0000000018 DefineStr -SCF_NUM (1 << SCf_ 0004 0000000010 DefineStr -SCF_SCROLL (1 << SCf_ 0007 0000000018 DefineStr -SCF_SHIFT (1 << SCf_ 00E9 0000000018 DefineStr -SC_ALT 0x38 0015 0000000008 DefineStr -SC_BACKSPACE 0x0E 0005 0000000008 DefineStr -SC_CAPS 0x3A 0006 0000000008 DefineStr -SC_CTRL 0x1D 0013 0000000008 DefineStr -SC_CURSOR_DOWN 0x50 000E 0000000008 DefineStr -SC_CURSOR_LEFT 0x4B 000E 0000000008 DefineStr -SC_CURSOR_RIGHT 0x4D 000E 0000000008 DefineStr -SC_CURSOR_UP 0x48 000E 0000000008 DefineStr -SC_DELETE 0x53 0014 0000000008 DefineStr -SC_END 0x4F 0009 0000000008 DefineStr -SC_ENTER 0x1C 0004 0000000008 DefineStr -SC_ESC 0x01 0005 0000000008 DefineStr -SC_F1 0x3B 000E 0000000008 DefineStr -SC_F10 0x44 0005 0000000008 DefineStr -SC_F11 0x57 0009 0000000008 DefineStr -SC_F12 0x58 0009 0000000008 DefineStr -SC_F2 0x3C 0008 0000000008 DefineStr -SC_F3 0x3D 0008 0000000008 DefineStr -SC_F4 0x3E 0008 0000000008 DefineStr -SC_F5 0x3F 0007 0000000008 DefineStr -SC_F6 0x40 0005 0000000008 DefineStr -SC_F7 0x41 0008 0000000008 DefineStr -SC_F8 0x42 0003 0000000008 DefineStr -SC_F9 0x43 0003 0000000008 DefineStr -SC_GUI 0xDB 000B 0000000008 DefineStr -SC_HOME 0x47 0009 0000000008 DefineStr -SC_INS 0x52 000F 0000000008 DefineStr -SC_NUM 0x45 0006 0000000008 DefineStr -SC_PAGE_DOWN 0x51 000A 0000000008 DefineStr -SC_PAGE_UP 0x49 000A 0000000008 DefineStr -SC_PAUSE 0x61 0002 0000000008 DefineStr -SC_PRINTSCREEN1 0xAA 0006 0000000008 DefineStr -SC_PRINTSCREEN2 0xB7 0003 0000000008 DefineStr -SC_SCROLL 0x46 0006 0000000008 DefineStr -SC_SHIFT 0x2A 0015 0000000008 DefineStr -SC_TAB 0x0F 0007 0000000008 DefineStr -SCf_ALT 11 0016 0000000008 DefineStr -SCf_CAPS 12 0004 0000000008 DefineStr -SCf_CTRL 10 0033 0000000008 DefineStr -SCf_DELETE 18 0003 0000000008 DefineStr -SCf_E0_PREFIX 7 0004 0000000008 DefineStr -SCf_INS 19 0003 0000000008 DefineStr -SCf_KEY_DESC 31 0059 0000000008 DefineStr -SCf_KEY_UP 8 0004 0000000008 DefineStr -SCf_MS_L_DOWN 16 0004 0000000008 DefineStr -SCf_MS_R_DOWN 17 0004 0000000008 DefineStr -SCf_NEW_KEY 15 0005 0000000008 DefineStr -SCf_NO_SHIFT 30 0006 0000000008 DefineStr -SCf_NUM 13 0004 0000000008 DefineStr -SCf_SCROLL 14 0004 0000000008 DefineStr -SCf_SHIFT 9 006B 0000000008 DefineStr -SEGCS 00775F1620 0000 OpCode -SEGDS 00775F1570 0000 OpCode -SEGES 00775F1518 0000 OpCode -SEGFS 00775F14C0 0000 OpCode -SEGGS 00775F1468 0000 OpCode -SEGSS 00775F15C8 0000 OpCode -SEL_MESH_AND 2 0009 0000000008 DefineStr -SEL_MESH_EQU 0 0007 0000000008 DefineStr -SEL_MESH_OR 1 0003 0000000008 DefineStr -SEMA_DEBUG 0 0004 0000000008 DefineStr -SEMA_DEBUG_MODE 4 0004 0000000008 DefineStr -SEMA_DEV_MEM 13 0012 0000000008 DefineStr -SEMA_DISK_CACHE 11 000A 0000000008 DefineStr -SEMA_FAR_CALL32 12 0010 0000000008 DefineStr -SEMA_FIX 20 000A 0000000008 DefineStr -SEMA_FLUSH_VBE_IMAGE9 0005 0000000008 DefineStr -SEMA_HEAPLOG_ACTIVE 6 0019 0000000008 DefineStr -SEMA_HEAPLOG_LOCK 7 0023 0000000008 DefineStr -SEMA_JUST_PUMP_MESSAGES18 0006 0000000008 DefineStr -SEMA_MUTE 17 0006 0000000008 DefineStr -SEMA_RECORD_MACRO 1 000F 0000000008 DefineStr -SEMA_REFRESH_IN_PROGRESS8 0008 0000000008 DefineStr -SEMA_SEMAS_NUM 21 0005 0000000008 DefineStr -SEMA_SINGLE_USER 10 0005 0000000008 DefineStr -SEMA_SOUND 5 0007 0000000008 DefineStr -SEMA_SYS_DATE 3 0006 0000000008 DefineStr -SEMA_SYS_TIMER 2 0006 0000000008 DefineStr -SEMA_TMBEAT 19 000A 0000000008 DefineStr -SEMA_TT 16 0002 0000000008 DefineStr -SEMA_UPDATE_WIN_Z_BUF15 0008 0000000008 DefineStr -SEMA_VGA 14 0002 0000000008 DefineStr -SETA 00775F0F28 0000 OpCode -SETAE 00775F1240 0000 OpCode -SETB 00775F1348 0000 OpCode -SETBE 00775F0FD8 0000 OpCode -SETC 00775F1308 0000 OpCode -SETE 00775F1138 0000 OpCode -SETG 00775F0A58 0000 OpCode -SETGE 00775F0BB8 0000 OpCode -SETL 00775F0C68 0000 OpCode -SETLE 00775F0B08 0000 OpCode -SETNA 00775F0F98 0000 OpCode -SETNAE 00775F12B0 0000 OpCode -SETNB 00775F11A8 0000 OpCode -SETNBE 00775F0EE8 0000 OpCode -SETNC 00775F1200 0000 OpCode -SETNE 00775F1088 0000 OpCode -SETNG 00775F0AC8 0000 OpCode -SETNGE 00775F0C28 0000 OpCode -SETNL 00775F0B78 0000 OpCode -SETNLE 00775F0A18 0000 OpCode -SETNO 00775F13A0 0000 OpCode -SETNP 00775F0D18 0000 OpCode -SETNS 00775F0E20 0000 OpCode -SETNZ 00775F1048 0000 OpCode -SETO 00775F13F8 0000 OpCode -SETP 00775F0DC8 0000 OpCode -SETPE 00775F0D88 0000 OpCode -SETPO 00775F0CD8 0000 OpCode -SETS 00775F0E78 0000 OpCode -SETZ 00775F10F8 0000 OpCode -SET_FS_BASE 000000B148 000B ExportSysSym Imm -SET_GS_BASE 000000B132 0008 ExportSysSym Imm -SE_NOISE 0 0005 0000000008 DefineStr -SE_SWEEP 1 0005 0000000008 DefineStr -SFF_IGNORE_CASE 1 000A 0000000008 DefineStr -SFF_WHOLE_LABELS_AFTER4 000A 0000000008 DefineStr -SFF_WHOLE_LABELS_BEFORE2 000A 0000000008 DefineStr -SFG_WHOLE_LABELS (SFF_WHOLE 0009 0000000038 DefineStr -SF_ARG1 0x10 0099 0000000008 DefineStr -SF_ARG2 0x18 0055 0000000008 DefineStr -SF_ARG3 0x20 0034 0000000008 DefineStr -SF_ARG4 0x28 000F 0000000008 DefineStr -SF_ARG5 0x30 000A 0000000008 DefineStr -SF_ARG6 0x38 0004 0000000008 DefineStr -SF_ARG7 0x40 0002 0000000008 DefineStr -SF_ARG8 0x48 0002 0000000008 DefineStr -SF_RBP 0x00 0004 0000000008 DefineStr -SF_RIP 0x08 0006 0000000008 DefineStr -SGDT 00775F3320 0000 OpCode -SGF_SHIFT_ESC_EXIT 1 0005 0000000008 DefineStr -SGF_WITH_NEW_LINE 2 000A 0000000008 DefineStr -SHIFT_KEY_SCAN_DECODE_TABLE000001926B 0007 ExportSysSym Imm -SHL 00775EFC68 0029 OpCode -SHL1 00775EFAD8 0039 OpCode -SHLD 00775F0988 0000 OpCode -SHR 00775EF920 0029 OpCode -SHR1 00775EF898 0000 OpCode -SHRD 00775F0910 0003 OpCode -SI 0000000206 0041 Reg -SIDT 00775F3230 0000 OpCode -SLDT 00775F3160 0000 OpCode -SMArrow 0076A168B0 0003 0000000115 Funct -SMBIOSEntryScan 00764B8090 0005 0000000086 Funct -SMBIOSInit 00764B5828 0003 0000001E5B Funct -SMBIOSStr 00767F3828 0059 000000006F Funct -SMBIOSStructGet 00764B7FE0 0001 000000009B Funct -SMBIOSt_ALL 0xFF 0005 0000000008 DefineStr -SMBIOSt_BASEBOARD 2 0005 0000000008 DefineStr -SMBIOSt_BATTERY 22 0005 0000000008 DefineStr -SMBIOSt_BIOS 0 0008 0000000008 DefineStr -SMBIOSt_BOOT_INFO 32 0002 0000000008 DefineStr -SMBIOSt_CACHE 7 0005 0000000008 DefineStr -SMBIOSt_CONNECTOR 8 0005 0000000008 DefineStr -SMBIOSt_ENCLOSURE 3 0005 0000000008 DefineStr -SMBIOSt_MAPPED_ADDR 19 0002 0000000008 DefineStr -SMBIOSt_MEM_DEVICE 17 000B 0000000008 DefineStr -SMBIOSt_OEM_STRINGS 11 0008 0000000008 DefineStr -SMBIOSt_PHYMEM 16 0005 0000000008 DefineStr -SMBIOSt_PROCESSOR 4 0008 0000000008 DefineStr -SMBIOSt_SLOT 9 0005 0000000008 DefineStr -SMBIOSt_SYSTEM 1 0005 0000000008 DefineStr -SMBIOSt_SYS_CONFIG_OPTIONS12 0005 0000000008 DefineStr -SMBitMap 007699DA28 0005 00000004E5 Funct -SMCircle 00769EDE10 0003 0000000183 Funct -SMEllipse 00769AD9C0 0003 000000036B Funct -SMLine 007699FA28 0003 00000000FF Funct -SMMesh 007698FF28 0003 0000000221 Funct -SMPlanarSymmetry 0076999AF8 0003 000000011C Funct -SMPolyLineFamily 0076995258 0003 000000032A Funct -SMPolyPoint 0076993D48 0003 000000024D Funct -SMPolygon 00769967B8 0003 0000000388 Funct -SMRect 00769DF6E0 0003 0000000154 Funct -SMSW 00775F3090 0000 OpCode -SMScreenBitMap 00769B45A0 0003 0000000335 Funct -SMShiftableMesh 0076A45048 0005 0000000396 Funct -SMTaskTitleSet 007698E550 0003 00000000F1 Funct -SMTextFamily 0076992880 0003 00000001E8 Funct -SM_INS 1 0003 0000000008 DefineStr -SM_PLAY 2 0003 0000000008 DefineStr -SM_RECORD 0 0003 0000000008 DefineStr -SM_REPEAT_N 3 0003 0000000008 DefineStr -SM_STOP 4 0003 0000000008 DefineStr -SP 0000000204 000C Reg -SPBM_ADD_OUTLINE 23 0003 0000000008 DefineStr -SPBM_ARROW 7 000D 0000000008 DefineStr -SPBM_CIRCLE 9 0009 0000000008 DefineStr -SPBM_COLOR 2 0003 0000000008 DefineStr -SPBM_COPY 17 0009 0000000008 DefineStr -SPBM_DELETE 18 000B 0000000008 DefineStr -SPBM_DITHER_COLOR 3 0003 0000000008 DefineStr -SPBM_ETCH 24 0003 0000000008 DefineStr -SPBM_EXIT 0 0003 0000000008 DefineStr -SPBM_FIND_AND_REPLACE21 0003 0000000008 DefineStr -SPBM_FLOOD_FILL 13 0005 0000000008 DefineStr -SPBM_FLOOD_FILL_NOT 14 0005 0000000008 DefineStr -SPBM_LINE 6 000B 0000000008 DefineStr -SPBM_MAIN_MENU 1 0003 0000000008 DefineStr -SPBM_PASTE 19 000F 0000000008 DefineStr -SPBM_PASTE_TRANSPARENT20 0009 0000000008 DefineStr -SPBM_POLYLINE 15 000B 0000000008 DefineStr -SPBM_POLYPT 16 0009 0000000008 DefineStr -SPBM_PT 5 0005 0000000008 DefineStr -SPBM_RECT 8 0009 0000000008 DefineStr -SPBM_SAVE_GR 26 0003 0000000008 DefineStr -SPBM_TEXT 10 0009 0000000008 DefineStr -SPBM_TEXT_BOX 11 0009 0000000008 DefineStr -SPBM_TEXT_DIAMOND 12 0009 0000000008 DefineStr -SPBM_TRIM_TO_EXTENTS22 0003 0000000008 DefineStr -SPBM_UNDO 25 0003 0000000008 DefineStr -SPBM_WIDTH 4 0003 0000000008 DefineStr -SPEDF_SEL 1 0015 0000000008 DefineStr -SPEDT_SIMPLE_PT 0 0015 0000000008 DefineStr -SPEDT_WIDTH_HEIGHT 1 000B 0000000008 DefineStr -SPED_EXIT 15 0007 0000000008 DefineStr -SPED_INS_CLIP 13 0003 0000000008 DefineStr -SPED_MAIN_MENU 14 0005 0000000008 DefineStr -SPED_SEL 2 0005 0000000008 DefineStr -SPED_SEL_RECTS 3 0005 0000000008 DefineStr -SPED_SEL_UNSEL_ALL 0 0003 0000000008 DefineStr -SPED_SET_ORIGIN 10 0003 0000000008 DefineStr -SPED_SHIFT_PTS 6 0007 0000000008 DefineStr -SPED_SHIFT_RECTS 7 0007 0000000008 DefineStr -SPED_SHIFT_SEL 8 0003 0000000008 DefineStr -SPED_SHIFT_SUB_ORIGIN11 0003 0000000008 DefineStr -SPED_TEXT_ED 12 0003 0000000008 DefineStr -SPED_TRANSFORM_SEL 9 0003 0000000008 DefineStr -SPED_UNSEL 4 0007 0000000008 DefineStr -SPED_UNSEL_RECTS 5 0009 0000000008 DefineStr -SPE_ABORT (-1) 0011 0000000008 DefineStr -SPE_CONT 1 000B 0000000008 DefineStr -SPE_EXIT 0 0015 0000000008 DefineStr -SPF_SEL 128 0019 0000000008 DefineStr -SPG_TYPE_MASK 0x7F 004B 0000000008 DefineStr -SPHT_ELEM_CODE 1 0005 0000000008 DefineStr -SPT_ARROW 26\t\t\t 0017 0000000008 DefineStr -SPT_BITMAP 23\t\t\t 002B 0000000008 DefineStr -SPT_BSPLINE2 17\t\t\t 001F 0000000008 DefineStr -SPT_BSPLINE2_CLOSED 18\t\t\t 001D 0000000008 DefineStr -SPT_BSPLINE3 19\t\t\t 001B 0000000008 DefineStr -SPT_BSPLINE3_CLOSED 20\t\t\t 0019 0000000008 DefineStr -SPT_CIRCLE 14\t\t\t 0019 0000000008 DefineStr -SPT_COLOR 1 \t\t\t 001B 0000000008 DefineStr -SPT_DITHER_COLOR 2 \t\t\t 0013 0000000008 DefineStr -SPT_ED_MENU -5 0003 0000000008 DefineStr -SPT_ELLIPSE 15\t\t\t 001B 0000000008 DefineStr -SPT_END 0 \t\t\t 000B 0000000008 DefineStr -SPT_EXIT -6 0005 0000000008 DefineStr -SPT_FLOOD_FILL 21\t\t\t 0019 0000000008 DefineStr -SPT_FLOOD_FILL_NOT 22\t\t\t 0019 0000000008 DefineStr -SPT_INS_SCREEN_BITMAP-3 0007 0000000008 DefineStr -SPT_INS_TRANSPARENT_SCREEN_BITMAP-4 0009 0000000008 DefineStr -SPT_LINE 10\t\t\t 0017 0000000008 DefineStr -SPT_MENU -2 002D 0000000008 DefineStr -SPT_MESH 24\t\t\t 0027 0000000008 DefineStr -SPT_PLANAR_SYMMETRY 4 \t\t\t 0021 0000000008 DefineStr -SPT_POLYGON 16\t\t\t 001B 0000000008 DefineStr -SPT_POLYLINE 11\t\t\t 001F 0000000008 DefineStr -SPT_POLYPT 9 \t\t\t 0021 0000000008 DefineStr -SPT_PT 8 \t\t\t 001B 0000000008 DefineStr -SPT_RECT 12\t\t\t 0019 0000000008 DefineStr -SPT_ROTATED_RECT 13\t\t\t 0017 0000000008 DefineStr -SPT_SHIFT 7 \t\t\t 0013 0000000008 DefineStr -SPT_SHIFTABLE_MESH 25\t\t\t 0027 0000000008 DefineStr -SPT_TEXT 27\t\t\t 0017 0000000008 DefineStr -SPT_TEXT_BOX 28\t\t\t 0017 0000000008 DefineStr -SPT_TEXT_DIAMOND 29\t\t\t 0017 0000000008 DefineStr -SPT_THICK 3 \t\t\t 0015 0000000008 DefineStr -SPT_TRANSFORM_OFF 6 \t\t\t 000D 0000000008 DefineStr -SPT_TRANSFORM_ON 5 \t\t\t 0011 0000000008 DefineStr -SPT_TYPES_NUM 30 0009 0000000008 DefineStr -SPf_SEL 7 0011 0000000008 DefineStr -SPutChar 0000011C7A 0036 ExportSysSym Imm -SS 0000000502 000D Reg -SSF_INACTIVE 1 0006 0000000008 DefineStr -SSF_NO_COMPRESSION 2 0004 0000000008 DefineStr -SSF_NO_TENSION 4 0004 0000000008 DefineStr -ST0 0000000600 009D Reg -ST1 0000000601 0027 Reg -ST2 0000000602 0000 Reg -ST3 0000000603 0000 Reg -ST4 0000000604 0000 Reg -ST5 0000000605 0000 Reg -ST6 0000000606 0000 Reg -ST7 0000000607 0000 Reg -STC 00775F08D0 0000 OpCode -STD 00775F0878 0000 OpCode -STD_DISTRO_DVD_CONFIG\"TB\\nSca 0005 0000000030 DefineStr -STI 00775F0820 000C OpCode -STOSB 00775F07C8 0001 OpCode -STOSD 00775F0718 0004 OpCode -STOSQ 00775F06C0 0000 OpCode -STOSW 00775F0770 0000 OpCode -STR 00775F0630 0000 OpCode -STR_LEN 144 007D 0000000008 DefineStr -ST_ARG_TYPES NONE 38 04F7 0000000118 DefineStr -ST_BIBLE_BOOKS Genesis 42 0000 0000000238 DefineStr -ST_BIBLE_BOOK_LINES 297 43 0002 0000000190 DefineStr -ST_BIBLE_LINES 100110 0003 0000000008 DefineStr -ST_BIN_FILE_TYPES END 1B 0000 00000000E8 DefineStr -ST_BLKDEV_TYPES NULL 06 0002 0000000030 DefineStr -ST_COLORS BLACK 10 0001 0000000068 DefineStr -ST_CPUID_1_ECX_FLAGSSSE3 13B 0000 00000011D8 DefineStr -ST_CPUID_1_EDX_FLAGSx87 FPU 20 0000 00000001D0 DefineStr -ST_DAYS_OF_WEEK Sunday 07 000C 0000000040 DefineStr -ST_DOC_CMDS TX 2B 0375 0000000088 DefineStr -ST_DOC_FLAGS T 3E 0007 00000000C0 DefineStr -ST_DRIVE_TYPES NULL 06 0002 0000000028 DefineStr -ST_ERR_ST \"\d\dRED\ 000A 0000000028 DefineStr -ST_FALSE_TRUE False 23 0000 00000000E8 DefineStr -ST_FILE_ATTRS R 0C 0589 0000000020 DefineStr -ST_FILE_UTIL_FLAGS r 17 0B23 0000000038 DefineStr -ST_FSTACK_REGS ST0 08 0000 0000000028 DefineStr -ST_HTT_TYPES ExportSysS 20 1820 00000000D0 DefineStr -ST_INT_NAMES Divide Err 33 0000 0000000170 DefineStr -ST_INT_SIZE_TYPES I8 08 0000 0000000020 DefineStr -ST_LINK_TYPES FI 10 0000 0000000038 DefineStr -ST_MM_REGS MM0 08 0000 0000000028 DefineStr -ST_MONTHS January 0C 0000 0000000058 DefineStr -ST_NATURAL_TYPES I8 0A 0000 0000000030 DefineStr -ST_OFF_ON Off 26 0000 00000000F8 DefineStr -ST_RAINBOW_10 BLACK 0A 0000 0000000040 DefineStr -ST_RAW_TYPES 10 0000 0000000040 DefineStr -ST_RHYTHM_COMPLEXITYSimple 03 0000 0000000018 DefineStr -ST_SEG_REGS ES 06 0000 0000000018 DefineStr -ST_SMBIOS_BASEBOARD_FLAGSHosting Bo 13 0000 0000000138 DefineStr -ST_SMBIOS_BASEBOARD_TYPES 0D 0000 00000000C0 DefineStr -ST_SMBIOS_BIOS_FLAGS 4C 0000 00000005D8 DefineStr -ST_SMBIOS_BIOS_FLAGSEXT1ACPI 2C 0000 0000000250 DefineStr -ST_SMBIOS_BIOS_FLAGSEXT2BIOS Boot 23 0000 0000000208 DefineStr -ST_SMBIOS_CACHE_ASSOCIATIVITY CE 0000 0000000DD8 DefineStr -ST_SMBIOS_CACHE_SRAM_TYPESOther D6 0000 0000000DD8 DefineStr -ST_SMBIOS_CONNECTOR_TYPESNone BE 0000 0000000BD8 DefineStr -ST_SMBIOS_ENCLOSURE_SECURITY_STATUSES 33 0000 00000002D8 DefineStr -ST_SMBIOS_ENCLOSURE_STATES 3B 0000 0000000328 DefineStr -ST_SMBIOS_ENCLOSURE_TYPES 61 0000 00000005D8 DefineStr -ST_SMBIOS_MEMDEV_FORM_FACTORS 45 0000 0000000268 DefineStr -ST_SMBIOS_MEMDEV_TYPES 34 0000 00000001E0 DefineStr -ST_SMBIOS_MEMDEV_TYPE_DETAILS 12 0000 00000000D0 DefineStr -ST_SMBIOS_PHYMEM_LOCATIONS 10 0000 00000000A0 DefineStr -ST_SMBIOS_PHYMEM_USES 4E 0000 00000002D8 DefineStr -ST_SMBIOS_PORT_TYPESNone 99 0000 00000009D8 DefineStr -ST_SMBIOS_PROCESSOR_FLAGS E0 0000 0000000DD8 DefineStr -ST_SMBIOS_PROCESSOR_TYPES 2C 0000 0000000268 DefineStr -ST_SMBIOS_PROCESSOR_UPGRADES 11B 0000 0000000FD8 DefineStr -ST_SMBIOS_PROCESSOR_VOLTAGE_LEVELS5V 24 0000 0000000200 DefineStr -ST_SMBIOS_SLOT_DATA_BUS_WIDTHS 2E 0000 00000001C8 DefineStr -ST_SMBIOS_SLOT_FLAGS1 1E 0000 0000000160 DefineStr -ST_SMBIOS_SLOT_FLAGS2PCI Power 15 0000 00000000F8 DefineStr -ST_SMBIOS_SLOT_TYPES1 72 0000 00000007D8 DefineStr -ST_SMBIOS_SLOT_TYPES2 4C 0000 00000003B0 DefineStr -ST_SMBIOS_WAKEUP_TYPES 1D 0000 00000001A8 DefineStr -ST_SPRITE_BITMAP_MENUExit 1B 0000 00000000F8 DefineStr -ST_SPRITE_ED_MENU Select/Uns 0F 0000 00000000C8 DefineStr -ST_SPRITE_ELEM_CODESEnd 1E 0001 00000000E8 DefineStr -ST_SPRITE_ELEM_TYPESEnd 1E 0000 0000000128 DefineStr -ST_TY_TYPES NULL 07 0000 0000000028 DefineStr -ST_U16_REGS AX 10 0000 0000000050 DefineStr -ST_U32_REGS EAX 10 0000 0000000058 DefineStr -ST_U64_REGS RAX 10 0009 0000000040 DefineStr -ST_U8_REGS AL 10 0000 0000000048 DefineStr -ST_U8_REX_REGS AL 10 0000 0000000058 DefineStr -ST_WARN_ST \"\d\dLTRE 0019 0000000030 DefineStr -ST_XMM_REGS XMM0 0F 0000 0000000058 DefineStr -SU 00764909B8 0003 00000000BE Funct Public -SUB 00775F71E0 0057 OpCode -SUF_REM_CTRL_CHARS 0x001 000A 0000000008 DefineStr -SUF_REM_LEADING 0x002 0013 0000000008 DefineStr -SUF_REM_SPACES 0x008 0004 0000000008 DefineStr -SUF_REM_TRAILING 0x004 001C 0000000008 DefineStr -SUF_S2T 0x080 0006 0000000008 DefineStr -SUF_SAFE_DOLLAR 0x400 0003 0000000008 DefineStr -SUF_SCALE_INDENT 0x200 0003 0000000008 DefineStr -SUF_SINGLE_SPACE 0x010 0006 0000000008 DefineStr -SUF_T2S 0x100 0003 0000000008 DefineStr -SUF_TO_LOWER 0x040 0003 0000000008 DefineStr -SUF_TO_UPPER 0x020 0010 0000000008 DefineStr -SUFile 007648D098 0003 000000010D Funct -SV_I_REG 9 0005 0000000008 DefineStr -SV_NONE 11 0004 0000000008 DefineStr -SV_R_REG 8 0007 0000000008 DefineStr -SV_STI_LIKE 10 0004 0000000008 DefineStr -SYS_16MEG_AREA_LIMIT0x1000000 0009 0000000010 DefineStr -SYS_BOOT_BLK 0000007C28 0005 ExportSysSym Imm -SYS_BOOT_PATCH_TABLE_BASE0000007C2C 0006 ExportSysSym Imm -SYS_BOOT_SRC 0000007C24 0005 ExportSysSym Imm -SYS_CACHE_LINE_WIDTH0000009AA0 0004 ExportSysSym Imm -SYS_CODE_BP 00000098E8 0006 ExportSysSym Imm -SYS_COMPILE_TIME 0000007C34 0004 ExportSysSym Imm -SYS_CPU_STRUCTS 0000009A40 0005 ExportSysSym Imm -SYS_CTRL_ALT_FLAGS 00000098D8 0006 ExportSysSym Imm -SYS_DATA_BP 00000098F0 0006 ExportSysSym Imm -SYS_ENTER_LONG_MODE 000000A6A0 0005 ExportSysSym Imm -SYS_EXTERN_TABLE 00000098E0 0007 ExportSysSym Imm -SYS_FIND_PCIBIOS_SERVICE_DIR000001EB63 0003 ExportSysSym Imm -SYS_FIND_PCI_SERVICES000001EBB1 0003 ExportSysSym Imm -SYS_FIXED_AREA 0x100000 0020 0000000010 DefineStr -SYS_FOCUS_TASK 0000009A38 0006 ExportSysSym Imm -SYS_FONT_PTR 00000090A0 0005 ExportSysSym Imm -SYS_GDT 0000008020 0006 ExportSysSym Imm -SYS_GDT_PTR 000000800C 0005 ExportSysSym Imm -SYS_HASH_BUCKET_FIND000000F7AC 0004 ExportSysSym Imm -SYS_HASH_FIND 000000F788 0004 ExportSysSym Imm -SYS_HASH_FIND1 000000F783 0002 ExportSysSym Imm -SYS_HASH_SINGLE_TABLE_FIND000000F73A 0005 ExportSysSym Imm -SYS_HASH_SINGLE_TABLE_FIND1000000F735 0002 ExportSysSym Imm -SYS_HASH_STR 000000F710 0007 ExportSysSym Imm -SYS_HEAP_DEBUG_FLAG 00000098D6 0004 ExportSysSym Imm -SYS_HEAP_INIT_FLAG 00000098D2 0004 ExportSysSym Imm -SYS_HEAP_INIT_VAL 00000098D3 0004 ExportSysSym Imm -SYS_IDLE_PT 000000D23A 0007 ExportSysSym Imm -SYS_INIT_16MEG_SYS_CODE_BP000000D5D0 0003 ExportSysSym Imm -SYS_INIT_PAGE_TABLES000000D40D 0003 ExportSysSym Imm -SYS_KERNEL 0000007C20 0003 ExportSysSym Imm -SYS_KERNEL_END 00000320F0 0002 ExportSysSym Imm -SYS_MEM_INIT_FLAG 00000098D0 0004 ExportSysSym Imm -SYS_MEM_INIT_VAL 00000098D1 0004 ExportSysSym Imm -SYS_MP_COUNT 0000009A48 0004 ExportSysSym Imm -SYS_MP_COUNT_INITIAL0000009A50 0006 ExportSysSym Imm -SYS_MP_COUNT_LOCK 0000009A58 0006 ExportSysSym Imm -SYS_PCIBIOS_SERVICE_CALL000001EBCE 0003 ExportSysSym Imm -SYS_PCIBIOS_SERVICE_DIR000001EB5B 0007 ExportSysSym Imm -SYS_PCI_BUSES 0000008016 0006 ExportSysSym Imm -SYS_PCI_SERVICES 000001EB5F 0008 ExportSysSym Imm -SYS_POW 000000AB5E 0019 ExportSysSym Imm -SYS_PROGRESS1 00000098F8 0004 ExportSysSym Imm -SYS_PROGRESS1_DESC 0000009918 0004 ExportSysSym Imm -SYS_PROGRESS1_MAX 0000009900 0004 ExportSysSym Imm -SYS_PROGRESS1_T0 0000009908 0004 ExportSysSym Imm -SYS_PROGRESS1_TF 0000009910 0004 ExportSysSym Imm -SYS_PROGRESS2 0000009948 0004 ExportSysSym Imm -SYS_PROGRESS2_DESC 0000009968 0004 ExportSysSym Imm -SYS_PROGRESS2_MAX 0000009950 0004 ExportSysSym Imm -SYS_PROGRESS2_T0 0000009958 0004 ExportSysSym Imm -SYS_PROGRESS2_TF 0000009960 0004 ExportSysSym Imm -SYS_PROGRESS3 0000009998 0004 ExportSysSym Imm -SYS_PROGRESS3_DESC 00000099B8 0004 ExportSysSym Imm -SYS_PROGRESS3_MAX 00000099A0 0004 ExportSysSym Imm -SYS_PROGRESS3_T0 00000099A8 0004 ExportSysSym Imm -SYS_PROGRESS3_TF 00000099B0 0004 ExportSysSym Imm -SYS_PROGRESS4 00000099E8 0004 ExportSysSym Imm -SYS_PROGRESS4_DESC 0000009A08 0004 ExportSysSym Imm -SYS_PROGRESS4_MAX 00000099F0 0004 ExportSysSym Imm -SYS_PROGRESS4_T0 00000099F8 0004 ExportSysSym Imm -SYS_PROGRESS4_TF 0000009A00 0004 ExportSysSym Imm -SYS_PROGRESSES 00000098F8 0005 ExportSysSym Imm -SYS_RAM_REBOOT 000000A6E1 000B ExportSysSym Imm -SYS_RAM_REBOOT_END 000000A722 0008 ExportSysSym Imm -SYS_RUN_LEVEL 0000007C30 000C ExportSysSym Imm -SYS_SEMAS 0000009B00 0007 ExportSysSym Imm -SYS_START_CR0 (CR0F_PE | 0005 0000000018 DefineStr -SYS_TIMER0_PERIOD (65536 * 1 0007 0000000020 DefineStr -SYS_TIMER_FREQ (18333 * 6 0005 0000000018 DefineStr -SYS_VAR_INIT_FLAG 00000098D4 0004 ExportSysSym Imm -SYS_VAR_INIT_VAL 00000098D5 0004 ExportSysSym Imm -SYS_VBE_FINAL_MODE 00000093E4 0005 ExportSysSym Imm -SYS_VBE_FINAL_MODE_NUM00000094E4 0008 ExportSysSym Imm -SYS_VBE_INFO 00000090A4 0006 ExportSysSym Imm -SYS_VBE_MODES 00000092A4 0005 ExportSysSym Imm -Saw 0076986378 0001 000000008E Funct Public -Scale2Mem 000000E80C 0003 0000000072 Funct Public -ScaleIndent 000000F1D8 0004 00000000F4 Funct Public -ScanCode2Char 000001974B 0008 0000000081 Funct Public -ScanCode2KeyName 0000019B8B 000D 00000006C6 Funct Public -Screen2Clip 00769AA130 0003 000000007E Funct -ScreenCast 00000163E6 0003 00000000BB Funct Public -ScreenZoomTablesSize0076509CB0 0003 0000000033 Funct -Seed 000000CFC8 0004 0000000060 Funct Public -Seg2Linear 000000E884 000C 000000002C Funct Public -ServerCmdLine 000001D48B 000C 000000003C Funct -ServerStartUp 0076413920 0003 0000000028 Funct -ServerTaskCont 000001D32B 0005 0000000085 Funct Public -SettingsPop 0076643678 000F 0000000126 Funct Public -SettingsPop2 00766AC7B0 0005 0000000141 Funct -SettingsPush 00766ACEF0 000F 0000000225 Funct Public -Sign 000000AA39 0008 Funct Public -SignI64 00000000AA 000C Funct Public -Silent 00000165A6 0064 0000000022 Funct Public -Sin 00000000B5 0036 Funct Public -SingleUser 000001669E 000B 0000000022 Funct Public -Sinh 0077576878 0001 000000004B Funct Public -Size 0076971540 0001 00000000BB Funct Public -Size1 0076AE5A28 0005 0000000069 Funct -SizeRep 00764A66B0 0001 0000000124 Funct Public -SizeRep1 00764BA5A0 0005 000000004E Funct -SizeRep2 00767AB828 0005 00000000D1 Funct -Sleep 00000161E6 003D 000000003E Funct Public -SleepUntil 000001618E 000A 0000000053 Funct Public -Sort 00764B8C78 0001 000000023D Funct Public -Sound 00000162D6 0034 000000010A Funct Public -SoundEffectEndTaskCB007697C418 0003 0000000035 Funct -SoundEffectTask 00769EC2C8 0005 0000000266 Funct -SoundReset 00000164A6 0005 0000000036 Funct Public -SoundShift 0076A79A28 0001 0000000066 Funct Public -SoundTaskEndCB 0076999228 0005 0000000012 Funct Public -Spaces2Tabs 000000BB14 0004 0000000103 Funct Public -Spawn 000001CE9B 002C 000000018F Funct Public -SpawnQueue 000001FC7A 0005 00000000BA Funct -SpringFind 0077400028 0001 0000000101 Funct Public -Sprite 0076A14660 0001 000000003F Funct Public -Sprite2Code 00769EABE8 0003 0000000040 Funct Public -Sprite2DC 0076A95A28 0001 0000000070 Funct Public -Sprite2SpriteQueue 00769C71D0 000B 0000000090 Funct -Sprite3 0076A24428 001F 0000000A6F Funct Public -Sprite3B 0076A17FA0 0001 00000000B4 Funct Public -Sprite3Mat4x4B 0076ACBA28 0007 00000000CD Funct Public -Sprite3XB 0076A16840 0001 000000005D Funct Public -Sprite3YB 0076A1E2B8 0001 000000005D Funct Public -Sprite3ZB 0076A1D960 0001 000000005D Funct Public -SpriteBitMapEd 00769CDA28 0003 00000015C7 Funct -SpriteCtrlPtsDraw 00769EE290 0009 0000000137 Funct -SpriteCtrlPtsMove 00769B17A8 0003 00000000C1 Funct -SpriteEd 00769ABE28 0003 000000079F Funct -SpriteEdText 0076A52218 0003 000000022F Funct -SpriteEdUpdate 00769FB618 0031 0000000071 Funct -SpriteElem2Code 00769CC228 0003 0000000D31 Funct -SpriteElem2Summary 0076A33C90 0003 0000000369 Funct Public -SpriteElemQueuedBaseSize0076A26E58 004D 0000000024 Funct -SpriteElemSize 0076A2D8E8 001D 0000000113 Funct -SpriteExtents 0076A1D030 0008 00000000FC Funct Public -SpriteInterpolate 0076A3E228 0001 00000007CC Funct Public -SpriteMainEd 00773DB428 0005 0000001391 Funct -SpriteMeshEd 00769DD028 0005 0000001ED0 Funct -SpritePolyPtPlot 00769C7960 0005 000000005A Funct -SpritePtQueueNew 00769E7690 0003 0000000317 Funct -SpriteQueue2Sprite 00769C6D98 0009 000000008C Funct -SpriteQueueSelAll 0077FC0AD8 0015 0000000044 Funct -SpriteQueueSelCount 0076B4A768 000B 0000000055 Funct -SpriteScreenInit 007736DCD0 001D 000000018A Funct -SpriteSelAll 0077FC0168 0005 0000000046 Funct -SpriteSelUnselShiftPts00769AE628 0003 0000000682 Funct -SpriteSetOrigin 00769ECEB8 0005 0000000220 Funct -SpriteSetSettings 007747D628 0019 00000001BB Funct -SpriteSideBar2SpriteQueue00769CA3C8 0007 00000000FE Funct -SpriteSideBarPickNew00769DF330 0003 000000020F Funct -SpriteSideBarTask 00769EE880 0001 00000000BA Funct -SpriteSideBarTask2 0076B6FA28 0003 0000000093 Funct -SpriteSize 0076A4B628 0007 0000000047 Funct Public -SpriteTransform 0076B6FCC0 0001 0000000056 Funct Public -SpriteTransformBitMap00769BA108 0003 0000000388 Funct -SpriteTransformCircle00769BCFE0 0003 0000000193 Funct -SpriteTransformEllipse00769BC048 0003 000000024C Funct -SpriteTransformQueue00769B7028 0005 00000007FD Funct -SpriteTransformRect 00769BB2C0 0005 000000024A Funct -SpriteTypeMask 0076A9FA28 0005 000000006A Funct -Sqr 00000000B2 002C Funct Public -SqrI64 00000000B0 00C0 Funct Public -SqrU64 00000000B1 0002 Funct Public -Sqrt 00000000B4 005D Funct Public -SrcEdLink 0000031548 0009 0000000098 Funct Public -SrcFileName 0000031410 0004 0000000135 Funct Public -SrcLineNum 0000031250 0004 00000001BD Funct Public -StackRep 0000016A4E 0003 00000001EA Funct Public -StartUpTasks 00763169A8 0003 000000011D Funct -Str2ColorU16 0000015856 0005 00000001D2 Funct Public -Str2ColorU32 0000015A2E 0007 000000008D Funct Public -Str2Date 000001466E 0015 00000002B4 Funct Public -Str2F64 0000014436 0004 0000000238 Funct Public -Str2I64 000001424E 003C 00000001E2 Funct Public -StrCompare 000000B30E 0095 Funct Public -StrCopy 000000B2E6 00DB Funct Public -StrFind 000000BF2C 0012 00000000DF Funct Public -StrFirstOcc 000000BDA4 0003 0000000047 Funct Public -StrFirstRemove 000000BDEC 001B 0000000095 Funct Public -StrGet 000001C233 0019 0000000079 Funct Public -StrICompare 000000B34C 0014 Funct Public -StrIMatch 000000B492 0008 Funct Public -StrLastOcc 000000BE84 0012 0000000047 Funct Public -StrLastRemove 000000BECC 001D 000000005E Funct Public -StrLen 0000000084 0161 Funct Public -StrMatch 000000B43D 0013 Funct Public -StrNCompare 000000B39F 0021 Funct Public -StrNGet 000001C2B3 000C 000000011B Funct Public -StrNICompare 000000B3E1 0003 Funct Public -StrNew 000000E1AC 0174 0000000066 Funct Public -StrOcc 000000BACC 0022 0000000041 Funct Public -StrPrint 0000014016 0074 0000000028 Funct Public -StrPrintFunSeg 0000030ED8 0005 ExportSysSym Imm -StrPrintHex 000000B194 0004 000000006D Funct -StrPrintJoin 000001241E 0041 0000001BF6 Funct Public -StrReplace 000000C00C 0015 000000012C Funct Public -StrScan 0000014926 0007 00000004D5 Funct Public -StrUtil 000000BC1C 000B 0000000188 Funct Public -StreamDir 007762350F 000F 000000004E Funct -StreamDoc 00768FD600 0002 000000008D Funct Public -StreamExePrint 00776253FF 0003 00000000EB Funct Public -StreamPrint 0077623467 001E 00000000A6 Funct Public -Struct2Date 000001158A 000A 00000000EB Funct Public -Suspend 000001CA1B 0019 0000000051 Funct Public -SwapI64 00000000A8 0044 Funct Public -SwapU16 00000000A6 0014 Funct Public -SwapU32 00000000A7 0004 Funct Public -SwapU8 00000000A5 0002 Funct Public -Sweep 00769AD7C8 0001 0000000091 Funct Public -Sys 000001E5B3 0013 00000000A4 Funct Public -SysBadFree 000000D69E 0004 ExportSysSym Imm -SysBadMAlloc 000000D6C6 0003 ExportSysSym Imm -SysCAlloc 000000DF8C 001D 000000001B Funct Public -SysCls 0076655E00 0001 0000000021 Funct Public -SysDebug 00000165EE 0003 0000000022 Funct Public -SysDefinesLoad 0000015186 0003 ExportSysSym Imm -SysErr 000001E7A3 0011 00000000BD Funct Public -SysFile 0076785A28 0007 00000000EC Funct Public -SysGetStr2 00000174C6 0004 ExportSysSym Imm -SysGlobalsInit 0000031780 0003 ExportSysSym Imm -SysGrInit 0000031A48 0003 ExportSysSym Imm -SysHlt 000000B190 0005 Funct Public -SysI64Get 0000028083 0002 ExportSysSym Imm -SysLog 000001E65B 0005 000000007F Funct Public -SysMAlloc 000000DF34 0014 000000001B Funct Public -SysMAllocIdent 000000DFFC 0007 000000001B Funct Public -SysMacro2Str 00769665B8 0005 0000000205 Funct -SysMacroStripKey 007675D2B0 0003 000000007E Funct -SysOnce 00766F0388 0001 0000000067 Funct Public -SysOnceDrive 00766DF5F8 0001 00000000AB Funct Public -SysOnceFlush 00766CA748 0009 0000000028 Funct Public -SysReAlloc 000000E184 0003 0000000022 Funct Public -SysRep 00764A1828 000E 00000039D6 Funct Public -SysRepFlagsMake 00766D0808 000D 00000000C5 Funct -SysStrNew 000000E214 002C 000000001B Funct Public -SysSymImportsResolve0000010EC2 0008 0000000059 Funct -SysTimerRead 0000015F76 0006 0000000086 Funct Public -SysTry 0000018E53 0019 000000009E Funct -SysUntry 0000018EF3 0019 0000000033 Funct -SysWarn 000001E6DB 0003 00000000C1 Funct Public -TASK_CONTEXT_SAVE 000000D088 0005 ExportSysSym Imm -TASK_EXCEPT_CALLERS 8 0005 0000000008 DefineStr -TASK_HASH_TABLE_SIZE(1 << 10) 0003 0000000010 DefineStr -TASK_NAME_LEN 32 0006 0000000008 DefineStr -TASK_SIGNATURE_VAL 'TskS' 0006 0000000008 DefineStr -TASKf_AWAITING_MESSAGE9 000B 0000000008 DefineStr -TASKf_BREAK_LOCKED 10 0005 0000000008 DefineStr -TASKf_BREAK_TO_SHIFT_ESC12 0008 0000000008 DefineStr -TASKf_CMD_LINE_PROMPT4 0005 0000000008 DefineStr -TASKf_DISABLE_BPTS 8 0005 0000000008 DefineStr -TASKf_FILTER_INPUT 6 0009 0000000008 DefineStr -TASKf_HAS_SONG 7 0008 0000000008 DefineStr -TASKf_IDLE 3 001D 0000000008 DefineStr -TASKf_INPUT_FILTER_TASK5 0012 0000000008 DefineStr -TASKf_KILL_AFTER_DEBUG13 0004 0000000008 DefineStr -TASKf_KILL_TASK 1 000A 0000000008 DefineStr -TASKf_NONTIMER_RAND 14 0021 0000000008 DefineStr -TASKf_PENDING_BREAK 11 0004 0000000008 DefineStr -TASKf_SUSPENDED 2 0005 0000000008 DefineStr -TASKf_TASK_LOCK 0 0012 0000000008 DefineStr -TEST 00775F70A8 0098 OpCode -TEXT_COLS 128 0076 0000000008 DefineStr Public -TEXT_ROWS 96 0047 0000000008 DefineStr Public -TF_COPIED 2 0007 0000000008 DefineStr -TF_SEL 1 001F 0000000008 DefineStr -TK_ADD_EQU 0x119 0004 0000000008 DefineStr -TK_AND_AND 0x10F 0004 0000000008 DefineStr -TK_AND_EQU 0x116 0004 0000000008 DefineStr -TK_CHAR_CONST 0x103 0007 0000000008 DefineStr -TK_DBL_COLON 0x108 0009 0000000008 DefineStr -TK_DEREFERENCE 0x107 0004 0000000008 DefineStr -TK_DIV_EQU 0x115 0004 0000000008 DefineStr -TK_DOT_DOT 0x123 0003 0000000008 DefineStr -TK_ELLIPSIS 0x124 0005 0000000008 DefineStr -TK_ELSE 0x121 0005 0000000008 DefineStr -TK_ENDIF 0x120 0005 0000000008 DefineStr -TK_EOF 0 0011 0000000008 DefineStr -TK_EQU_EQU 0x10B 0004 0000000008 DefineStr -TK_F64 0x104 0006 0000000008 DefineStr -TK_GREATER_EQU 0x10E 0004 0000000008 DefineStr -TK_I64 0x102 000D 0000000008 DefineStr -TK_IDENT 0x100 0043 0000000008 DefineStr -TK_IF 0x11B 0005 0000000008 DefineStr -TK_IFAOT 0x11E 0006 0000000008 DefineStr -TK_IFDEF 0x11C 0005 0000000008 DefineStr -TK_IFJIT 0x11F 0004 0000000008 DefineStr -TK_IFNDEF 0x11D 0005 0000000008 DefineStr -TK_INS_BIN 0x125 0005 0000000008 DefineStr -TK_INS_BIN_SIZE 0x126 0005 0000000008 DefineStr -TK_LESS_EQU 0x10D 0004 0000000008 DefineStr -TK_MINUS_MINUS 0x106 0005 0000000008 DefineStr -TK_MOD_EQU 0x122 0004 0000000008 DefineStr -TK_MUL_EQU 0x114 0004 0000000008 DefineStr -TK_NORMALSCRIPT 0x003 0005 0000000008 DefineStr -TK_NOT_EQU 0x10C 0004 0000000008 DefineStr -TK_OR_EQU 0x117 0004 0000000008 DefineStr -TK_OR_OR 0x110 0004 0000000008 DefineStr -TK_PLUS_PLUS 0x105 0005 0000000008 DefineStr -TK_SHL 0x109 0006 0000000008 DefineStr -TK_SHL_EQU 0x112 0004 0000000008 DefineStr -TK_SHR 0x10A 0005 0000000008 DefineStr -TK_SHR_EQU 0x113 0004 0000000008 DefineStr -TK_STR 0x101 0020 0000000008 DefineStr -TK_SUBSCRIPT 0x002 0005 0000000008 DefineStr -TK_SUB_EQU 0x11A 0004 0000000008 DefineStr -TK_SUPERSCRIPT 0x001 0005 0000000008 DefineStr -TK_TKS_NUM 0x127 0007 0000000008 DefineStr -TK_XOR_EQU 0x118 0004 0000000008 DefineStr -TK_XOR_XOR 0x111 0004 0000000008 DefineStr -TO_UPPER 000000B341 0006 ExportSysSym Imm -TRANSPARENT 0xFF 0055 0000000008 DefineStr -TRUE 1 0724 0000000008 DefineStr -TSCGet 0000000076 0020 Funct Public -TSF_SAME_SONG 1 0008 0000000008 DefineStr -TSSBusy 000001F652 0003 0000000032 Funct Public -TSSNew 000001F68A 0003 ExportSysSym Imm -TSSSize 00764D48D0 0003 0000000056 Funct -TTS_CONST 0 0005 0000000008 DefineStr -TTS_CUR_LEX 4 0004 0000000008 DefineStr -TTS_ED_FILENAME 3 0006 0000000008 DefineStr -TTS_LOCKED_CONST 1 0008 0000000008 DefineStr -TTS_TASK_NAME 2 0007 0000000008 DefineStr -TXTPutS 007647A6C0 000D 0000000223 Funct -Tabs2Spaces 000000F0B8 0004 0000000119 Funct Public -Tan 00000000B7 0002 Funct Public -TaskCaller 0000016986 0012 00000000C2 Funct Public -TaskContextRestore 000000D0ED 0004 Funct -TaskDel 000001D5AB 0003 ExportSysSym Imm -TaskDerivedValsUpdate000001D02B 001D 000000006F Funct Public -TaskEnd 000001D5DB 0003 ExportSysSym Imm -TaskEndNow 000000D18D 0004 Funct -TaskExe 000001D993 0019 0000000107 Funct Public -TaskFocusNext 000000D028 0004 ExportSysSym Imm -TaskInit 000001CC4B 0004 ExportSysSym Imm -TaskKillDying 000001D823 0006 00000000A0 Funct -TaskMemAlloced 00773B4828 000A 000000005F Funct Public -TaskMemUsed 007739FF30 0007 000000005F Funct Public -TaskMessage 000001DC13 0033 000000017B Funct Public -TaskQueueIns 000000D32D 0008 0000000057 Funct Public -TaskQueueInsChild 000000D3BD 0003 ExportSysSym Imm -TaskQueueRemove 000000D385 0008 0000000037 Funct Public -TaskQueueSize 0076493CD0 0003 00000000A5 Funct -TaskRegAddr 0000017026 0007 00000000DA Funct -TaskRep 00765122F8 0001 0000000063 Funct Public -TaskRepTask 00766C1988 0005 0000000108 Funct -TaskResetAwaitingMessage000001D953 000A 000000003F Funct Public -TaskStackNew 000001CAAB 0004 ExportSysSym Imm -TaskStackSize 00764CF388 0003 0000000037 Funct -TaskText 000001DA9B 0008 0000000176 Funct Public -TaskValidate 000001C873 00CF 0000000036 Funct Public -TaskWait 000001DEDB 0015 0000000083 Funct Public -TemplateCtrlSlider 0076788628 0003 0000000D76 Funct -TermBttnNew 00766ADFD0 0003 0000000140 Funct -TermRightClickLink 0076703028 0003 00000005AC Funct -TextBorder 007733A510 0005 0000000155 Funct Public -TextChar 007732FC68 0027 Funct Public -TextLenAttr 007732FEE3 0003 Funct Public -TextLenAttrStr 007732FE14 0003 Funct Public -TextLenStr 007732FD48 0007 Funct Public -TextPrint 007734A330 002B 000000007C Funct Public -TextRect 0077347DD8 0003 00000000B0 Funct Public -TimeCal 000001600E 0007 00000000D4 Funct -TimeIns 0077FC7FF0 0003 0000000041 Funct -TimeSet 0000011BD2 0003 00000000A8 Funct Public -TimeStampCB 0077FC2B98 0003 0000000044 Funct -TimerInit 0000031C28 0003 ExportSysSym Imm -TipOfDay 00773A0A40 000A 000000011C Funct Public -ToBool 000000001D 004E Funct Public -ToDolDoc 007647B7F0 0001 00000000E0 Funct Public -ToF64 000000001C 0028 Funct Public -ToFileLine 0000020CB2 0006 0000000079 Funct Public -ToI64 000000001B 003B Funct Public -ToTXT 00767CB828 0001 00000000D8 Funct Public -ToUpper 000000001E 0019 Funct Public -Touch 0076975B80 0007 00000000C2 Funct Public -TouchFile 0076976678 0003 0000000182 Funct -Trace 0077623437 0003 0000000017 Funct Public -Tri 00769827F8 0001 000000008C Funct Public -Trunc 000000AAC3 0007 Funct Public -Type 00773D1568 000C 000000001D Funct Public -U 0000000000 0001 NULL -U 00776189E8 0006 00000000D0 Funct Public -U0 00775ECD28 0801 0000000000 IntType -U0 0000000047 0000 AsmKeyWord -U0i 00775ECFD0 0000 0000000000 IntType -U16 00775C53B0 01F0 0000000002 Class -U16 0000000049 0017 AsmKeyWord -U16_MAX 0xFFFF 0008 0000000008 DefineStr -U16_MIN 0 0003 0000000008 DefineStr -U16i 00775EBA90 0002 0000000002 IntType -U32 00775C4A98 0275 0000000004 Class -U32 000000004A 0013 AsmKeyWord -U32_MAX 0xFFFFFFFF 0008 0000000010 DefineStr -U32_MIN 0 0002 0000000008 DefineStr -U32i 00776044D8 0002 0000000004 IntType -U64 00775C3D98 042F 0000000008 Class -U64 000000004B 006E AsmKeyWord -U64_F64_MAX (0x43F0000 0002 0000000020 DefineStr -U64_MAX 0xFFFFFFFF 0002 0000000018 DefineStr -U64_MIN 0 0002 0000000008 DefineStr -U64i 0077603F88 0002 0000000008 IntType -U8 00775EBFE0 11ED 0000000001 IntType -U8 0000000048 0014 AsmKeyWord -U8_MAX 0xFF 000D 0000000008 DefineStr -U8_MIN 0 0003 0000000008 DefineStr -U8i 00775EC288 000C 0000000001 IntType -UAsmHashLoad 0077617180 0003 ExportSysSym Imm -USE16 0000000052 000E AsmKeyWord -USE32 0000000053 0007 AsmKeyWord -USE64 0000000054 0006 AsmKeyWord -Uf 007691EF98 0001 00000000CA Funct Public -Ui 0000000000 0001 NULL -Ui 0077617370 0007 0000001676 Funct Public -Un 0077618AB8 000D 00000000DC Funct Public -UncachedAliasAlloc 000000E714 0003 ExportSysSym Imm -UndefinedDefine 0000014F9E 0005 ExportSysSym Imm -UndefinedExtern 0077612853 0003 ExportSysSym Imm -Unmount 0076965C50 0003 000000001D Funct Public -UnusedExternWarning 007761289B 0004 ExportSysSym Imm -UnusedStack 00000168C6 000A 0000000067 Funct Public -UpdateDerivedViewAnglesCtrl00766DFAF0 0003 000000010F Funct -UpdateRegVarImg 0076B01A28 0003 0000000069 Funct -User 000001D523 0019 0000000082 Funct Public -UserCmdLine 000001D4CB 0004 0000000054 Funct Public -UserStartUp 0076340D58 0004 0000000050 Funct -UserTaskCont 000001D3B3 0006 00000000D6 Funct Public -VBE_MODES_NUM 32 000B 0000000008 DefineStr -VERR 00775F05B8 0000 OpCode -VERW 00775F0540 0000 OpCode -VF_COPIED 2 0007 0000000008 DefineStr -VF_IGNORE 4 0007 0000000008 DefineStr -VF_SEL 1 002B 0000000008 DefineStr -VGAM_GRAPHICS 0xA0000 0004 0000000008 DefineStr -VIEWANGLES_BORDER 2 0009 0000000008 DefineStr -VIEWANGLES_RANGE 360 0049 0000000008 DefineStr -VIEWANGLES_SNAP 1 0009 0000000008 DefineStr -VIEWANGLES_SPACING 22 0067 0000000008 DefineStr -VideoRep 0076478B58 0002 00000003CB Funct Public -View 00768F62E0 0012 000000002D Funct Public -ViewAnglesDel 00766E8020 0003 000000004F Funct Public -ViewAnglesNew 007679F828 0003 00000000D7 Funct Public -WAIT 00775F0500 0000 OpCode -WBINVD 00775EE090 0005 OpCode -WHITE 15 0058 0000000008 DefineStr -WHITE32 0xFFFFFF 0003 0000000010 DefineStr -WIF_FOCUS_TASK_BORDER0x01000000 0006 0000000010 DefineStr -WIF_FOCUS_TASK_CTRLS0x00040000 0002 0000000010 DefineStr -WIF_FOCUS_TASK_GRAB_SCROLL0x02000000 0002 0000000010 DefineStr -WIF_FOCUS_TASK_MENU 0x00020000 000F 0000000010 DefineStr -WIF_FOCUS_TASK_MS_L 0x00080000 0006 0000000010 DefineStr -WIF_FOCUS_TASK_MS_L_D0x00100000 000C 0000000010 DefineStr -WIF_FOCUS_TASK_MS_R 0x00200000 0006 0000000010 DefineStr -WIF_FOCUS_TASK_MS_R_D0x00400000 000C 0000000010 DefineStr -WIF_FOCUS_TASK_MS_WHEEL0x00800000 0002 0000000010 DefineStr -WIF_SELF_BORDER 0x0100 000E 0000000008 DefineStr -WIF_SELF_CTRLS 0x0004 000A 0000000008 DefineStr -WIF_SELF_DOC 0x0400 0013 0000000008 DefineStr -WIF_SELF_FOCUS 0x0001 000E 0000000008 DefineStr -WIF_SELF_GRAB_SCROLL0x0200 0010 0000000008 DefineStr -WIF_SELF_KEY_DESC 0x1000 0003 0000000008 DefineStr -WIF_SELF_MS_L 0x0008 0004 0000000008 DefineStr -WIF_SELF_MS_R 0x0020 0004 0000000008 DefineStr -WIF_SELF_MS_WHEEL 0x0080 0002 0000000008 DefineStr -WIF_SELF_ODE 0x0800 000B 0000000008 DefineStr -WIG_DBL_CLICK (WIF_FOCUS 000D 0000000030 DefineStr -WIG_NO_FOCUS_TASK_DEFAULT(WIG_TASK_ 0005 0000000058 DefineStr -WIG_TASK_DEFAULT (WIF_FOCUS 0013 0000000050 DefineStr -WIG_USER_TASK_DEFAULTWIF_SELF_K 0006 0000000018 DefineStr -WINMGR_FPS (60000.0 / 0005 0000000018 DefineStr -WINMGR_PERIOD (1001 / 60 0006 0000000018 DefineStr -WIN_SCROLL_BORDER_BONUS4 0011 0000000008 DefineStr -WIN_SCROLL_SIZE 8 0015 0000000008 DefineStr -WIZ_HIGHLIGHT_OFF (DOCT_ERRO 0003 0000000018 DefineStr -WIZ_HIGHLIGHT_ON (DOCT_ERRO 0003 0000000018 DefineStr -WIf_FOCUS_TASK_BORDER24 0006 0000000008 DefineStr -WIf_FOCUS_TASK_CTRLS18 0006 0000000008 DefineStr -WIf_FOCUS_TASK_GRAB_SCROLL25 0004 0000000008 DefineStr -WIf_FOCUS_TASK_MENU 17 0004 0000000008 DefineStr -WIf_FOCUS_TASK_MS_L 19 0006 0000000008 DefineStr -WIf_FOCUS_TASK_MS_L_D20 0004 0000000008 DefineStr -WIf_FOCUS_TASK_MS_R 21 0006 0000000008 DefineStr -WIf_FOCUS_TASK_MS_R_D22 0004 0000000008 DefineStr -WIf_FOCUS_TASK_MS_WHEEL23 0002 0000000008 DefineStr -WIf_SELF_BORDER 8 0006 0000000008 DefineStr -WIf_SELF_CTRLS 2 0004 0000000008 DefineStr -WIf_SELF_DOC 10 0002 0000000008 DefineStr -WIf_SELF_FOCUS 0 0014 0000000008 DefineStr -WIf_SELF_GRAB_SCROLL9 0004 0000000008 DefineStr -WIf_SELF_KEY_DESC 12 0016 0000000008 DefineStr -WIf_SELF_MS_L 3 0006 0000000008 DefineStr -WIf_SELF_MS_R 5 0006 0000000008 DefineStr -WIf_SELF_MS_WHEEL 7 0002 0000000008 DefineStr -WIf_SELF_ODE 11 0006 0000000008 DefineStr -WRMSR 00775EDF30 0006 OpCode -WSSf_SET_TO_POS 0 001B 0000000008 DefineStr -WallPaper 007663DA28 0003 00000008F4 Funct -WallPaperInit 007672E158 0003 0000000016 Funct -WheelChangeWinScroll0077FC31A8 0003 0000000041 Funct -Who 0076918E28 0004 0000000827 Funct Public -WildMatch 000000C13C 0005 00000000C6 Funct Public -WinBorder 0076935760 000E 00000000A4 Funct Public -WinCalcIdles 007692AC78 0003 0000000169 Funct -WinCursorPosSet 007692BC98 000B 0000000168 Funct -WinDerivedScrollValsUpdate0076705C50 0005 000000019F Funct -WinDerivedValsUpdate0000015D86 000A 00000000D3 Funct Public -WinFinalUpdate 0076937020 0003 0000000083 Funct -WinFocus 0076944FB8 0003 000000005B Funct Public -WinGrid 007698C508 0001 000000012E Funct -WinHorz 007694CFA8 002C 00000000B3 Funct Public -WinInside 0000015E5E 0009 000000009B Funct Public -WinKeyNavMenu 00769EAC88 0003 00000002E4 Funct -WinMax 0076AD3A28 000A 000000006D Funct Public -WinMgrSleep 0076929828 0027 00000004B5 Funct -WinMgrTask 0076A20C28 0003 000000162C Funct -WinMouseUpdate 007699E6E0 0003 0000000162 Funct -WinOnTopWindows 0076945818 0003 0000000091 Funct -WinQueueIPMessages 0076947A28 0003 000000050A Funct -WinRefocus 0076AA98B0 0007 0000000057 Funct Public -WinScrollNull 0076B698B0 0007 0000000055 Funct Public -WinScrollRestore 0076937DC8 0007 0000000034 Funct Public -WinScrollsInit 0076732660 0003 0000000103 Funct -WinTileHorz 0076A17378 0004 0000000139 Funct Public -WinTileVert 0076935CE8 0007 000000013D Funct Public -WinToTop 0076945438 002C 0000000159 Funct Public -WinVert 0076944A98 002B 00000000B3 Funct Public -WinZBufFill 007741FE28 0003 000000015F Funct -WinZBufUpdate 0077304C28 0023 00000000D3 Funct Public -Words 007649CC50 0001 00000000E9 Funct Public -Wrap 00773BB638 0007 0000000085 Funct Public -XADD 00775F0408 0000 OpCode -XCHG 00775F6ED0 000A OpCode -XLATB 00775F03C8 0000 OpCode -XMM0 0000000800 0000 Reg -XMM1 0000000801 0000 Reg -XMM10 000000080A 0000 Reg -XMM11 000000080B 0000 Reg -XMM12 000000080C 0000 Reg -XMM13 000000080D 0000 Reg -XMM14 000000080E 0000 Reg -XMM15 000000080F 0000 Reg -XMM2 0000000802 0000 Reg -XMM3 0000000803 0000 Reg -XMM4 0000000804 0000 Reg -XMM5 0000000805 0000 Reg -XMM6 0000000806 0000 Reg -XMM8 0000000808 0000 Reg -XMM9 0000000809 0000 Reg -XOR 00775F6D28 0098 OpCode -XTalk 000001E863 000D 0000000088 Funct Public -XTalkStr 000001EAC3 0003 0000000046 Funct Public -XTalkStrWait 000001EB0B 0005 000000004E Funct Public -XTalkWait 000001E8EB 0009 0000000091 Funct Public -XchgI64 000000AECD 0002 Funct Public -XchgU16 000000AEF1 0002 Funct Public -XchgU32 000000AEE0 0002 Funct Public -XchgU8 000000AF05 0002 Funct Public -YELLOW 14 001B 0000000008 DefineStr -YearStartDate 000001150A 0008 000000007D Funct Public -Yield 000000D19C 0069 Funct Public -YorN 000000F3B8 0015 0000000092 Funct Public -_ARG 000000AA73 0004 ExportSysSym Imm -_BEQUAL 000000ADCF 0005 ExportSysSym Imm -_BIT_FIELD_EXT_U32 000000AE9B 0004 ExportSysSym Imm -_BIT_FIELD_OR_U32 000000AE76 0004 ExportSysSym Imm -_CALL 000000AE63 0005 ExportSysSym Imm -_CALLEXTNUM 000000B084 0004 ExportSysSym Imm -_CALLEXTSTR 000000B0C8 0004 ExportSysSym Imm -_CALL_IND 000000B049 0004 ExportSysSym Imm -_CEIL 000000AB29 0004 ExportSysSym Imm -_CLAMP_I64 000000AE1F 0005 ExportSysSym Imm -_CLAMP_U64 000000AE41 0004 ExportSysSym Imm -_CONFIG_HEAP_DEBUG FALSE 000A 0000000008 DefineStr -_CPUID 000000B025 0004 ExportSysSym Imm -_D3_ADD 000000A83F 0004 ExportSysSym Imm -_D3_ADD_EQU 000000A947 0004 ExportSysSym Imm -_D3_COPY 000000A8FE 0004 ExportSysSym Imm -_D3_CROSS 000000A7D2 0004 ExportSysSym Imm -_D3_DIST 000000A76E 0004 ExportSysSym Imm -_D3_DIST_SQR 000000A7A1 0004 ExportSysSym Imm -_D3_DIV 000000A8BE 0004 ExportSysSym Imm -_D3_DIV_EQU 000000A9BA 0004 ExportSysSym Imm -_D3_DOT 000000A814 0004 ExportSysSym Imm -_D3_EQU 000000A924 0004 ExportSysSym Imm -_D3_MUL 000000A897 0004 ExportSysSym Imm -_D3_MUL_EQU 000000A997 0004 ExportSysSym Imm -_D3_NORM 000000A722 0004 ExportSysSym Imm -_D3_NORM_SQR 000000A749 0004 ExportSysSym Imm -_D3_SUB 000000A86B 0004 ExportSysSym Imm -_D3_SUB_EQU 000000A96F 0004 ExportSysSym Imm -_D3_UNIT 000000A9DD 0004 ExportSysSym Imm -_D3_ZERO 000000A8E5 0004 ExportSysSym Imm -_DC_BLOT_COLOR4 0077329FE0 0003 ExportSysSym Imm -_ENDIAN_U16 000000AF67 0004 ExportSysSym Imm -_ENDIAN_U32 000000AF76 0004 ExportSysSym Imm -_ENDIAN_U64 000000AF84 0004 ExportSysSym Imm -_EXP 000000AC58 0004 ExportSysSym Imm -_FAR_CALL32 000001EC11 0005 ExportSysSym Imm -_FCLEX 000000AD0E 0004 ExportSysSym Imm -_FLDCW 000000ACEC 0004 ExportSysSym Imm -_FLOOR 000000AAF4 0004 ExportSysSym Imm -_FREE 000000DE10 0009 ExportSysSym Imm -_FSTCW 000000ACF7 0004 ExportSysSym Imm -_FSTSW 000000AD09 0004 ExportSysSym Imm -_GR_ROP_EQU_U8_NO_CLIPPING007732A202 0003 ExportSysSym Imm -_HASH_ADD 000000F833 0006 ExportSysSym Imm -_HASH_ADD_AFTER 000000F860 0005 ExportSysSym Imm -_HASH_BUCKET_FIND 000000F81A 0005 ExportSysSym Imm -_HASH_FIND 000000F7D3 0006 ExportSysSym Imm -_HASH_REM_DEL 000000F882 0005 ExportSysSym Imm -_HASH_SINGLE_TABLE_FIND000000F7F4 0006 ExportSysSym Imm -_HASH_STR 000000F7C0 0005 ExportSysSym Imm -_HI_CALL 0076650A18 0003 ExportSysSym Imm -_HI_MEMCOPY 0076650A2B 0003 ExportSysSym Imm -_IS_PIX_COVERED0 007732A1C3 0003 ExportSysSym Imm -_LAST_FUN 007762338E 0005 ExportSysSym Imm -_LBEQUAL 000000ADF6 0004 ExportSysSym Imm -_LN 000000ACD6 0004 ExportSysSym Imm -_LOG10 000000ACAA 0004 ExportSysSym Imm -_LOG2 000000ACC0 0004 ExportSysSym Imm -_LXCHG_I64 000000AF18 0004 ExportSysSym Imm -_LXCHG_U16 000000AF3E 0004 ExportSysSym Imm -_LXCHG_U32 000000AF2C 0004 ExportSysSym Imm -_LXCHG_U8 000000AF53 0004 ExportSysSym Imm -_MALLOC 000000DC46 0006 ExportSysSym Imm -_MEMCOMPARE 000000ADA4 0004 ExportSysSym Imm -_MEMCOPY 000000AD85 0005 ExportSysSym Imm -_MEMSET 000000AD12 0005 ExportSysSym Imm -_MEMSET_I64 000000AD68 0005 ExportSysSym Imm -_MEMSET_U16 000000AD2F 0004 ExportSysSym Imm -_MEMSET_U32 000000AD4C 0004 ExportSysSym Imm -_MHEAP_CTRL 000000DF11 0006 ExportSysSym Imm -_MSIZE 000000DEC7 0006 ExportSysSym Imm -_MSIZE2 000000DEEE 0006 ExportSysSym Imm -_MSR_READ 000000B15E 0004 ExportSysSym Imm -_MSR_WRITE 000000B176 0004 ExportSysSym Imm -_POW 000000ABF1 0004 ExportSysSym Imm -_POW10 000000AC06 0004 ExportSysSym Imm -_R10 Fs->r10 0002 0000000008 DefineStr -_R11 Fs->r11 0002 0000000008 DefineStr -_R12 Fs->r12 0002 0000000008 DefineStr -_R13 Fs->r13 0002 0000000008 DefineStr -_R14 Fs->r14 0002 0000000008 DefineStr -_R15 Fs->r15 0002 0000000008 DefineStr -_R8 Fs->r8 0002 0000000008 DefineStr -_R9 Fs->r9 0002 0000000008 DefineStr -_RAX Fs->rax 0002 0000000008 DefineStr -_RBP Fs->rbp 0002 0000000008 DefineStr -_RBX Fs->rbx 0002 0000000008 DefineStr -_RCX Fs->rcx 0002 0000000008 DefineStr -_RDI Fs->rdi 0002 0000000008 DefineStr -_RDX Fs->rdx 0002 0000000008 DefineStr -_REP_IN_U16 000000AFAB 0004 ExportSysSym Imm -_REP_IN_U32 000000AF93 0004 ExportSysSym Imm -_REP_IN_U8 000000AFC4 0004 ExportSysSym Imm -_REP_OUT_U16 000000AFF5 0004 ExportSysSym Imm -_REP_OUT_U32 000000AFDD 0004 ExportSysSym Imm -_REP_OUT_U8 000000B00E 0004 ExportSysSym Imm -_RET 000000B15D 0005 ExportSysSym Imm -_RIP Fs->rip 0002 0000000008 DefineStr -_ROUND 000000AA92 0004 ExportSysSym Imm -_RSI Fs->rsi 0002 0000000008 DefineStr -_RSP Fs->rsp 0002 0000000008 DefineStr -_SAVE_EXCEPT_REGS 0000018D47 0003 ExportSysSym Imm -_SIGN 000000AA39 0004 ExportSysSym Imm -_SQR 000000AA25 0002 ExportSysSym Imm -_STRCOMPARE 000000B30E 0006 ExportSysSym Imm -_STRCOPY 000000B2E6 0006 ExportSysSym Imm -_STRICOMPARE 000000B34C 0005 ExportSysSym Imm -_STRIMATCH 000000B492 0006 ExportSysSym Imm -_STRMATCH 000000B43D 0005 ExportSysSym Imm -_STRNCOMPARE 000000B39F 0005 ExportSysSym Imm -_STRNICOMPARE 000000B3E1 0005 ExportSysSym Imm -_SYS_HLT 000000B190 0008 ExportSysSym Imm -_TAKE_EXCEPT 0000018D35 0003 ExportSysSym Imm -_TASK_CONTEXT_RESTORE000000D0ED 0007 ExportSysSym Imm -_TASK_END_NOW 000000D18D 0005 ExportSysSym Imm -_TEST_EXCEPT 0000018CFE 0003 ExportSysSym Imm -_TEXT_CHAR 007732FC68 0003 ExportSysSym Imm -_TEXT_LEN_ATTR 007732FEE3 0003 ExportSysSym Imm -_TEXT_LEN_ATTR_STR 007732FE14 0003 ExportSysSym Imm -_TEXT_LEN_STR 007732FD48 0003 ExportSysSym Imm -_TRUNC 000000AAC3 0004 ExportSysSym Imm -_XCHG_I64 000000AECD 0004 ExportSysSym Imm -_XCHG_U16 000000AEF1 0004 ExportSysSym Imm -_XCHG_U32 000000AEE0 0004 ExportSysSym Imm -_XCHG_U8 000000AF05 0004 ExportSysSym Imm -_YIELD 000000D19C 0006 ExportSysSym Imm -__CMD_LINE__ #exe{Strea 0002 0000000070 DefineStr -__DATE__ #exe{Strea 0002 0000000028 DefineStr -__DIR__ #exe{Strea 0023 0000000018 DefineStr -__FILE__ #exe{Strea 0002 0000000048 DefineStr -__LINE__ #exe{Strea 0002 0000000048 DefineStr -__TIME__ #exe{Strea 0002 0000000028 DefineStr -_extern 000000000B 017B KeyWord -_import 000000001C 0000 KeyWord -_intern 000000000E 007A KeyWord -ac 000000C340 0110 0000000128 GlbVar Public -acd 000000C2C8 0051 0000000072 GlbVar Public -ans (Fs->answe 0002 0000000010 DefineStr -ansf (Fs->answe 0002 0000000018 DefineStr -argpop 000000002E 0003 KeyWord -asm 0000000010 0027 KeyWord -asm_seg_prefixes 007761BC50 0003 ExportSysSym Imm -assert 0000000022 0058 KeyWord -blkdev 000000C468 00BB 0000000190 GlbVar Public -blkdev_text_attr 0000026A32 0003 ExportSysSym Imm -break 0000000013 0A8F KeyWord -c32_eax 000001EBED 000B 0000000004 GlbVar Public -c32_ebx 000001EBF1 000C 0000000004 GlbVar Public -c32_ecx 000001EBF5 000A 0000000004 GlbVar Public -c32_edi 000001EC01 0009 0000000004 GlbVar Public -c32_edx 000001EBF9 0003 0000000004 GlbVar Public -c32_eflags 000001EC05 0003 0000000004 GlbVar Public -c32_esi 000001EBFD 0004 0000000004 GlbVar Public -captured_macro_name 0076761150 0009 0000000090 GlbVar -case 0000000017 0E3A KeyWord -catch 0000000003 0069 KeyWord -char_bmp_alpha 000000B504 0007 0000000040 GlbVar Public -char_bmp_alpha_numeric000000B544 001D 0000000040 GlbVar Public -char_bmp_alpha_numeric_no_at000000B584 0004 0000000040 GlbVar Public -char_bmp_dec_numeric000000B644 000B 0000000040 GlbVar Public -char_bmp_displayable000000B884 000F 0000000040 GlbVar Public -char_bmp_filename 000000B604 0004 0000000040 GlbVar Public -char_bmp_hex_numeric000000B684 000C 0000000040 GlbVar Public -char_bmp_macro 000000B804 0005 0000000040 GlbVar Public -char_bmp_non_eol 000000B904 0006 0000000040 GlbVar Public -char_bmp_non_eol_white_space000000B704 0004 0000000040 GlbVar Public -char_bmp_printable 000000B844 000A 0000000040 GlbVar Public -char_bmp_safe_dollar000000B8C4 0008 0000000040 GlbVar Public -char_bmp_white_space000000B6C4 000D 0000000040 GlbVar Public -char_bmp_word 000000B5C4 000F 0000000040 GlbVar Public -char_bmp_zero_cr_nl_cursor000000B744 0005 0000000040 GlbVar Public -char_bmp_zero_tab_cr_nl_cursor000000B784 0005 0000000040 GlbVar Public -char_bmp_zero_tab_cr_nl_cursor_dollar000000B7C4 0005 0000000040 GlbVar Public -class 0000000004 0238 KeyWord -cmp 0077610710 00C0 0000000218 GlbVar Public -comp_templates 0077610248 0004 ExportSysSym Imm -comp_templates_dont_pop00776103C7 0004 ExportSysSym Imm -comp_templates_dont_push007761048F 0004 ExportSysSym Imm -comp_templates_dont_push20077610651 0004 ExportSysSym Imm -comp_templates_dont_push_pop00776105C5 0004 ExportSysSym Imm -comp_type_flags_src_code0077614870 0003 ExportSysSym Imm -counts 000000C5F8 0039 0000000029 GlbVar Public -cpu_structs 0000009A40 002E 0000000008 GlbVar Public -ctrl_L_footer 0076758C68 0041 0000000008 GlbVar -debug 000000C628 002E 0000000041 GlbVar Public -default 0000000018 00BA KeyWord -define 0000000001 12A7 KeyWord -defined 000000002B 0000 KeyWord -dev 000000C670 0090 000000011C GlbVar Public -do 000000000F 00F3 KeyWord -doldoc 007694C700 007A 000000024C GlbVar Public -drv_text_attr 0000026A38 0004 ExportSysSym Imm -else 0000000007 12DA KeyWord -end 0000000016 0088 KeyWord -endif 0000000021 0007 KeyWord -eps (0x3CB0000 0002 0000000020 DefineStr -exe 0000000012 002E KeyWord -exp_1 (0x4005BF0 0002 0000000020 DefineStr -ext 00000098E0 001E 0000000008 GlbVar Public -ext_ASCII_task 0076938EC0 0005 0000000008 GlbVar -extern 000000000A 0571 KeyWord -fat_long_name_map 000002AF9B 0008 ExportSysSym Imm -fm_mouse_str 007694BEA0 0007 0000000008 GlbVar -for 0000000008 03F0 KeyWord -fp_doc_put 000000CC80 0007 0000000008 GlbVar -fp_getstr2 000000CC70 000A 0000000008 GlbVar -fp_old_final_screen_update007694D2F8 0009 0000000008 GlbVar -fp_set_std_palette 000000CC88 001B 0000000008 GlbVar -fp_update_ctrls 000000CC78 0008 0000000008 GlbVar -god 0076923A08 003A 0000000028 GlbVar Public -god_complex_songs 0076653AE8 0003 0000000009 GlbVar -god_normal_songs 0076653B08 0003 0000000005 GlbVar -god_simple_songs 0076653B38 0003 0000000005 GlbVar -goto 0000000011 02BE KeyWord -gr 0077332628 02E3 000000290B GlbVar Public -gr32_palette_std 0077335108 0003 0000000040 GlbVar Public -gr_palette 0077347600 0009 0000000040 GlbVar Public -gr_palette_dark 007732C6A8 0003 0000000040 GlbVar Public -gr_palette_dorado 007732D3F8 0003 0000000040 GlbVar Public -gr_palette_gray 007732FFC0 0003 0000000040 GlbVar Public -gr_palette_gruvbox_dark0077325588 0003 0000000040 GlbVar Public -gr_palette_gruvbox_light0077335190 0003 0000000040 GlbVar Public -gr_palette_light 007732C000 0003 0000000040 GlbVar Public -gr_palette_monokai 00773248F8 0003 0000000040 GlbVar Public -gr_palette_night 007732CD48 0003 0000000040 GlbVar Public -gr_palette_pastel 0077324F58 0003 0000000040 GlbVar Public -gr_palette_smooth 007732DAA8 0003 0000000040 GlbVar Public -gr_palette_std 007736DBD8 0007 0000000080 GlbVar Public -gr_rainbow_10 0077335500 0001 000000000A GlbVar Public -gr_x_offsets 0077314E28 0009 0000000040 GlbVar Public -gr_x_offsets2 0077310ED8 0001 0000000020 GlbVar Public -gr_y_offsets 0077315C38 0009 0000000040 GlbVar Public -gr_y_offsets2 0077310DA0 0001 0000000020 GlbVar Public -haserrcode 000000002D 0000 KeyWord -heaplog_hc 0076568C88 000F 0000000008 GlbVar -heaplog_hc_watched 0076568C58 0009 0000000008 GlbVar -heaplog_head 00765688E0 0015 0000000008 GlbVar -help_file 0000000028 0059 KeyWord -help_index 0000000027 036A KeyWord -highlight_hash_type_colors00776091C0 0003 0000000044 GlbVar -if 0000000006 359F KeyWord -ifaot 000000001F 0000 KeyWord -ifdef 000000001D 0000 KeyWord -ifjit 0000000020 0000 KeyWord -ifndef 000000001E 0000 KeyWord -import 000000001B 000D KeyWord -in_plot_l 0076701F38 0005 0000000008 GlbVar -in_plot_r 0076701DE8 0005 0000000008 GlbVar -include 0000000000 01A5 KeyWord -inf (0x7FF0000 0002 0000000020 DefineStr -intermediate_code_table00776109D8 001B ExportSysSym Imm -internal_types_table0077610928 0003 ExportSysSym Imm -interrupt 000000002C 0005 KeyWord -kbd 000000C930 0073 0000000082 GlbVar Public -keydev 000000C9B8 0039 00000000F0 GlbVar -lastclass 0000000025 000F KeyWord -lex_zeros 0077613CE4 0008 ExportSysSym Imm -local_time_offset 000000C2B0 000D 0000000008 GlbVar Public -lock 000000002A 000E KeyWord -log10_2 (0x3FD3441 0003 0000000020 DefineStr -log2_10 (0x400A934 0003 0000000020 DefineStr -log2_e (0x3FF7154 0003 0000000020 DefineStr -loge_2 (0x3FE62E4 0003 0000000020 DefineStr -mem_boot_base 0000007C3C 0015 0000000004 GlbVar -mem_heap_base 0000009880 000D 0000000008 GlbVar -mem_heap_limit 0000009888 0010 0000000008 GlbVar -mem_mapped_space 0000009898 000C 0000000008 GlbVar -mem_page_size 0000009890 0008 0000000008 GlbVar Public -mem_physical_space 0000008004 0008 0000000008 GlbVar -month_start_days 00000114DA 0006 0000000018 GlbVar Public -month_start_days_leap00000114F2 0006 0000000018 GlbVar Public -mouse 000000C7E0 023D 00000000A8 GlbVar Public -mouse_grid 000000C790 0045 0000000050 GlbVar Public -mouse_hard 000000CAA8 00AE 0000000084 GlbVar Public -mouse_hard_last 000000CB30 000F 0000000084 GlbVar -mouse_last 000000C888 001E 00000000A8 GlbVar -mp_count 0000009A48 005B 0000000008 GlbVar Public -mp_count_initial 0000009A50 0005 0000000008 GlbVar -mp_count_lock 0000009A58 0005 0000000008 GlbVar -music 00769F0CE8 0077 0000000068 GlbVar Public -no_warn 0000000026 0005 KeyWord -noargpop 000000002F 0000 KeyWord -noreg 0000000024 0003 KeyWord -num_lock_map 00000198D3 0003 ExportSysSym Imm -ode_alloced_factor 0077349CC8 0007 0000000008 GlbVar -offset 000000001A 0171 KeyWord -old_mouse 007693F750 0045 00000000A8 GlbVar -pf_array 0076568D18 000D 0000000008 GlbVar -pf_buf_in_ptr 0076652B58 000F 0000000008 GlbVar -pf_cpu 0076652B40 000B 0000000008 GlbVar -pf_depth 00764C1710 0005 0000000008 GlbVar -pf_jiffy_end 00765692B8 0007 0000000008 GlbVar -pf_jiffy_start 00764C1790 0005 0000000008 GlbVar -pf_prof_active 0076568B98 0009 0000000008 GlbVar -pi (0x400921F 0002 0000000020 DefineStr -polypt_map 0076A22A60 0005 0000000009 GlbVar -pow10_I64 000000C2B8 0005 ExportSysSym Imm -progress1 00000098F8 003A 0000000008 GlbVar Public -progress1_desc 0000009918 000B 0000000030 GlbVar Public -progress1_max 0000009900 0015 0000000008 GlbVar Public -progress1_t0 0000009908 0006 0000000008 GlbVar Public -progress1_tf 0000009910 0002 0000000008 GlbVar Public -progress2 0000009948 0005 0000000008 GlbVar Public -progress2_desc 0000009968 0008 0000000030 GlbVar Public -progress2_max 0000009950 0008 0000000008 GlbVar Public -progress2_t0 0000009958 0006 0000000008 GlbVar Public -progress2_tf 0000009960 0002 0000000008 GlbVar Public -progress3 0000009998 0005 0000000008 GlbVar Public -progress3_desc 00000099B8 0002 0000000030 GlbVar Public -progress3_max 00000099A0 0002 0000000008 GlbVar Public -progress3_t0 00000099A8 0006 0000000008 GlbVar Public -progress3_tf 00000099B0 0002 0000000008 GlbVar Public -progress4 00000099E8 000E 0000000008 GlbVar Public -progress4_desc 0000009A08 0002 0000000030 GlbVar Public -progress4_max 00000099F0 000B 0000000008 GlbVar Public -progress4_t0 00000099F8 0006 0000000008 GlbVar Public -progress4_tf 0000009A00 0002 0000000008 GlbVar Public -public 0000000019 0A03 KeyWord -reg 0000000023 026D KeyWord -registry_version 0076703BF0 0005 0000000008 GlbVar -return 000000000C 0A22 KeyWord -rev_bits_table 000000C2A8 0009 0000000008 GlbVar Public -scan_code_map 00000197D3 0003 ExportSysSym Imm -screencast 000000CBB8 004F 0000000044 GlbVar Public -sizeof 000000000D 03F8 KeyWord -sprite_elem_base_sizes0076A661A0 000F 00000000F0 GlbVar -sqrt2 (0x3FF6A09 0002 0000000020 DefineStr -start 0000000015 016B KeyWord -static 0000000029 000C KeyWord -str2color_list 0000015848 0004 ExportSysSym Imm -switch 0000000014 0189 KeyWord -sys_PCIBIOS_service_dir000001EB5B 0001 0000000004 GlbVar Public -sys_boot_blk 0000007C28 0004 0000000004 GlbVar -sys_boot_patch_table_base0000007C2C 0003 0000000004 GlbVar -sys_boot_src 0000007C24 000D 0000000004 GlbVar -sys_cache_line_width0000009AA0 0003 0000000008 GlbVar Public -sys_clip_doc 000000C280 002B 0000000008 GlbVar Public -sys_clip_tri_head 00769F7300 000B 0000000040 GlbVar -sys_clip_vertex_head0077FC0808 000B 0000000044 GlbVar -sys_code_bp 00000098E8 002A 0000000008 GlbVar Public -sys_compile_time 0000007C34 000E 0000000008 GlbVar Public -sys_ctrl_alt_flags 00000098D8 0007 0000000008 GlbVar -sys_cur_submenu_entry0076949DD0 001F 0000000008 GlbVar -sys_data_bp 00000098F0 0027 0000000008 GlbVar Public -sys_focus_task 0000009A38 0079 0000000008 GlbVar Public -sys_font_std 000000E8B8 0003 ExportSysSym Imm -sys_gdt 0000008020 0006 0000001080 GlbVar -sys_heap_debug 00000098D6 0002 0000000001 GlbVar -sys_heap_init_flag 00000098D2 0002 0000000001 GlbVar -sys_heap_init_val 00000098D3 0002 0000000001 GlbVar -sys_macro_head 000000C208 000D 0000000070 GlbVar -sys_macro_repeat_n 0076761788 0007 0000000008 GlbVar -sys_macro_task 000000C278 0016 0000000008 GlbVar -sys_mem_init_flag 00000098D0 0003 0000000001 GlbVar -sys_mem_init_val 00000098D1 0003 0000000001 GlbVar -sys_message_flags 0076703C08 0007 0000000008 GlbVar -sys_neg_pows_lets 0000012398 0003 ExportSysSym Imm -sys_neg_pows_list 00000123E8 0002 ExportSysSym Imm -sys_num_spawned_tasks000000C290 0004 0000000008 GlbVar Public -sys_os_version 000000C2C0 0012 0000000008 GlbVar Public -sys_pci_buses 0000008016 000D 0000000002 GlbVar Public -sys_pci_services 000001EB5F 0011 0000000004 GlbVar Public -sys_pos_pows_lets 0000012380 0003 ExportSysSym Imm -sys_pos_pows_list 00000123B0 0002 ExportSysSym Imm -sys_progresses 00000098F8 0014 0000000140 GlbVar Public -sys_registry_doc 0076703C20 002B 0000000008 GlbVar -sys_run_level 0000007C30 0043 0000000004 GlbVar -sys_semas 0000009B00 00A5 0000000A80 GlbVar -sys_task 000000C288 0034 0000000008 GlbVar Public -sys_task_being_screen_updated000000C2A0 000E 0000000008 GlbVar -sys_var_init_flag 00000098D4 0007 0000000001 GlbVar -sys_var_init_val 00000098D5 0007 0000000001 GlbVar -sys_vbe_info 00000090A4 0025 0000000200 GlbVar Public -sys_vbe_mode 00000093E4 0022 0000000100 GlbVar Public -sys_vbe_mode_num 00000094E4 0006 0000000002 GlbVar -sys_vbe_modes 00000092A4 0008 0000000140 GlbVar -sys_winmgr_task 000000C298 005E 0000000008 GlbVar -tM 0076981200 0005 0000000028 Funct Public -tS 00000160E6 006F 0000000025 Funct Public -text 000000CC00 00B4 0000000069 GlbVar Public -throw 0000018F2B 00B6 00000001E2 Funct Public -try 0000000005 0069 KeyWord -uasm 0077616590 002A 0000000038 GlbVar -union 0000000002 0025 KeyWord -wall 0076650AA8 0015 0000000008 GlbVar -while 0000000009 0815 KeyWord -winmgr 007693F668 000B 000000003B GlbVar Unres -winmgr 007693F668 0066 000000003B GlbVar Public -pi (0x400921F 0054 0000000020 DefineStr -inf (0x7FF0000 0009 0000000020 DefineStr +/Compiler/Compiler 0077610228 0001 00000403D8 Module Public +/Kernel/Kernel 0000007C00 0001 000002F5F0 Module Public +AAA 00775F4908 0000 OpCode +AAD 00775F48B0 0000 OpCode +AAM 00775F4858 0000 OpCode +AAS 00775F4800 0000 OpCode +AAT_ADD_U16 2 0005 0000000008 DefineStr +AAT_ADD_U32 4 0009 0000000008 DefineStr +AAT_ADD_U64 6 0009 0000000008 DefineStr +AAT_ADD_U8 0 0005 0000000008 DefineStr +AAT_SUB_U16 3 0005 0000000008 DefineStr +AAT_SUB_U32 5 0005 0000000008 DefineStr +AAT_SUB_U64 7 0005 0000000008 DefineStr +AAT_SUB_U8 1 0005 0000000008 DefineStr +ACDDef 00766EA4C8 0003 0000000035 Funct +ACDDefGet 00766D5758 0003 0000000168 Funct Public +ACDDefsGet 00766DEFB0 0003 0000000174 Funct Public +ACDDefsPut 007674E430 0003 00000001C9 Funct Public +ACDDictWordsAdd 00766D0640 0003 00000000C9 Funct +ACDFillin 00767DB828 0003 000000006B Funct +ACDPopUpDef 00767D9828 0003 000000006B Funct +ACDWordPtAt 0076742EF8 0004 0000000181 Funct Public +ACDWordsLoad 007675FF58 0003 000000016E Funct Public +ACD_BLK_SIZE 0x4000 0031 0000000008 DefineStr +ACD_DEF 2 0005 0000000008 DefineStr +ACD_DEF_CHAR 0x02 000C 0000000008 DefineStr +ACD_DEF_END 3 0002 0000000008 DefineStr +ACD_DEF_FILENAME \"/System/ 000C 0000000028 DefineStr +ACD_END_CHAR 0x00 0007 0000000008 DefineStr +ACD_EXTRA 8 0005 0000000008 DefineStr +ACD_EXTRA_CHAR 0x05 0006 0000000008 DefineStr +ACD_EXTRA_END 9 0002 0000000008 DefineStr +ACD_FILLINS_NUM 10 0007 0000000008 DefineStr +ACD_H1 0 0004 0000000008 DefineStr +ACD_H1_END 1 0002 0000000008 DefineStr +ACD_POS 6 0005 0000000008 DefineStr +ACD_POS_CHAR 0x04 0006 0000000008 DefineStr +ACD_POS_END 7 0002 0000000008 DefineStr +ACD_PRONUNCIATION 4 0005 0000000008 DefineStr +ACD_PRONUNCIATION_CHAR 0x03 0006 0000000008 DefineStr +ACD_PRONUNCIATION_END 5 0002 0000000008 DefineStr +ACD_WORD_CHAR 0x01 003D 0000000008 DefineStr +ACD_WORD_FILENAME \"/System/ 0009 0000000028 DefineStr +ACDocReset 0076759CE8 000B 00000000B5 Funct +ACFillIn 00767D5828 0005 000000006E Funct +ACFillInAdd 0076700F00 0003 00000000CF Funct +ACHashAdd 007678AEA0 0003 0000000078 Funct +ACInit 00766C4090 0004 00000000F7 Funct Public +ACMainFileListTraverse 00766C8E80 0003 00000000B0 Funct +ACMan 00766C8C90 0005 000000007F Funct +ACPriorWordInStr 00766D3A70 0005 000000009A Funct +ACPutChoices 00766BD828 0003 0000000431 Funct +ACSingleFileAdd 00766BE8B0 0003 0000000080 Funct +ACSkipCrap 0076707420 0003 0000000040 Funct +ACTask 00766C64F8 0003 0000000196 Funct +ACTaskAlt 00766C74A0 0003 00000000B1 Funct +ACTaskCtrl 00766DEC20 0003 0000000194 Funct +ACTaskEndCB 00766FCD60 0003 000000005B Funct +ACTaskNormal 00767106E8 0003 0000000113 Funct +AC_FILLINS_NUM 12 000C 0000000008 DefineStr +ACf_INIT_IN_PROGRESS 0 000B 0000000008 DefineStr +ACf_LAST_WAS_KEYMAP 1 000B 0000000008 DefineStr +ACos 00773F5628 0001 0000000070 Funct Public +ADC 00775F7C90 0054 OpCode +ADD 00775F7AE8 00EE OpCode +AH 0000000104 0022 Reg +AHCIAtaBlksRW 0000022C42 0009 00000002CE Funct +AHCIAtaBlksRead 0000022F12 000E 00000000AB Funct +AHCIAtaBlksWrite 0000022FC2 0012 0000000099 Funct +AHCIAtaInit 00000233CA 0005 ExportSysSym Imm +AHCIAtaRBlks 0000023B8A 0003 ExportSysSym Imm +AHCIAtaWBlks 0000023BDA 0003 ExportSysSym Imm +AHCIAtapiBlksRead 0000023062 0007 000000026A Funct +AHCIAtapiCapacityGet 0000022462 0003 ExportSysSym Imm +AHCIAtapiRBlks 0000023A62 0003 ExportSysSym Imm +AHCIAtapiSeek 0000022622 0003 00000001A9 Funct +AHCIAtapiStartStop 00000227D2 0006 0000000179 Funct +AHCIBootDVDProbeAll 000002384A 0002 ExportSysSym Imm +AHCIBufferAlign 0000022BBA 0004 ExportSysSym Imm +AHCIHbaReset 0000023522 0003 0000000036 Funct +AHCIInit 000002355A 0003 ExportSysSym Imm +AHCILBA48CapacityGet 00000220B2 0003 ExportSysSym Imm +AHCIPortActiveHeaderGet 0000022382 0008 ExportSysSym Imm +AHCIPortCmdSlotGet 00000220D2 0008 ExportSysSym Imm +AHCIPortCmdStart 000002220A 0004 ExportSysSym Imm +AHCIPortCmdStop 00000221BA 0005 ExportSysSym Imm +AHCIPortCmdWait 00000223CA 0008 ExportSysSym Imm +AHCIPortIdentify 0000022A02 0003 ExportSysSym Imm +AHCIPortInit 00000232D2 0007 00000000F8 Funct +AHCIPortIsIdle 000002217A 0003 ExportSysSym Imm +AHCIPortReset 00000222F2 0004 000000008C Funct +AHCIPortWait 0000022252 0009 ExportSysSym Imm +AHCI_BOHCf_BB 4\t 0003 0000000008 DefineStr +AHCI_BOHCf_BOS 0\t 0003 0000000008 DefineStr +AHCI_BOHCf_OOS 1\t 0003 0000000008 DefineStr +AHCI_CAPSEXTf_BOH 0\t 0003 0000000008 DefineStr +AHCI_CAPSf_S64A 31\t 0002 0000000008 DefineStr +AHCI_CF_DESCF_C (1 << AHCI 0003 0000000018 DefineStr +AHCI_CF_DESCf_C 7\t 0008 0000000008 DefineStr +AHCI_CH_DESCF_A (1 << AHCI 0002 0000000018 DefineStr +AHCI_CH_DESCF_W (1 << AHCI 0002 0000000018 DefineStr +AHCI_CH_DESCf_A 5\t 0007 0000000008 DefineStr +AHCI_CH_DESCf_W 6\t 0004 0000000008 DefineStr +AHCI_GHCf_AHCI_ENABLE 31 0004 0000000008 DefineStr +AHCI_GHCf_HBA_RESET 0 0004 0000000008 DefineStr +AHCI_GHCf_INTERRUPT_ENABLE 1 0002 0000000008 DefineStr +AHCI_MAX_PORTS 32 0006 0000000008 DefineStr +AHCI_PRDT_MAX_BLOCKS (U16_MAX + 0010 0000000018 DefineStr +AHCI_PRDT_MAX_LEN 8 \t\t\t\t 0003 0000000010 DefineStr +AHCI_PRD_MAX_BYTES (4 * 1024 0008 0000000018 DefineStr +AHCI_PxCMDF_ATAPI (1 << AHCI 0002 0000000020 DefineStr +AHCI_PxCMDF_CR (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDF_FR (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDF_FRE (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDF_POD (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDF_ST (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDF_SUD (1 << AHCI 0003 0000000018 DefineStr +AHCI_PxCMDf_ATAPI 24\t 0004 0000000008 DefineStr +AHCI_PxCMDf_CR 15\t 0005 0000000008 DefineStr +AHCI_PxCMDf_FR 14\t 0004 0000000008 DefineStr +AHCI_PxCMDf_FRE 4\t 0005 0000000008 DefineStr +AHCI_PxCMDf_POD 2\t 0003 0000000008 DefineStr +AHCI_PxCMDf_ST 0\t 0005 0000000008 DefineStr +AHCI_PxCMDf_SUD 1\t 0003 0000000008 DefineStr +AHCI_PxIf_TFE 30\t 0004 0000000008 DefineStr +AHCI_PxSCTLF_DET_INIT (1 << AHCI 0003 0000000020 DefineStr +AHCI_PxSCTLf_DET_INIT 1 0003 0000000008 DefineStr +AHCI_PxSIG_ATA 0x00000101 000A 0000000010 DefineStr +AHCI_PxSIG_ATAPI 0xEB140101 000E 0000000010 DefineStr +AHCI_PxSIG_PM 0x96690101 0002 0000000010 DefineStr +AHCI_PxSIG_SEMB 0xC33C0101 0002 0000000010 DefineStr +AHCI_PxSSTSF_DET_PRESENT 3 0003 0000000008 DefineStr +AKW_ALIGN 64 0002 0000000008 DefineStr +AKW_BINFILE 88 0002 0000000008 DefineStr +AKW_DU16 78 0002 0000000008 DefineStr +AKW_DU32 79 0002 0000000008 DefineStr +AKW_DU64 80 0002 0000000008 DefineStr +AKW_DU8 77 0002 0000000008 DefineStr +AKW_DUP 81 0002 0000000008 DefineStr +AKW_F64 76 0001 0000000008 DefineStr +AKW_I0 66 0001 0000000008 DefineStr +AKW_I16 68 0002 0000000008 DefineStr +AKW_I32 69 0002 0000000008 DefineStr +AKW_I64 70 0002 0000000008 DefineStr +AKW_I8 67 0002 0000000008 DefineStr +AKW_IMPORT 85 0002 0000000008 DefineStr +AKW_LIST 86 0002 0000000008 DefineStr +AKW_NOLIST 87 0002 0000000008 DefineStr +AKW_ORG 65 0002 0000000008 DefineStr +AKW_U0 71 0001 0000000008 DefineStr +AKW_U16 73 0002 0000000008 DefineStr +AKW_U32 74 0002 0000000008 DefineStr +AKW_U64 75 0002 0000000008 DefineStr +AKW_U8 72 0002 0000000008 DefineStr +AKW_USE16 82 0002 0000000008 DefineStr +AKW_USE32 83 0002 0000000008 DefineStr +AKW_USE64 84 0002 0000000008 DefineStr +AL 0000000100 0067 Reg +ALIGN 0000000040 0009 AsmKeyWord +AND 00775F7880 0032 OpCode +AOTGlobalsResolve 007761AA00 0003 ExportSysSym Imm +AOTLocalsResolve 007761A8D0 0005 ExportSysSym Imm +AOTStoreCodeU32 007761A140 0003 ExportSysSym Imm +AOTStoreCodeU64 007761A288 0007 ExportSysSym Imm +AOTStoreCodeU8 007761A038 001B ExportSysSym Imm +AOTStoreCodeU8At 007761A3D0 0009 ExportSysSym Imm +AOT_BIN_BLK_BITS 16 000D 0000000008 DefineStr +AOT_BIN_BLK_SIZE (1 << AOT_ 000A 0000000018 DefineStr +ARGT_AL 32 0007 0000000008 DefineStr +ARGT_AX 33 0002 0000000008 DefineStr +ARGT_CL 36 0002 0000000008 DefineStr +ARGT_CS 45 0003 0000000008 DefineStr +ARGT_DS 41 0003 0000000008 DefineStr +ARGT_DX 37 0004 0000000008 DefineStr +ARGT_EAX 34 0002 0000000008 DefineStr +ARGT_ES 42 0003 0000000008 DefineStr +ARGT_FS 43 0003 0000000008 DefineStr +ARGT_GS 44 0003 0000000008 DefineStr +ARGT_IMM16 5 0008 0000000008 DefineStr +ARGT_IMM32 6 0008 0000000008 DefineStr +ARGT_IMM64 7 0011 0000000008 DefineStr +ARGT_IMM8 4 000D 0000000008 DefineStr +ARGT_M16 21 0003 0000000008 DefineStr +ARGT_M1632 24 0002 0000000008 DefineStr +ARGT_M16N16 26 0002 0000000008 DefineStr +ARGT_M16N32 25 0002 0000000008 DefineStr +ARGT_M32 22 0003 0000000008 DefineStr +ARGT_M32N32 27 0002 0000000008 DefineStr +ARGT_M64 23 0011 0000000008 DefineStr +ARGT_M8 20 000A 0000000008 DefineStr +ARGT_MM 48 0002 0000000008 DefineStr +ARGT_MM32 49 0002 0000000008 DefineStr +ARGT_MM64 50 0002 0000000008 DefineStr +ARGT_MOFFS16 29 0002 0000000008 DefineStr +ARGT_MOFFS32 30 0002 0000000008 DefineStr +ARGT_MOFFS64 31 0006 0000000008 DefineStr +ARGT_MOFFS8 28 0006 0000000008 DefineStr +ARGT_NONE 0 0003 0000000008 DefineStr +ARGT_R16 13 0002 0000000008 DefineStr +ARGT_R32 14 0002 0000000008 DefineStr +ARGT_R64 15 0006 0000000008 DefineStr +ARGT_R8 12 0003 0000000008 DefineStr +ARGT_RAX 35 0003 0000000008 DefineStr +ARGT_REL16 2 0004 0000000008 DefineStr +ARGT_REL32 3 0007 0000000008 DefineStr +ARGT_REL8 1 0009 0000000008 DefineStr +ARGT_RM16 17 0002 0000000008 DefineStr +ARGT_RM32 18 0002 0000000008 DefineStr +ARGT_RM64 19 000C 0000000008 DefineStr +ARGT_RM8 16 0009 0000000008 DefineStr +ARGT_SREG 39 0009 0000000008 DefineStr +ARGT_SS 40 0005 0000000008 DefineStr +ARGT_ST0 46 0006 0000000008 DefineStr +ARGT_STI 47 0007 0000000008 DefineStr +ARGT_UIMM16 9 0007 0000000008 DefineStr +ARGT_UIMM32 10 0008 0000000008 DefineStr +ARGT_UIMM64 11 0010 0000000008 DefineStr +ARGT_UIMM8 8 000C 0000000008 DefineStr +ARGT_XMM 51 0002 0000000008 DefineStr +ARGT_XMM0 55 0002 0000000008 DefineStr +ARGT_XMM128 54 0002 0000000008 DefineStr +ARGT_XMM32 52 0002 0000000008 DefineStr +ARGT_XMM64 53 0002 0000000008 DefineStr +ARPL 00775F4790 0000 OpCode +ARf_CSPRITE_INS_CLIP 1 0004 0000000008 DefineStr +ARf_CSPRITE_PTS_RECTANGLES 5 0004 0000000008 DefineStr +ARf_FLOODFILL 0 0004 0000000008 DefineStr +ARf_MANAGE_SLIDER 6 0005 0000000008 DefineStr +ARf_MESH_ED 4 0004 0000000008 DefineStr +ARf_PLANAR_SYMMETRY 2 0004 0000000008 DefineStr +ARf_PSALMODY_JUKEBOX 3 0002 0000000008 DefineStr +ASM_RENUM_SPACING 5 0005 0000000008 DefineStr +ASSOCF_LEFT 1 0008 0000000008 DefineStr +ASSOCF_RIGHT 2 0011 0000000008 DefineStr +ASSOC_MASK 3 0010 0000000008 DefineStr +ASin 0077419828 0001 0000000063 Funct Public +ATAIDDrives 0000025482 0004 000000018E Funct Public +ATAMount 0000025612 0007 0000000099 Funct +ATAPI_CLOSE_TRACK_SESSION 0x5B00 0003 0000000008 DefineStr +ATAPI_FORMAT_UNIT 0x0400 0003 0000000008 DefineStr +ATAPI_READ 0xA800 0003 0000000008 DefineStr +ATAPI_READ_CAPACITY 0x2500 0004 0000000008 DefineStr +ATAPI_READ_TRACK_INFO 0x5200 0003 0000000008 DefineStr +ATAPI_SEEK 0x2B00 0004 0000000008 DefineStr +ATAPI_SET_CD_SPEED 0xBB00 0003 0000000008 DefineStr +ATAPI_START_STOP_UNIT 0x1B00 0004 0000000008 DefineStr +ATAPI_SYNC_CACHE 0x3500 0003 0000000008 DefineStr +ATAPI_WRITE 0xAA00 0003 0000000008 DefineStr +ATAR0_CMD 7 0005 0000000008 DefineStr +ATAR0_DATA 0 0009 0000000008 DefineStr +ATAR0_FEAT 1 0005 0000000008 DefineStr +ATAR0_HCYL 5 0012 0000000008 DefineStr +ATAR0_LCYL 4 0012 0000000008 DefineStr +ATAR0_NSECT 2 0005 0000000008 DefineStr +ATAR0_SECT 3 0008 0000000008 DefineStr +ATAR0_SEL 6 001F 0000000008 DefineStr +ATAR0_STAT 7 0006 0000000008 DefineStr +ATAR1_CTRL 2 0007 0000000008 DefineStr +ATARep 0000025042 0004 000000040A Funct Public +ATARepEntry 0000024D7A 000E ExportSysSym Imm +ATARepExitAllApplications 0000024F7A 0003 ExportSysSym Imm +ATARepFind 0000025452 0003 000000002B Funct +ATAS_BSY 0x80 0005 0000000008 DefineStr +ATAS_DF 0x20 0002 0000000008 DefineStr +ATAS_DRDY 0x40 0002 0000000008 DefineStr +ATAS_DRQ 0x08 0004 0000000008 DefineStr +ATAS_ERR 0x01 0003 0000000008 DefineStr +ATA_DEV_RST 0x08 0003 0000000008 DefineStr +ATA_IDENTIFY 0xEC 0004 0000000008 DefineStr +ATA_IDENTIFY_PACKET 0xA1 0003 0000000008 DefineStr +ATA_IDENT_LBA48_CAPACITY 100 0003 0000000008 DefineStr +ATA_IDENT_MODEL_NUM 27 0002 0000000008 DefineStr +ATA_IDENT_SERIAL_NUM 10 0002 0000000008 DefineStr +ATA_NOP 0x00 0003 0000000008 DefineStr +ATA_PACKET 0xA0 000F 0000000008 DefineStr +ATA_READ_DMA_EXT 0x25 0003 0000000008 DefineStr +ATA_READ_MULTI 0xC4 0002 0000000008 DefineStr +ATA_READ_MULTI_EXT 0x29 0002 0000000008 DefineStr +ATA_READ_NATIVE_MAX 0xF8 0003 0000000008 DefineStr +ATA_READ_NATIVE_MAX_EXT 0x27 0003 0000000008 DefineStr +ATA_SET_MAX 0xF9 0002 0000000008 DefineStr +ATA_SET_MAX_EXT 0x37 0002 0000000008 DefineStr +ATA_WRITE_DMA_EXT 0x35 0003 0000000008 DefineStr +ATA_WRITE_MULTI 0xC5 0002 0000000008 DefineStr +ATA_WRITE_MULTI_EXT 0x39 0002 0000000008 DefineStr +ATTRF_BLINK 0x10000000 0018 0000000010 DefineStr +ATTRF_INVERT 0x20000000 0010 0000000010 DefineStr +ATTRF_SEL 0x40000000 001F 0000000010 DefineStr +ATTRF_UNDERLINE 0x80000000 0019 0000000010 DefineStr +ATTRf_BLINK 28 0006 0000000008 DefineStr +ATTRf_INVERT 29 0005 0000000008 DefineStr +ATTRf_SEL 30 0018 0000000008 DefineStr +ATTRf_UNDERLINE 31 0008 0000000008 DefineStr +ATan 00000000B8 0006 Funct Public +AUWrite 00773B40B8 0001 00000000C7 Funct Public +AX 0000000200 0154 Reg +Abs 00000000B3 0012 Funct Public +AbsI64 00000000A9 006A Funct Public +AreYouSure 000000F490 0006 0000000029 Funct Public +Arg 000000AA73 0010 Funct Public +AsmHashLoad 00776198A8 0003 ExportSysSym Imm +AsmLexExpression 007761A488 0006 ExportSysSym Imm +AsmLineList 007761A540 0003 ExportSysSym Imm +AsmMakeArgMask 007761B480 0004 ExportSysSym Imm +AsmParseInsFlags 0077619668 0003 ExportSysSym Imm +AsmResolve 007761A688 0004 ExportSysSym Imm +AsmStoreNum 007761B7A8 0006 ExportSysSym Imm +AsmUnresolvedAdd 007761AE30 0006 ExportSysSym Imm +AutoComplete 00767BB828 0017 00000000D5 Funct Public +AutoCompleteSize 00766E77A0 0001 0000000038 Funct +B 00000176A6 0003 0000000059 Funct Public +B2 0000017706 0004 000000007F Funct Public +BDF_EXT_SIZE (1 << BDf_ 0011 0000000018 DefineStr +BDF_FORMAT (1 << BDf_ 0002 0000000018 DefineStr +BDF_INITIALIZED (1 << BDf_ 0009 0000000018 DefineStr +BDF_INIT_IN_PROGRESS (1 << BDf_ 0008 0000000020 DefineStr +BDF_INTERNAL_BUF (1 << BDf_ 0005 0000000018 DefineStr +BDF_LAST_WAS_WRITE (1 << BDf_ 0005 0000000020 DefineStr +BDF_READ_CACHE (1 << BDf_ 000A 0000000018 DefineStr +BDF_READ_ONLY (1 << BDf_ 0006 0000000018 DefineStr +BDF_READ_ONLY_OVERRIDE (1 << BDf_ 0006 0000000020 DefineStr +BDF_REMOVABLE (1 << BDf_ 0005 0000000018 DefineStr +BDS_CONST 0 000C 0000000008 DefineStr +BDS_CUR_DRIVE 1 0006 0000000008 DefineStr +BDS_ED_FILENAME_DRIVE 2 0006 0000000008 DefineStr +BDT_ATA 2 0021 0000000008 DefineStr +BDT_ATAPI 5 002B 0000000008 DefineStr +BDT_ISO_FILE_READ 3 0011 0000000008 DefineStr +BDT_ISO_FILE_WRITE 4 0011 0000000008 DefineStr +BDT_NULL 0 0006 0000000008 DefineStr +BDT_RAM 1 0015 0000000008 DefineStr +BDT_TYPES_NUM 6 0004 0000000008 DefineStr +BDVD_BLK_COUNT 00766AD808 0009 ExportSysSym Imm +BDVD_BLK_HI 00766AD806 0002 ExportSysSym Imm +BDVD_BLK_LO 00766AD804 0006 ExportSysSym Imm +BDVD_END 00766AD94D 0005 ExportSysSym Imm +BDVD_MAIN 00766AD82C 0002 ExportSysSym Imm +BDVD_PROGRESS_STEP 00766AD80C 0003 ExportSysSym Imm +BDVD_PROGRESS_VAL 00766AD810 0005 ExportSysSym Imm +BDVD_PUTS 00766AD822 0003 ExportSysSym Imm +BDVD_PUT_CHAR 00766AD814 0003 ExportSysSym Imm +BDVD_RET 00766AD821 0002 ExportSysSym Imm +BDVD_SHIFT_BLKS 00766AD80A 0006 ExportSysSym Imm +BDVD_START 00766AD780 002D ExportSysSym Imm +BD_SIGNATURE_VAL 'BDSV' 000B 0000000008 DefineStr +BDf_EXT_SIZE 8 0004 0000000008 DefineStr +BDf_FORMAT 6 0003 0000000008 DefineStr +BDf_INITIALIZED 1 0006 0000000008 DefineStr +BDf_INIT_IN_PROGRESS 7 0004 0000000008 DefineStr +BDf_INTERNAL_BUF 9 0004 0000000008 DefineStr +BDf_LAST_WAS_WRITE 4 0003 0000000008 DefineStr +BDf_READ_CACHE 5 0003 0000000008 DefineStr +BDf_READ_ONLY 2 0003 0000000008 DefineStr +BDf_READ_ONLY_OVERRIDE 3 0003 0000000008 DefineStr +BDf_REMOVABLE 0 0003 0000000008 DefineStr +BDlf_LOCKED 0 0006 0000000008 DefineStr +BEqual 000000ADCF 0051 Funct Public +BFieldExtU32 000000AE9B 0008 Funct Public +BFieldOrU32 000000AE76 0008 Funct Public +BH 0000000107 000D Reg +BHD_BLK_COUNT 0076568516 0004 ExportSysSym Imm +BHD_CODE 00765684E0 0008 ExportSysSym Imm +BHD_DAP_BLK 0076568520 0003 ExportSysSym Imm +BHD_END 007656857F 0006 ExportSysSym Imm +BHD_START (BHD_CODE 0015 0000000028 DefineStr +BIBLE_FILENAME \"::/Misc/ 0017 0000000018 DefineStr +BINFILE 0000000058 0000 AsmKeyWord +BIN_SIGNATURE_VAL 'ZCCB' 0007 0000000008 DefineStr +BIOSRep 00764D3778 0001 0000000016 Funct Public +BL 0000000103 001E Reg +BLACK 0 004D 0000000008 DefineStr +BLACK32 0x000000 0005 0000000010 DefineStr +BLKDEVS_NUM 26 000C 0000000008 DefineStr +BLK_SIZE (1 << BLK_ 00EA 0000000018 DefineStr +BLK_SIZE_BITS 9 00E1 0000000008 DefineStr +BLUE 1 0019 0000000008 DefineStr +BMHD2_BLK_ARRAY 007655EEBE 0005 ExportSysSym Imm +BMHD2_BOOT_MESSAGE 007655EDBC 0004 ExportSysSym Imm +BMHD2_DAP_BLK 007655EF06 0001 ExportSysSym Imm +BMHD2_END 007655EFBE 0004 ExportSysSym Imm +BMHD2_PUTS 007655EF1C 0002 ExportSysSym Imm +BMHD2_PUT_CHAR 007655EF0E 0002 ExportSysSym Imm +BMHD2_RET 007655EF1B 0002 ExportSysSym Imm +BMHD2_START 007655ED80 0015 ExportSysSym Imm +BMHD_BLK_COUNT 007656A8BA 0004 ExportSysSym Imm +BMHD_CODE 007656A860 0007 ExportSysSym Imm +BMHD_DAP_BLK 007656A8C4 0003 ExportSysSym Imm +BMHD_END 007656A929 0006 ExportSysSym Imm +BMHD_START 007656A860 000F ExportSysSym Imm +BOOT_DIR \"/0000Boo 0012 0000000010 DefineStr +BOOT_DIR \"/0000Boo 0006 0000000010 DefineStr +BOOT_DIR_BOOTMHD2_BIN_C BOOT_DIR \ 0005 0000000020 DefineStr +BOOT_DIR_KERNEL_BIN_C BOOT_DIR \ 0005 0000000020 DefineStr +BOOT_DIR_OLDMBR_BIN_C BOOT_DIR \ 0009 0000000020 DefineStr +BOOT_HIGH_LOC_DVD ((BOOT_RAM 0009 0000000048 DefineStr +BOOT_HIGH_LOC_HD ((BOOT_RAM 0009 0000000040 DefineStr +BOOT_HIGH_LOC_MHD ((BOOT_RAM 0009 0000000040 DefineStr +BOOT_HIGH_LOC_MHD2 ((BOOT_RAM 0009 0000000040 DefineStr +BOOT_RAM_BASE 0x07C00 0017 0000000008 DefineStr +BOOT_RAM_LIMIT 0x97000 0021 0000000008 DefineStr +BOOT_SRC_DVD 4 000B 0000000008 DefineStr +BOOT_SRC_HARDDRIVE 3 0008 0000000008 DefineStr +BOOT_SRC_NULL 0 0003 0000000008 DefineStr +BOOT_SRC_RAM 2 000D 0000000008 DefineStr +BOOT_SRC_ROM 1 0005 0000000008 DefineStr +BOOT_STACK_SIZE BLK_SIZE 0025 0000000010 DefineStr +BOUND 00775F4718 0000 OpCode +BP 0000000205 0001 Reg +BPT 00775F36E0 0000 OpCode +BPlf_LOCKED 0 0008 0000000008 DefineStr +BROWN 6 000F 0000000008 DefineStr +BSF 00775F46A0 0000 OpCode +BSR 00775F4628 0000 OpCode +BSWAP 00775F45C0 0002 OpCode +BSpline2 0077343E28 0007 000000073F Funct Public +BSpline3 0076B98228 0007 00000009F2 Funct Public +BT 00775F44E8 0053 OpCode +BTC 00775F4410 0000 OpCode +BTF_DONT_FREE 1 0005 0000000008 DefineStr +BTR 00775F4338 0010 OpCode +BTS 00775F4260 0012 OpCode +BTTN_BORDER 2 000D 0000000008 DefineStr +BX 0000000203 0045 Reg +Bcd2Binary 0000011A32 0004 ExportSysSym Imm +Beat 0076980A10 0001 0000000090 Funct Public +Beep 00000164DE 0028 0000000059 Funct Public +Bezier2 0076BDA418 0009 0000000397 Funct Public +Bezier3 0076BCD228 0009 0000000482 Funct Public +BibleDoc 00766A8938 0003 0000000236 Funct Public +BibleInit 00766AA028 0003 000000047F Funct +BibleLine2Verse 00766AAA50 0007 00000003CF Funct Public +BibleVerse 00767321F0 0001 00000001AA Funct Public +BibleView 00766EF188 0001 000000004D Funct Public +BinRep 0076562C58 0001 00000003A6 Funct Public +BirthWait 000001C8AB 0003 0000000041 Funct Public +Blink 000001610E 001A 0000000053 Funct Public +BlkDevAdd 0000027BD3 000C 0000000456 Funct +BlkDevCheck 0000025F62 0008 0000000055 Funct Public +BlkDevDel 0000025F22 000B 000000003F Funct Public +BlkDevInit 00000258BA 000B ExportSysSym Imm +BlkDevLock 00000257FA 0018 0000000056 Funct Public +BlkDevLockFwdingSet 0000027B33 0003 ExportSysSym Imm +BlkDevNextFreeSlot 0000025E32 000A 00000000EB Funct Public +BlkDevUnlock 0000025852 0019 0000000063 Funct Public +BlkDevsInitAll 00000280BB 0003 ExportSysSym Imm +BlkDevsRelease 0000025DE2 0006 000000004C Funct Public +BlkDevsSize 007648B6C8 0003 00000000BA Funct +BlkPoolAdd 000000DA06 0006 0000000078 Funct Public +BlkPoolInit 000000DA7E 0004 0000000070 Funct Public +BlkPoolsInit 000000DAEE 0003 ExportSysSym Imm +BlkRead 0000026DFB 002C 00000001E4 Funct Public +BlkWrite 0000026FE3 0028 00000001CE Funct Public +BlkWriteZero 0000026D03 0005 00000000F4 Funct Public +BookLines 00766AEAB0 0004 00000000B9 Funct Public +Bool 00775EC530 07C2 0000000001 IntType +BootDVDIns 007656D108 0003 000000008B Funct Public +BootHDIns 007656B9D0 0001 0000000245 Funct Public +BootMHDIns 0076567028 0001 000000054F Funct Public +BootMHDOldRead 00766CDCC8 0003 00000000E9 Funct Public +BootMHDOldWrite 007656D2C8 0001 0000000081 Funct Public +BootMHDZero 00766FB6C8 0001 0000000057 Funct Public +BootRAM 007656ACC0 0004 00000000CE Funct Public +BptFind 00000174FE 0007 0000000081 Funct +BptR 000001761E 0004 0000000087 Funct Public +BptS 0000017586 0006 0000000093 Funct Public +Break 0000019113 0007 0000000069 Funct Public +BreakLock 0000019183 0010 0000000031 Funct Public +BreakUnlock 00000191BB 001B 000000005E Funct Public +Bsf 000000007E 002A Funct Public +Bsr 000000007F 0024 Funct Public +Bt 0000000077 02C3 Funct Public +Btc 000000007A 0002 Funct Public +Btr 0000000079 001B Funct Public +Bts 0000000078 0070 Funct Public +Busy 0000016166 000F 0000000025 Funct Public +C32_ADD 000001ECBC 0003 ExportSysSym Imm +C32_EAX 000001EBED 0007 ExportSysSym Imm +C32_EBX 000001EBF1 0007 ExportSysSym Imm +C32_ECX 000001EBF5 0007 ExportSysSym Imm +C32_EDI 000001EC01 0007 ExportSysSym Imm +C32_EDX 000001EBF9 0007 ExportSysSym Imm +C32_EFLAGS 000001EC05 0007 ExportSysSym Imm +C32_ESI 000001EBFD 0007 ExportSysSym Imm +C32_RSP 000001EC09 0004 ExportSysSym Imm +C:/Doc/AutoComplete.DD 0077499298 0000 HelpFile Public +C:/Doc/Bit.DD 00774C8B40 0001 HelpFile Public +C:/Doc/Boot.DD 0077498FB8 0000 HelpFile Public +C:/Doc/Ctrls.DD 0076707470 0000 HelpFile Public +C:/Doc/D3.DD 00774AD500 0001 HelpFile Public +C:/Doc/Date.DD 00773F5780 0000 HelpFile Public +C:/Doc/DebugFunSeg.DD 0077468B20 0000 HelpFile Public +C:/Doc/Define.DD 0077463758 0000 HelpFile Public +C:/Doc/Directives.DD 0077408898 0000 HelpFile Public +C:/Doc/DolDoc.DD 0076934420 0000 HelpFile Public +C:/Doc/FileLowLevel.DD 0077453030 0000 HelpFile Public +C:/Doc/Frame.DD 00774379B8 0000 HelpFile Public +C:/Doc/GRFiles.DD 0077317058 0000 HelpFile Public +C:/Doc/Hash.DD 0077439F50 0000 HelpFile Public +C:/Doc/HeapDebug.DD 00764D3540 0000 HelpFile Public +C:/Doc/HelpSystem.DD 0076645F08 0000 HelpFile Public +C:/Doc/InFile.DD 00766E7058 0000 HelpFile Public +C:/Doc/Install.DD 0077432538 0000 HelpFile Public +C:/Doc/Job.DD 0077455078 0000 HelpFile Public +C:/Doc/KeyDev.DD 007745D978 0000 HelpFile Public +C:/Doc/Lex.DD 00773EBD18 0000 HelpFile Public +C:/Doc/Menus.DD 007694D150 0000 HelpFile Public +C:/Doc/Messages.DD 00774110C8 0000 HelpFile Public +C:/Doc/Mouse.DD 007740DD60 0000 HelpFile Public +C:/Doc/MultiCore.DD 00774A3150 0001 HelpFile Public +C:/Doc/ODE.DD 00773BFA28 0000 HelpFile Public +C:/Doc/Once.DD 0076703E60 0000 HelpFile Public +C:/Doc/PIT.DD 00775A6330 0001 HelpFile Public +C:/Doc/Pags.DD 007751B6E0 0001 HelpFile Public +C:/Doc/Profiler.DD 007664CE20 0000 HelpFile Public +C:/Doc/Queue.DD 00774BEFA0 0001 HelpFile Public +C:/Doc/Sound.DD 0077402EA0 0000 HelpFile Public +C:/Doc/Sprite.DD 0076A22820 0000 HelpFile Public +C:/Doc/StdOutTask.DD 00774640C8 0000 HelpFile Public +C:/Doc/Streams.DD 0077400B18 0000 HelpFile Public +C:/Doc/Streams.DD 0077400C58 0000 HelpFile Public +C:/Doc/TextBase.DD 0077347FE0 0000 HelpFile Public +C:/Doc/TimeCycles.DD 0077499C98 0001 HelpFile Public +C:/Doc/TimeDate.DD 00773F80F0 0000 HelpFile Public +C:/Doc/TimeJiffy.DD 00773F38D0 0000 HelpFile Public +C:/Doc/Transform.DD 00773241A0 0000 HelpFile Public +C:/Doc/Windows.DD 007693FCA0 0000 HelpFile Public +CAHCIHba 007753AB50 0005 0000001100 Class +CAHCIPort 007753BD10 001A 0000000080 Class +CALL 00775F5E80 0069 OpCode +CAOT 00775E7B80 0017 0000000068 Class +CAOTAbsAddr 007755BD48 0020 0000000018 Class +CAOTBinBlk 00775652A0 0010 0000010008 Class +CAOTCtrl 0077558660 0016 0000000149 Class +CAOTHeapGlobal 00775E7850 000E 0000000020 Class +CAOTHeapGlobalRef 007755B7A8 0009 0000000010 Class +CAOTImportExport 00775E75C0 001D 0000000040 Class +CAP16BitInit 00775A64D0 0004 000000000E Class +CATAPITrack 007752D280 000A 0000000030 Class +CATARep 007753EDF0 001E 0000000038 Class Public +CAUData 00774E7DA0 0006 0000000009 Class Public +CAbsCountsI64 0077564E20 0006 0000000008 Class +CAdd 0077FBF020 0001 0000000041 Funct Public +CAlloc 000000DF54 018A 0000000033 Funct Public +CAllocAligned 000000E094 0007 000000007F Funct Public +CArrayDim 007759A240 001C 0000000018 Class Public +CAsmArg 0077562840 0009 0000000068 Class +CAsmIns 0077563668 0005 00000000AA Class +CAsmNum 0077564308 0011 0000000028 Class +CAsmNum2 0077563C40 0006 0000000039 Class +CAsmUndefHash 0077564780 0011 0000000010 Class +CAsmUnresolvedRef 0077561D18 000B 000000004A Class +CAtapiReadCmd 0077536DC0 0004 0000000010 Class +CAutoCompleteDictGlobals 00775731B8 0005 0000000072 Class Public +CAutoCompleteGlobals 0077575290 0005 0000000128 Class Public +CBGR24 0077514B10 0026 0000000004 Class Public +CBGR48 00775145D8 001C 0000000008 Class Public +CBW 00775F41A8 0000 OpCode +CBinFile 00775B0F80 0039 0000000020 Class +CBlkDev 00775239B8 0098 0000000094 Class Public +CBlkDevGlobals 007751E9F8 0005 0000000190 Class Public +CBlkPool 0077519750 0020 00000009E0 Class Public +CBpt 00775095E0 0013 0000000018 Class +CCF_AOT_COMPILE 0x08000000 004B 0000000010 DefineStr +CCF_ARRAY 0x00800000 0014 0000000010 DefineStr +CCF_ASM_EXPRESSIONS 0x00008000 0014 0000000010 DefineStr +CCF_CLASS_DOL_OFFSET 0x40000000 0006 0000000010 DefineStr +CCF_CMD_LINE 0x001 0006 0000000008 DefineStr +CCF_DONT_FREE_BUF 0x008 0015 0000000008 DefineStr +CCF_DONT_MAKE_RES 0x80000000 000E 0000000010 DefineStr +CCF_EXE_BLK 0x00001000 0007 0000000010 DefineStr +CCF_FUN_EXP 0x00040000 0011 0000000010 DefineStr +CCF_HAS_MISC_DATA 0x00002000 000D 0000000010 DefineStr +CCF_HAS_RETURN 0x00004000 0005 0000000010 DefineStr +CCF_IN_IF 0x020 000D 0000000008 DefineStr +CCF_IN_QUOTES 0x00000800 0005 0000000010 DefineStr +CCF_JUST_LOAD 0x040 0004 0000000008 DefineStr +CCF_KEEP_AT_SIGN 0x400 0004 0000000008 DefineStr +CCF_KEEP_DOT 0x100 0003 0000000008 DefineStr +CCF_KEEP_NEW_LINES 0x080 0008 0000000008 DefineStr +CCF_KEEP_SIGN_NUM 0x200 0003 0000000008 DefineStr +CCF_LAST_WAS_DOT 0x04000000 0005 0000000010 DefineStr +CCF_LOCAL 0x00020000 0008 0000000010 DefineStr +CCF_NOT_CONST 0x00000200 0005 0000000010 DefineStr +CCF_NO_ABSS 0x10000000 000C 0000000010 DefineStr +CCF_NO_CHAR_CONST 0x800 0003 0000000008 DefineStr +CCF_NO_DEFINES 0x010 000B 0000000008 DefineStr +CCF_NO_REG_OPT 0x00000400 0006 0000000010 DefineStr +CCF_PAREN 0x20000000 0004 0000000010 DefineStr +CCF_POSTDEC 0x00100000 0007 0000000010 DefineStr +CCF_POSTINC 0x00080000 0007 0000000010 DefineStr +CCF_PREDEC 0x00400000 0008 0000000010 DefineStr +CCF_PREINC 0x00200000 0007 0000000010 DefineStr +CCF_PROMPT 0x002 0005 0000000008 DefineStr +CCF_QUESTION_HELP 0x004 0004 0000000008 DefineStr +CCF_RAX 0x01000000 0010 0000000010 DefineStr +CCF_UNRESOLVED 0x00010000 000A 0000000010 DefineStr +CCF_USE_LAST_U16 0x02000000 001E 0000000010 DefineStr +CCPU 00775E7330 0034 0000000100 Class Public +CCPURep 0076563478 0005 000000001A Class +CC_BOTTOM 8 000B 0000000008 DefineStr +CC_LEFT 1 0009 0000000008 DefineStr +CC_RIGHT 2 000B 0000000008 DefineStr +CC_TOP 4 000B 0000000008 DefineStr +CCacheBlk 007751F458 0015 0000000230 Class +CCf_AOT_COMPILE 35 0004 0000000008 DefineStr +CCf_FUN_EXP 26 0004 0000000008 DefineStr +CCf_PAREN 37 0003 0000000008 DefineStr +CCf_PASS_TRACE_PRESENT 12 000D 0000000008 DefineStr +CCf_PROMPT 1 0005 0000000008 DefineStr +CCf_USE_LAST_U16 33 0008 0000000008 DefineStr +CCodeCtrl 007755A048 0011 0000000030 Class +CCodeMisc 0077569E60 003A 0000000058 Class +CColorROPU16 0077515698 0008 0000000002 Class Public +CColorROPU32 00775152C8 006E 0000000004 Class Public +CCompCtrl 0077551CB8 00FA 00000001D8 Class Public +CCompGlobals 007754F400 0005 0000000218 Class Public +CCopy 007740CC28 0003 0000000025 Funct Public +CCountsGlobals 00775A57F8 0005 0000000029 Class Public +CCtrl 007750DC10 0084 00000000A0 Class Public +CCtrlBttnState 0076705328 000D 0000000028 Class +CD2 00775C09D8 0002 0000000010 Class Public +CD2I32 00775C18F8 0012 0000000008 Class Public +CD2I64 00775C1380 0002 0000000010 Class Public +CD3 00775C0538 0064 0000000018 Class Public +CD3I32 00775C2388 00CC 000000000C Class Public +CD3I64 00775C0F08 0018 0000000018 Class Public +CDATE_BASE_DAY_OF_WEEK 0 0003 0000000008 DefineStr +CDATE_FREQ 49710 000C 0000000008 DefineStr +CDATE_YEAR_DAYS 365.24225 000C 0000000010 DefineStr +CDATE_YEAR_DAYS_INT 36524225 0003 0000000010 DefineStr +CDC 00775E7070 01BF 0000000198 Class Public +CDIR_FILENAME_LEN 38 000C 0000000008 DefineStr +CDIR_SIZE (sizeof(CD 0023 0000000030 DefineStr +CDQ 00775F4048 0000 OpCode +CDQE 00775F40F8 0000 OpCode +CDate 00775BDC08 0050 0000000008 Class Public +CDate2Dos 000002A6EB 0003 ExportSysSym Imm +CDateStruct 00775BD800 001D 000000000C Class Public +CDebugGlobals 00774E5BB0 0005 0000000041 Class Public +CDebugInfo 007759D5D8 0016 000000000C Class +CDevGlobals 0077518248 0007 000000011C Class Public +CDirContext 00775E6DB0 001D 0000000020 Class Public +CDirEntry 00775296D8 0160 0000000070 Class Public +CDiv 00773BD040 0001 0000000099 Funct Public +CDoc 00775E6AF0 0346 0000000300 Class Public +CDocBin 007758A110 0051 0000000038 Class Public +CDocEntry 0077586118 01E3 00000000D0 Class Public +CDocEntryBase 0077586EF8 000A 0000000058 Class Public +CDocSettings 0077587E00 0028 0000000018 Class Public +CDocUndo 007757DC90 0016 0000000030 Class +CDolDocGlobals 00769340B0 0003 000000024C Class Public +CDrive 0077520A10 00CC 00000000A0 Class Public +CEdAddrLink 007674C2C8 0001 0000000813 Class +CEdBibleLink 007674A988 0001 0000000813 Class +CEdBin 00767358D0 0005 0000000610 Class +CEdBttn 007673D580 0005 0000000608 Class +CEdCheckBox 0076738588 0005 0000000209 Class +CEdCursorMovement 007673BBF8 0005 0000000409 Class +CEdDataNum 007673A608 0005 000000020C Class +CEdDataStr 0076739D68 0003 000000020C Class +CEdDefLink 0076749D28 0001 0000000813 Class +CEdFileAnchorLink 007674D248 0001 0000000813 Class +CEdFileFindLink 0076758180 0001 0000000813 Class +CEdFileLineLink 0076757460 0001 0000000813 Class +CEdFileLink 007674DCD0 0005 0000000813 Class +CEdFileName 00775826B8 0012 0000000108 Class +CEdFindText 00775834A8 0022 0000000130 Class +CEdHexEd 00767365B0 0005 0000000012 Class +CEdHtmlCode 00767401B8 0005 0000000200 Class +CEdLineGoTo 0076778FE0 0003 0000000008 Class +CEdList 00767376D8 0005 0000000409 Class +CEdMacroMenu 007673F8E0 0005 0000000C0A Class +CEdMacroSprite 00767315F8 0005 0000000403 Class +CEdManPageLink 0076756780 0001 0000000813 Class +CEdMenuSprite 0076730E88 0001 0000000403 Class +CEdPageSetting1 0076744A00 0005 0000000201 Class +CEdPageSetting2 0076744618 0003 0000000201 Class +CEdPlaceAnchor 007674B5B0 0001 0000000813 Class +CEdProject 0076749048 0001 0000000813 Class +CEdSong 0076740BF8 0005 0000000400 Class +CEdSprite 00769B3E50 0017 0000000058 Class +CEdText 0076742420 0005 0000000C09 Class +CEdTree 0076734470 0005 0000000209 Class +CElTorito 0076566390 0003 0000000040 Class +CEqu 00773B5E48 0003 0000000020 Funct Public +CExcept 0077509000 0020 0000000078 Class +CExternUsage 00775984F0 0009 0000000010 Class +CFAT32Boot 00775315F8 0020 0000000200 Class +CFAT32DirEntry 007752F328 0010 0000000020 Class +CFAT32DirEntryLong 007752E748 0013 0000000020 Class +CFAT32FileInfoSect 007752FBB8 0005 0000000200 Class +CFFRay 0076B93088 0005 0000000038 Class +CFMUncollapsedList 0076969708 0013 0000000010 Class +CFPU 0077508258 0008 0000000200 Class +CFifoI64 00775BF180 001B 0000000020 Class Public +CFifoU8 00775BF758 001F 0000000020 Class Public +CFile 00775E6818 002A 00000000A8 Class Public +CFileNameTo 0000027763 0006 ExportSysSym Imm +CFind 0076495C90 0005 00000001B4 Class +CFisH2D 0077539BC8 000A 0000000014 Class +CFisReceived 0077538DD0 0003 0000000100 Class +CFreeList 00775211B8 000C 0000000020 Class +CFunSegCache 00774E6918 0009 0000000040 Class +CGDT 00775B3910 001D 0000001080 Class +CGDTEntry 00775B3CC0 0004 0000000010 Class +CGodGlobals 007691EC98 0003 0000000028 Class Public +CGrGlobals 007733BEC0 0003 000000290B Class Public +CGrSym 00774EE748 000A 0000000028 Class +CGridGlobals 0077510AE0 000B 0000000050 Class Public +CH 0000000105 0001 Reg +CHPXCHG8B 00775F3BF8 0000 OpCode +CH_BACKSPACE 0x08 0014 0000000008 DefineStr +CH_CTRLA 0x01 000E 0000000008 DefineStr +CH_CTRLB 0x02 000E 0000000008 DefineStr +CH_CTRLC 0x03 000E 0000000008 DefineStr +CH_CTRLD 0x04 000C 0000000008 DefineStr +CH_CTRLE 0x05 0003 0000000008 DefineStr +CH_CTRLF 0x06 0013 0000000008 DefineStr +CH_CTRLG 0x07 000C 0000000008 DefineStr +CH_CTRLH 0x08 000A 0000000008 DefineStr +CH_CTRLI 0x09 0013 0000000008 DefineStr +CH_CTRLJ 0x0A 000A 0000000008 DefineStr +CH_CTRLK 0x0B 0013 0000000008 DefineStr +CH_CTRLL 0x0C 0013 0000000008 DefineStr +CH_CTRLM 0x0D 0010 0000000008 DefineStr +CH_CTRLN 0x0E 0003 0000000008 DefineStr +CH_CTRLO 0x0F 0013 0000000008 DefineStr +CH_CTRLP 0x10 0013 0000000008 DefineStr +CH_CTRLQ 0x11 0005 0000000008 DefineStr +CH_CTRLR 0x12 000C 0000000008 DefineStr +CH_CTRLS 0x13 0013 0000000008 DefineStr +CH_CTRLT 0x14 000C 0000000008 DefineStr +CH_CTRLU 0x15 0013 0000000008 DefineStr +CH_CTRLV 0x16 0010 0000000008 DefineStr +CH_CTRLW 0x17 0013 0000000008 DefineStr +CH_CTRLX 0x18 000E 0000000008 DefineStr +CH_CTRLY 0x19 0013 0000000008 DefineStr +CH_CTRLZ 0x1A 0015 0000000008 DefineStr +CH_CURSOR 0x05 0014 0000000008 DefineStr +CH_ESC 0x1B 002D 0000000008 DefineStr +CH_SHIFT_ESC 0x1C 0033 0000000008 DefineStr +CH_SPACE 0x20 0066 0000000008 DefineStr +CHash 00775A1A48 0047 0000000018 Class Public +CHashAC 007759B7C8 0016 0000000020 Class Public +CHashClass 00775E6540 0064 0000000080 Class Public +CHashDefineStr 0077598018 0028 0000000058 Class Public +CHashExport 007759B340 0022 0000000048 Class Public +CHashFun 00775E6280 0036 00000000A8 Class Public +CHashGeneric 007759C9C0 0041 0000000030 Class Public +CHashGlobalVar 0077595D20 002E 0000000088 Class Public +CHashImport 007759AF88 0006 0000000050 Class Public +CHashOpcode 007755D410 000A 0000000030 Class Public +CHashReg 007759BB80 0008 000000001A Class Public +CHashSrcSym 007759D118 003A 0000000040 Class Public +CHashTable 00775A1530 0050 0000000020 Class Public +CHeapCtrl 00775E5FC0 003D 0000000460 Class Public +CHeapLog 0076493870 0017 0000000048 Class +CHeapLogHash 00764932C0 0009 0000000010 Class +CICArg 007756D108 0014 000000000C Class +CICTreeLinks 007756CBB8 0004 0000000028 Class +CICType 007756D4E8 0026 0000000002 Class +CIDTEntry 00775B2E98 000A 0000000010 Class +CISODirEntry 007752BAA8 0005 0000000022 Class +CISOPriDesc 007752B5D0 0006 00000007FC Class +CInit 00776254EF 0004 0000000042 Funct +CInst 0077568010 0014 0000000010 Class +CIntermediateCode 00775E5D00 00A0 00000000E8 Class +CIntermediateCodeBase 007756C440 0006 0000000018 Class +CIntermediateStruct 00774E2590 0002 0000000010 Class +CJob 0077507230 0047 0000000070 Class +CJobCtrl 00775C7780 000E 0000000028 Class +CKbdStateGlobals 0077513700 0006 0000000082 Class Public +CKernel 00775AC790 000D 00000018E6 Class +CKeyDevEntry 00774E9D88 0011 0000000030 Class +CKeyDevGlobals 00774E8D28 0005 00000000F0 Class +CL 0000000101 000F Reg +CLC 00775F3F98 0000 OpCode +CLD 00775F3F40 0016 OpCode +CLFLUSH 00775EE020 0000 OpCode +CLFlush 0000000064 0002 Funct Public +CLI 00775F3EE8 00A4 OpCode +CLTS 00775F3E90 0000 OpCode +CLexFile 00775591B0 001D 0000000050 Class +CLexHashTableContext 0077554DF8 0013 0000000048 Class +CMBRPart 0077533038 0004 0000000010 Class +CMC 00775F3E38 0000 OpCode +CMF_DEFINED 0x02 0007 0000000008 DefineStr +CMF_I16_JMP_TABLE 0x10 0006 0000000008 DefineStr +CMF_I8_JMP_TABLE 0x04 0006 0000000008 DefineStr +CMF_POP_CMP 0x01 0016 0000000008 DefineStr +CMF_U16_JMP_TABLE 0x20 0006 0000000008 DefineStr +CMF_U8_JMP_TABLE 0x08 0006 0000000008 DefineStr +CMOSF_BINARY (1 << 2) 0003 0000000010 DefineStr +CMOSF_UPDATING (1 << 7) 0005 0000000010 DefineStr +CMOSIsBcd 0000011A0A 0004 0000000021 Funct Public +CMOSR_DAY_OF_MONTH 0x7 0004 0000000008 DefineStr +CMOSR_DAY_OF_WEEK 0x6 0004 0000000008 DefineStr +CMOSR_HOUR 0x4 0004 0000000008 DefineStr +CMOSR_MIN 0x2 0004 0000000008 DefineStr +CMOSR_MONTH 0x8 0004 0000000008 DefineStr +CMOSR_SEC 0x0 0004 0000000008 DefineStr +CMOSR_STATUS_A 0xA 0005 0000000008 DefineStr +CMOSR_STATUS_B 0xB 0003 0000000008 DefineStr +CMOSR_YEAR 0x9 0004 0000000008 DefineStr +CMOSRegRead 00000119D2 000E 0000000017 Funct Public +CMOSRegWrite 00000119EA 000A 000000001E Funct Public +CMOS_DATA 0x71 0004 0000000008 DefineStr +CMOS_SEL 0x70 0004 0000000008 DefineStr +CMOVA 00775F6620 0001 OpCode +CMOVAE 00775F6A58 0000 OpCode +CMOVB 00775F6BC0 0001 OpCode +CMOVBE 00775F6710 0000 OpCode +CMOVC 00775F6B60 0000 OpCode +CMOVE 00775F68F0 0000 OpCode +CMOVG 00775F5F90 0001 OpCode +CMOVGE 00775F6170 0000 OpCode +CMOVL 00775F6260 0001 OpCode +CMOVLE 00775F6080 0000 OpCode +CMOVNA 00775F66B0 0000 OpCode +CMOVNAE 00775F6AE8 0000 OpCode +CMOVNB 00775F69F8 0000 OpCode +CMOVNBE 00775F65C0 0000 OpCode +CMOVNC 00775F6980 0000 OpCode +CMOVNE 00775F6800 0000 OpCode +CMOVNG 00775F6020 0000 OpCode +CMOVNGE 00775F6200 0000 OpCode +CMOVNL 00775F6110 0000 OpCode +CMOVNLE 00775F5F30 0000 OpCode +CMOVNO 00775F6C38 0000 OpCode +CMOVNP 00775F6350 0000 OpCode +CMOVNS 00775F64B8 0000 OpCode +CMOVNZ 00775F67A0 0000 OpCode +CMOVO 00775F6CB0 0000 OpCode +CMOVP 00775F6440 0000 OpCode +CMOVPE 00775F63E0 0000 OpCode +CMOVPO 00775F62F0 0000 OpCode +CMOVS 00775F6530 0000 OpCode +CMOVZ 00775F6890 0000 OpCode +CMP 00775F76D8 0074 OpCode +CMPCrash 00774E61B0 0005 0000000028 Class +CMPF_ASM_BLK 1 0007 0000000008 DefineStr +CMPF_LEX_FIRST 4 0003 0000000008 DefineStr +CMPF_ONE_ASM_INS 2 0008 0000000008 DefineStr +CMPF_PRS_SEMICOLON 8 0008 0000000008 DefineStr +CMPSB 00775F3DE0 0000 OpCode +CMPSD 00775F3D30 0000 OpCode +CMPSQ 00775F3CD8 0000 OpCode +CMPSW 00775F3D88 0000 OpCode +CMPXCHG 00775F3C38 0000 OpCode +CMP_TEMPLATES 0077610248 0003 ExportSysSym Imm +CMP_TEMPLATES_DONT_POP 00776103C7 0003 ExportSysSym Imm +CMP_TEMPLATES_DONT_PUSH 007761048F 0003 ExportSysSym Imm +CMP_TEMPLATES_DONT_PUSH2 0077610651 0003 ExportSysSym Imm +CMP_TEMPLATES_DONT_PUSH_POP 00776105C5 0003 ExportSysSym Imm +CMP_TEMPLATE_ABS 0x0D 0002 0000000008 DefineStr +CMP_TEMPLATE_ATAN 0x12 0002 0000000008 DefineStr +CMP_TEMPLATE_COS 0x10 0002 0000000008 DefineStr +CMP_TEMPLATE_DEC 0x01 0003 0000000008 DefineStr +CMP_TEMPLATE_FLD 0x0B 0004 0000000008 DefineStr +CMP_TEMPLATE_FSTP 0x0A 0004 0000000008 DefineStr +CMP_TEMPLATE_GREATER 0x04 0002 0000000008 DefineStr +CMP_TEMPLATE_GREATER_EQU 0x06 0002 0000000008 DefineStr +CMP_TEMPLATE_INC 0x00 0003 0000000008 DefineStr +CMP_TEMPLATE_LESS 0x03 0002 0000000008 DefineStr +CMP_TEMPLATE_LESS_EQU 0x05 0002 0000000008 DefineStr +CMP_TEMPLATE_MOD 0x02 0004 0000000008 DefineStr +CMP_TEMPLATE_RDTSC 0x08 0002 0000000008 DefineStr +CMP_TEMPLATE_SIGN_I64 0x09 0002 0000000008 DefineStr +CMP_TEMPLATE_SIN 0x0F 0002 0000000008 DefineStr +CMP_TEMPLATE_SQR 0x0C 0002 0000000008 DefineStr +CMP_TEMPLATE_SQRT 0x0E 0002 0000000008 DefineStr +CMP_TEMPLATE_STRLEN 0x07 0002 0000000008 DefineStr +CMP_TEMPLATE_TAN 0x11 0002 0000000008 DefineStr +CMT_ARRAY_DIM 6 0004 0000000008 DefineStr +CMT_ASM_LABEL 1 0007 0000000008 DefineStr +CMT_FLOAT_CONSTS 5 0006 0000000008 DefineStr +CMT_GOTO_LABEL 2 0006 0000000008 DefineStr +CMT_HASH_ENTRY 7 0004 0000000008 DefineStr +CMT_JMP_TABLE 4 0006 0000000008 DefineStr +CMT_LABEL 0 0019 0000000008 DefineStr +CMT_STR_CONST 3 0006 0000000008 DefineStr +CM_CONSTS_NUM 16 0004 0000000008 DefineStr +CMacroTmp 0076760458 000B 00000000A8 Class +CMakeSongSettings 0076655A40 0005 000000001A Class +CMass 00775BC4F8 0026 0000000068 Class Public +CMasterBoot 0077532800 0018 0000000200 Class +CMathODE 00775B9DB0 0047 0000000170 Class Public +CMemBlk 007751B138 002A 0000000018 Class +CMemE820 00775B1A98 0017 0000000014 Class +CMemRange 007751A8C8 0012 0000000028 Class +CMemUnused 007751C318 0026 0000000010 Class +CMemUsed 007751BCC8 003B 0000000010 Class +CMemberList 00775996C0 0041 0000000090 Class Public +CMemberListMeta 0077599C10 000F 0000000020 Class Public +CMenu 0077509D80 0028 0000000028 Class Public +CMenuEntry 007750A8F8 002E 0000000050 Class Public +CMeshEdTri 0076A07530 0037 0000000040 Class +CMeshEdVertex 0076A29AA0 005D 0000000044 Class +CMeshFrame 0076A06CE0 0057 0000000138 Class +CMeshTri 0077343530 0013 0000000010 Class +CMouseHardStateGlobals 0077512B08 000A 0000000084 Class Public +CMouseStateGlobals 0077511B18 000F 00000000A8 Class Public +CMul 00773B9658 0003 000000005D Funct Public +CMusicGlobals 007699F380 0001 0000000068 Class Public +COCAppend 0077618F18 0005 ExportSysSym Imm +COCCompile 0077619370 0008 ExportSysSym Imm +COCDel 0077619140 0003 ExportSysSym Imm +COCFloatConstFind 0077619070 000F ExportSysSym Imm +COCGoToLabelFind 0077619018 0008 ExportSysSym Imm +COCHeaderPut 00776192A8 000E ExportSysSym Imm +COCInit 0077618E50 000C ExportSysSym Imm +COCMiscNew 0077618FC0 0023 ExportSysSym Imm +COCPop 0077618EF8 000A ExportSysSym Imm +COCPopNoFree 0077618EC8 0005 ExportSysSym Imm +COCPush 0077618E90 0010 ExportSysSym Imm +COLORROP_BITS 16 000A 0000000008 DefineStr +COLORROP_COLORS_MASK 0x00FF00FF 0006 0000000010 DefineStr +COLORROP_NO_ROP0_MASK 0xFFFF00FF 002A 0000000010 DefineStr +COLORS_NUM 16 0042 0000000008 DefineStr +COLOR_INVALID 16 000F 0000000008 DefineStr +COLOR_MONO 0xFF 000C 0000000008 DefineStr +CORE0_16BIT_INIT 00000095F6 0003 ExportSysSym Imm +CORE0_32BIT_INIT 000000A580 0004 ExportSysSym Imm +COREAP_16BIT_INIT 000001F5A0 0009 ExportSysSym Imm +COREAP_16BIT_INIT_END 000001F5D1 0008 ExportSysSym Imm +COptReg 00774C9368 0009 0000000010 Class +COrder2D3 00775BCE88 000A 0000000030 Class Public +CPCIDev 0077540438 0015 0000000054 Class +CPUID 00775EDF88 0008 OpCode +CPUId 000000B025 0006 Funct Public +CPURep 007649BC28 0001 00000004BE Funct Public +CPUStructInit 000001F85A 0005 ExportSysSym Imm +CPUf_DYING_TASK_QUE 1 0006 0000000008 DefineStr +CPUf_RAN_A_TASK 0 0004 0000000008 DefineStr +CPalindromeU16 007752DAC0 000B 0000000004 Class +CPalindromeU32 007752D6F0 0009 0000000008 Class +CParseStack 007756B468 0019 0000001000 Class +CPatchTableAbsAddr 00775B07D0 0004 000000000A Class +CPlannedDrive 0076970058 0007 0000000019 Class +CPoly 00773B4C60 0001 000000008F Funct Public +CPortCmdHeader 0077537C00 000F 0000000020 Class +CPortCmdTable 0077537450 000F 0000000100 Class +CPrdtEntry 00775382B8 0005 0000000010 Class +CProgress 00774E4030 0005 0000000050 Class +CQO 00775F3FF0 0000 OpCode +CQueue 00775C2850 0023 0000000010 Class Public +CQueueD3I32 00775C1EB8 000C 000000001C Class Public +CQueueMeshTri 00773432A0 0007 0000000020 Class +CQueueVectU8 00775BFEC8 0020 0000000228 Class Public +CR0F_NE (1 << CR0f 0003 0000000010 DefineStr +CR0F_PE (1 << CR0f 0003 0000000010 DefineStr +CR0f_EM 2 0003 0000000008 DefineStr +CR0f_MP 1 0003 0000000008 DefineStr +CR0f_NE 5 0004 0000000008 DefineStr +CR0f_PE 0 0003 0000000008 DefineStr +CR0f_PG 31 0003 0000000008 DefineStr +CR0f_TS 3 0002 0000000008 DefineStr +CR4F_OSFXSR (1 << CR4f 0002 0000000018 DefineStr +CR4F_PAE (1 << CR4f 0003 0000000010 DefineStr +CR4F_PGE (1 << CR4f 0003 0000000010 DefineStr +CR4f_OSFXSR 9 0004 0000000008 DefineStr +CR4f_PAE 5 0003 0000000008 DefineStr +CR4f_PGE 7 0003 0000000008 DefineStr +CRAXRBXRCXRDX 00775A43A0 0008 0000000020 Class +CRILex 007671FB90 000B 0000000032 Class +CRedSeaBoot 0077532108 000A 0000000200 Class +CRenum 0076712230 000B 00000000A0 Class +CS 0000000501 0010 Reg +CSMBIOSBIOSInfo 007754B9A0 0005 000000001A Class +CSMBIOSBaseboardInfo 007754A180 0005 0000000011 Class +CSMBIOSBatteryInfo 00775430B8 0005 0000000016 Class +CSMBIOSCacheInfo 0077546B80 0005 0000000013 Class +CSMBIOSConnectorInfo 0077546038 0005 0000000009 Class +CSMBIOSEnclosureContainedElement 00775485F0 0002 0000000003 Class +CSMBIOSEnclosureInfo 0077549540 0005 0000000016 Class +CSMBIOSEntryPoint 007754C6F8 000B 000000001F Class +CSMBIOSHeader 007754CB88 0027 0000000004 Class +CSMBIOSMemArrayInfo 0077544ED0 0005 0000000017 Class +CSMBIOSMemDeviceInfo 00775445B0 0005 0000000028 Class +CSMBIOSProcessorInfo 0077547F80 0005 0000000028 Class +CSMBIOSSlotInfo 0077545A80 0005 0000000011 Class +CSMBIOSSystemInfo 007754ACD8 0005 000000001B Class +CScale 00773B8CB0 0001 000000002C Funct Public +CScreenCastGlobals 00774E7410 0005 0000000044 Class Public +CSema 00775A3798 0004 0000000080 Class +CSoundData 00774E79F8 0010 0000000019 Class +CSoundEffectFrame 007697CBC8 000B 000000000E Class +CSpring 00775BB2D0 0014 0000000050 Class Public +CSprite 007733F9B8 00E5 000000002D Class Public +CSpriteBase 0077342D60 0019 0000000001 Class Public +CSpriteColor 0077342A18 0005 0000000002 Class Public +CSpriteDitherColor 00773426D0 0005 0000000003 Class Public +CSpriteMeshU8s 00773415E0 0005 0000000009 Class Public +CSpriteNumPtU8s 0077345398 0005 000000000D Class Public +CSpriteNumU8s 00773457C8 000D 0000000005 Class Public +CSpritePt 0077342028 0013 0000000009 Class Public +CSpritePtMeshU8s 00773410D8 0005 0000000015 Class Public +CSpritePtPt 0077346E08 000D 0000000011 Class Public +CSpritePtPtAng 00773469D8 0005 0000000019 Class Public +CSpritePtRad 0077347180 0005 000000000D Class Public +CSpritePtStr 0077341958 0009 0000000009 Class Public +CSpritePtWH 0077346660 0005 0000000011 Class Public +CSpritePtWHAng 0077345EB8 0007 0000000019 Class Public +CSpritePtWHAngSides 0077345B40 0005 000000001D Class Public +CSpritePtWHU8s 0077346230 0005 0000000011 Class Public +CSpriteT 00773423A0 0005 0000000005 Class Public +CStreamBlk 007755A580 0009 0000000018 Class +CSub 0077FBEF38 0005 0000000041 Funct Public +CSysFixedArea 00774F6D78 0015 0000002000 Class Public +CSysLimitBase 00775B2650 0009 000000000A Class +CTRLF_BORDER 2 0016 0000000008 DefineStr +CTRLF_CAPTURE_LEFT_MS 4 000D 0000000008 DefineStr +CTRLF_CAPTURE_RIGHT_MS 8 0004 0000000008 DefineStr +CTRLF_CLICKED 16 0014 0000000008 DefineStr +CTRLF_SHOW 1 0017 0000000008 DefineStr +CTRLT_GENERIC 0 0008 0000000008 DefineStr +CTRLT_VIEWING_ANGLES 3 0013 0000000008 DefineStr +CTRLT_WIN_HSCROLL 1 000B 0000000008 DefineStr +CTRLT_WIN_VSCROLL 2 000B 0000000008 DefineStr +CTRL_ALT_C 1 0006 0000000008 DefineStr +CTRL_ALT_DEL 0 0005 0000000008 DefineStr +CTRL_ALT_TAB 3 0005 0000000008 DefineStr +CTRL_ALT_X 2 0005 0000000008 DefineStr +CTRL_KEY_SCAN_DECODE_TABLE 00000192BB 0005 ExportSysSym Imm +CTSS 00774FA898 000B 0000002084 Class +CTask 00775C74C0 0383 00000004A8 Class Public +CTaskDying 0077500540 0007 0000000018 Class +CTaskSettings 0077504960 0017 0000000148 Class Public +CTaskStack 0077500C30 0010 0000000018 Class +CTaskWallPaperData 00766BA110 0003 0000000090 Class +CTemplateCS 00766D4B70 0009 0000000038 Class +CTemplateCSSlider 00766D4FE0 000B 0000000020 Class +CTextGlobals 00774F05B0 0005 0000000069 Class Public +CTransformForm 007676BFA8 0005 0000000048 Class +CUAsmGlobals 007754E380 0005 0000000038 Class +CVBEInfo 00775AE9D8 000C 0000000200 Class +CVBEMode 00775ADE18 000E 0000000100 Class +CVBEModeShort 00775ACD80 000F 000000000A Class +CViewAngles 007750E830 001D 0000000048 Class Public +CWD 00775F40A0 0000 OpCode +CWDE 00775F4150 0000 OpCode +CWallPaperGlobals 00766BA580 0003 00000004A0 Class +CWho 007664CAE0 0017 0000000010 Class +CWinMgrGlobals 0077575FF0 0006 000000003B Class Public +CWinMgrTimingGlobals 0077576A48 0008 0000000820 Class +CWinScroll 007750EF00 0015 0000000020 Class Public +CX 0000000201 004A Reg +CYAN 3 0004 0000000008 DefineStr +C_INDENT_SPACES 2 0003 0000000008 DefineStr +Call 000000AE63 000D Funct Public +CallExtNum 000000B084 0005 Funct Public +CallExtStr 000000B0C8 000B Funct Public +CallInd 000000B049 0002 Funct Public +CallStackGrow 000001CB0B 0003 000000013D Funct Public +Caller 000001692E 0015 0000000052 Funct Public +CallerRep 0000016C3E 0004 00000000AA Funct Public +Carry 000000006D 0002 Funct Public +CatPrint 000001403E 0129 0000000042 Funct Public +Caw 00769E07B0 0001 00000000A2 Funct Public +Cd 000002DFE8 0065 00000003F0 Funct Public +Cd2DirEntry 00000217C2 0006 00000000AA Funct +Ceil 000000AB29 0010 Funct Public +CeilI64 000000CE20 0006 0000000058 Funct Public +CeilU64 000000CD78 0021 000000002F Funct Public +Cf_EXTERN 0 0012 0000000008 DefineStr +Cf_INTERNAL_TYPE 1 0004 0000000008 DefineStr +Char2KeyName 00000199D3 000C 00000001B1 Funct Public +Char2ScanCode 0000019603 000B 0000000143 Funct Public +CharGet 000001C1D3 0013 000000005C Funct Public +CharScan 000001BF93 0004 000000004F Funct Public +CheckCodePtr 00000167D6 0004 000000006A Funct Public +CheckDiskConfirm 00769F3A98 0005 0000000049 Funct +CheckDollarBufSize 0076783420 0003 000000007C Funct +CheckOnStack 0000016846 0006 0000000080 Funct Public +CheckPtr 0000016766 000B 000000006A Funct Public +Circle 007733E760 0005 0000000206 Funct Public +Clamp 000000CC90 0011 0000000034 Funct Public +ClampI64 000000AE1F 0034 Funct Public +ClampU64 000000AE41 0002 Funct Public +ClassMemberListDel 0000000000 0001 NULL +ClassMemberListDel 00776137D3 0005 000000004E Funct +ClassRep 00769212E0 0006 0000000108 Funct Public +ClassRep2 0076921A28 000D 0000000A67 Funct +ClassRepD 0076951A60 0001 0000000115 Funct Public +ClipCopy 007678D358 0005 00000000A1 Funct Public +ClipCut 007678C908 0005 00000000DD Funct Public +ClipDel 00767902B0 000D 0000000014 Funct Public +ClipLine 0076B99410 0003 0000000273 Funct Public +ClipPaste 007678C060 0005 000000009B Funct Public +Cls 007652D2E0 0002 000000000F Funct Public +Clus2Blk 00000272E3 000E 000000005F Funct Public +ClusAlloc 00000276C3 0012 000000009C Funct Public +ClusBlkRead 0000027343 0006 000000018C Funct Public +ClusBlkWrite 000002750B 0006 000000017D Funct Public +ClusNumNext 00000271B3 0014 000000012E Funct Public +ClusRead 00000274D3 000D 0000000036 Funct Public +ClusWrite 000002768B 000A 0000000036 Funct Public +Cmd2MT 007675C0B0 0003 00000000AF Funct +CmdLinePrompt 00776236E7 0004 ExportSysSym Imm +Code2Sprite 0076A75D70 0003 00000001FB Funct Public +Code2SpriteElem 00769C9428 0003 0000000D7F Funct +Collapse 007647E620 0007 00000000DA Funct Public +CollapseFile 007653FA28 0003 000000003E Funct +Color2Str 00000156A6 0011 000000019E Funct Public +Comp 0077624A1F 000F 000000058E Funct +CompBuf 00776240DF 0003 ExportSysSym Imm +CompComp 0077FC4680 0003 0000000043 Funct +CompCtrlDel 0000000000 0001 NULL +CompCtrlDel 0077613BEB 0016 0000000060 Funct Public +CompCtrlNew 0000000000 0001 NULL +CompCtrlNew 0077613AC3 0016 0000000128 Funct Public +CompCtrlSize 0077613C4B 0006 0000000091 Funct Public +CompF1PushPop 007761E8CE 0004 ExportSysSym Imm +CompF2PushPop 007761E916 0007 ExportSysSym Imm +CompFillTables 00776120B3 0003 ExportSysSym Imm +CompFixUpAOTAsm 007762462F 0003 ExportSysSym Imm +CompFixUpJITAsm 0077624197 0005 ExportSysSym Imm +CompJoin 0077623A67 0007 ExportSysSym Imm +CompLoadDefines 0077611B43 0003 ExportSysSym Imm +CompMinTypePointed 007761E886 0007 ExportSysSym Imm +CompNoteFloatOp 007762FF8F 0010 ExportSysSym Imm +CompOffset2Reg 007761DBF6 0007 ExportSysSym Imm +CompRawType 007761E82E 0008 ExportSysSym Imm +CompRawTypePointed 007761E856 0007 ExportSysSym Imm +CompSetFloatOpPushPop 00776301AF 000E ExportSysSym Imm +Complex 00775C2CF8 003A 0000000010 Class Public +Copy 00769895A8 0010 00000000CD Funct Public +CopySingle 000002F808 0009 0000000284 Funct +CopySingleZ 000002F6E8 0003 ExportSysSym Imm +CopyTree 0077404428 001E 000000016F Funct Public +CopyTree2 007698C938 0005 00000000DA Funct +Core0Init 0000020002 0003 ExportSysSym Imm +Core0StartMP 000001FD6A 0003 0000000294 Funct +CoreAPExecutiveInit 000001FD3A 0003 ExportSysSym Imm +CoreAPExecutiveTask 000001FAFA 0004 0000000077 Funct +Cos 00000000B6 002A Funct Public +Cosh 00775650D0 0001 000000004B Funct Public +CtrlAltA 0076937FE0 0003 000000003B Funct +CtrlAltB 00766B2638 0003 0000000021 Funct +CtrlAltC 000001888E 0003 ExportSysSym Imm +CtrlAltCBSet 00000189AE 0016 000000011D Funct Public +CtrlAltD 00000188A6 0003 ExportSysSym Imm +CtrlAltDel 0000018876 0003 ExportSysSym Imm +CtrlAltF 00000188FE 0003 ExportSysSym Imm +CtrlAltG 007693A268 0003 000000004D Funct +CtrlAltM 000001892E 0003 ExportSysSym Imm +CtrlAltN 000001894E 0003 ExportSysSym Imm +CtrlAltS 007698CB90 0003 0000000021 Funct +CtrlAltT 0000018966 0003 ExportSysSym Imm +CtrlAltV 000001897E 0003 ExportSysSym Imm +CtrlAltX 0000018996 0003 ExportSysSym Imm +CtrlAltZ 007699FC10 0003 0000000036 Funct +CtrlBttnDel 00766FDC28 0001 0000000031 Funct Public +CtrlBttnNew 00766DEE38 0001 0000000162 Funct Public +CtrlFindUnique 0077FC2F60 000E 0000000041 Funct Public +CtrlInside 00766DE548 0008 0000000051 Funct Public +CtrlInsideRect 0077FC3130 0003 0000000042 Funct +CtrlSliderGet 0076742B78 0001 00000001BC Funct +CtrlsUpdate 00766DF7E8 0003 000000012E Funct +CurSongTask 0076985E28 0003 0000000028 Funct +CursorRemFile 0076490828 0003 000000002D Funct +CursorRemove 00764A7428 0002 0000000097 Funct Public +D 0000016CEE 001E 000000011C Funct Public +D3Add 000000A83F 0002 Funct Public +D3AddEqu 000000A947 0004 Funct Public +D3Copy 000000A8FE 0004 Funct Public +D3Cross 000000A7D2 0002 Funct Public +D3Dist 000000A76E 0002 Funct Public +D3DistSqr 000000A7A1 0002 Funct Public +D3Div 000000A8BE 0002 Funct Public +D3DivEqu 000000A9BA 0004 Funct Public +D3Dot 000000A814 0002 Funct Public +D3Equ 000000A924 0002 Funct Public +D3I32Dist 0076BCA6A0 000F 000000005A Funct Public +D3I32DistSqr 0077FBFC90 0001 0000000048 Funct Public +D3I32Norm 0076BC9C80 0003 0000000040 Funct Public +D3I32NormSqr 0076BDAB80 0001 000000002E Funct Public +D3Mul 000000A897 0004 Funct Public +D3MulEqu 000000A997 0006 Funct Public +D3Norm 000000A722 0006 Funct Public +D3NormSqr 000000A749 0004 Funct Public +D3Sub 000000A86B 0004 Funct Public +D3SubEqu 000000A96F 0006 Funct Public +D3Unit 000000A9DD 0002 Funct Public +D3Zero 000000A8E5 0008 Funct Public +DAA 00775F3BB8 0000 OpCode +DAS 00775F3B60 0000 OpCode +DBlk 007698C750 0001 00000000CC Funct Public +DC2Sprite 0076A33C00 0007 0000000080 Funct Public +DCAlias 007731B728 001C 00000000AC Funct Public +DCBlotColor4 0077329FE0 0003 Funct +DCBlotColor8 0077316E28 0003 0000000070 Funct +DCClear 007731C7D0 0001 0000000022 Funct Public +DCClipLine 0076A66B18 0007 0000000102 Funct +DCColorChange 00773184F0 000B 000000006A Funct Public +DCCopy 0077347548 000F 00000000A1 Funct Public +DCDel 007731AB38 004C 000000006E Funct Public +DCDepthBufAlloc 0077FBF370 0006 0000000043 Funct Public +DCDepthBufReset 007731A188 0004 000000003E Funct Public +DCDiff 0076A779C0 0003 00000001F8 Funct Public +DCExt 0076A78640 000F 0000000103 Funct Public +DCExtentsInit 0077382428 0003 0000000063 Funct Public +DCF_ALIAS 0x2000 0006 0000000008 DefineStr +DCF_DONT_DRAW 0x1000 0018 0000000008 DefineStr +DCF_FILL_NOT_COLOR 0x8000 000A 0000000008 DefineStr +DCF_JUST_MIRROR 0x400 001C 0000000008 DefineStr +DCF_LOCATE_NEAREST 0x800 001C 0000000008 DefineStr +DCF_NO_TRANSPARENTS 2 0014 0000000008 DefineStr +DCF_ON_TOP 0x20000 0030 0000000008 DefineStr +DCF_PALETTE 1 0008 0000000008 DefineStr +DCF_RECORD_EXTENTS 0x10000 0016 0000000008 DefineStr +DCF_SCREEN_BITMAP 0x4000 0066 0000000008 DefineStr +DCF_SYMMETRY 0x200 0056 0000000008 DefineStr +DCF_TRANSFORMATION 0x100 0093 0000000008 DefineStr +DCFill 007731CC90 0025 0000000038 Funct Public +DCLighting 0077322650 0003 00000002A2 Funct Public +DCLoad 0077316CF8 0003 0000000107 Funct Public +DCMat4x4Set 007733A858 000C 0000000057 Funct Public +DCMono 0077318D90 0001 0000000069 Funct Public +DCNew 007736B428 0021 00000000B9 Funct Public +DCReflect 0076BD1708 0025 000000023A Funct Public +DCReset 0077343C58 0009 00000000CB Funct Public +DCSF_PALETTE_GET 1 0008 0000000008 DefineStr +DCS_SIGNATURE_VAL 'DvCS' 0010 0000000008 DefineStr +DCSave 0077446228 0005 00000000FD Funct Public +DCScreenCapture 0077314A08 000B 00000000B0 Funct Public +DCSize 0077376BF0 0025 0000000049 Funct Public +DCSymmetry3Set 0076BD2F98 0005 00000002BE Funct Public +DCSymmetrySet 0076BD4668 0001 0000000182 Funct Public +DCThickScale 0076BD6160 0003 0000000064 Funct Public +DCTransform 0077353428 0003 000000006E Funct Public +DClus 007697A2F8 0001 0000000116 Funct Public +DD_BOOT_HIGH_LOC_DVD 00096600 0001 0000000010 DefineStr +DD_BOOT_HIGH_LOC_DVD_END 00096FFF 0000 0000000010 DefineStr +DD_BOOT_HIGH_LOC_HD 00096C00 0001 0000000010 DefineStr +DD_BOOT_HIGH_LOC_MHD 00096C00 0001 0000000010 DefineStr +DD_BOOT_HIGH_LOC_MHD2 00096A00 0001 0000000010 DefineStr +DD_JIFFY_HZ 1000Hz 0002 0000000008 DefineStr +DD_KERNEL 00007C00 0000 0000000010 DefineStr +DD_KERNEL_END 000371EF 0000 0000000010 DefineStr +DD_MAPPED_SPACE_END 01FFFFFFFF 0000 0000000010 DefineStr +DD_MEM_HEAP_BASE 0010C000 0000 0000000010 DefineStr +DD_MEM_HEAP_LIMIT 7FFFFFFF 0000 0000000010 DefineStr +DD_MEM_MIN_MEG 256Meg 0001 0000000008 DefineStr +DD_MP_VECT 00097000 0000 0000000010 DefineStr +DD_MP_VECT_END 00097030 0000 0000000010 DefineStr +DD_OS_NAME_VERSION ZealOS V0. 017B 0000000010 DefineStr +DD_PHYSICAL_SPACE_END 00FFFFFFFF 0000 0000000010 DefineStr +DD_SYS_FIXED_AREA_BASE 00100000 0000 0000000010 DefineStr +DD_SYS_FIXED_AREA_END 00101FFF 0000 0000000010 DefineStr +DD_TEMPLEOS_AGE 15.0 0000 0000000008 DefineStr +DD_UNCACHED_ALIAS 0100000000 0000 0000000010 DefineStr +DD_ZEALOS_AGE 1.9 0000 0000000008 DefineStr +DD_ZEALOS_LOC 94,841 0000 0000000008 DefineStr +DEC 00775F4D80 0017 OpCode +DEF2_NOT_INITIALIZED 2 0003 0000000008 DefineStr +DEF2_PROCESSED 1 0009 0000000008 DefineStr +DEFAULT_ADDR_LINK_BIN_SIZE 64 0007 0000000008 DefineStr +DEFAULT_CACHE_LINE_WIDTH 128 000B 0000000008 DefineStr +DEFAULT_ISO_C_FILENAME \"::/Tmp/C 0004 0000000018 DefineStr +DEFAULT_ISO_FILENAME \"::/Tmp/C 0004 0000000018 DefineStr +DEPtrCompare 0076643918 0003 0000000027 Funct +DF_ABORT_ALL_FILES 0x20 000A 0000000008 DefineStr +DF_ABORT_FILE 0x10 0005 0000000008 DefineStr +DF_DONT_MODIFIED 0x02 0009 0000000008 DefineStr +DF_MODIFIED 0x01 0005 0000000008 DefineStr +DF_NO_MORE_PROMPTS_THIS_FILE 0x40 000B 0000000008 DefineStr +DF_REMAINDER_ALL_FILE1 0x04 0007 0000000008 DefineStr +DF_REMAINDER_ALL_FILE2 0x08 0007 0000000008 DefineStr +DH 0000000106 0000 Reg +DHT_COLOR 4 0005 0000000008 DefineStr +DHT_DOC_CMD 1 0009 0000000008 DefineStr +DHT_DOC_FLAG 2 0005 0000000008 DefineStr +DI 0000000207 0028 Reg +DIAMOND_SLOPE_MAX 2.75 000D 0000000008 DefineStr +DISK_CACHE_HASH_SIZE 0x2000 0005 0000000008 DefineStr +DISPLAYf_CHILDREN_NOT_ON_TOP 5 0006 0000000008 DefineStr +DISPLAYf_NOT_RAW 1 0004 0000000008 DefineStr +DISPLAYf_NO_BORDER 3 0031 0000000008 DefineStr +DISPLAYf_SHOW 0 0030 0000000008 DefineStr +DISPLAYf_SILENT 2 0008 0000000008 DefineStr +DISPLAYf_WIN_ON_TOP 4 0009 0000000008 DefineStr +DIV 00775F49D0 0003 OpCode +DKGRAY 8 0035 0000000008 DefineStr +DL 0000000102 002C Reg +DOCEF_AUX_STR 4 002D 0000000008 DefineStr +DOCEF_BIN_PTR_LINK 0x400 001B 0000000008 DefineStr +DOCEF_BLINK ATTRF_BLIN 0005 0000000010 DefineStr +DOCEF_BORDER_PLOT 0x40000000 000E 0000000010 DefineStr +DOCEF_BOTTOM_Y 0x2000000 000A 0000000010 DefineStr +DOCEF_CENTER_X 0x200000 0008 0000000010 DefineStr +DOCEF_CENTER_Y 0x1000000 000A 0000000010 DefineStr +DOCEF_CHECKED_COLLAPSED 0x80000000 0019 0000000010 DefineStr +DOCEF_CHECK_COLLAPSABLE 0x10000000 0008 0000000010 DefineStr +DOCEF_DEFAULT_LEN 0x10000000 0004 0000000018 DefineStr +DOCEF_DEFAULT_RAW_TYPE 0x20000000 0004 0000000018 DefineStr +DOCEF_DEFINE 8 0024 0000000008 DefineStr +DOCEF_DEREF_DATA 0x80000000 000C 0000000010 DefineStr +DOCEF_DONT_DRAW 0x80000000 0034 0000000018 DefineStr +DOCEF_ESC 0x20000000 0004 0000000010 DefineStr +DOCEF_FILTER_SKIP 0x20000000 003D 0000000018 DefineStr +DOCEF_FROM_START 0x80000000 0004 0000000010 DefineStr +DOCEF_HAS_BIN 0x200 0016 0000000008 DefineStr +DOCEF_HAS_BORDER 0x10000000 0008 0000000010 DefineStr +DOCEF_HAS_TERMINATOR 0x20000000 0012 0000000010 DefineStr +DOCEF_HIGHLIGHT 0x4000000 0028 0000000010 DefineStr +DOCEF_HOLD 0x80000000 000A 0000000010 DefineStr +DOCEF_HTML_LINK 0x10 001B 0000000008 DefineStr +DOCEF_INVERT ATTRF_INVE 0005 0000000010 DefineStr +DOCEF_LEFT_CB 0x10000 0008 0000000008 DefineStr +DOCEF_LEFT_EXP 0x20 0010 0000000008 DefineStr +DOCEF_LEFT_IN_STR 0x20000 0006 0000000008 DefineStr +DOCEF_LEFT_MACRO 0x40 0019 0000000008 DefineStr +DOCEF_LEFT_X 0x100000 000C 0000000010 DefineStr +DOCEF_LEN 2 0008 0000000008 DefineStr +DOCEF_LINK 0x10000000 001E 0000000010 DefineStr +DOCEF_LIST 0x20000000 0022 0000000018 DefineStr +DOCEF_MARGIN_REL_X 0x40000000 0004 0000000010 DefineStr +DOCEF_NO_CLICK_ON 0x40000000 0006 0000000018 DefineStr +DOCEF_PAGE_REL_Y 0x20000000 0006 0000000010 DefineStr +DOCEF_POPUP 0x80000000 0008 0000000018 DefineStr +DOCEF_QUIT 0x40000000 0004 0000000010 DefineStr +DOCEF_RAW_TYPE 0x800 0008 0000000008 DefineStr +DOCEF_REFRESH_DATA 0x20000000 0004 0000000010 DefineStr +DOCEF_REMALLOC_DATA 0x10000000 002B 0000000010 DefineStr +DOCEF_RIGHT_CB 0x40000 0008 0000000008 DefineStr +DOCEF_RIGHT_EXP 0x80 000E 0000000008 DefineStr +DOCEF_RIGHT_IN_STR 0x80000 0006 0000000008 DefineStr +DOCEF_RIGHT_MACRO 0x100 0017 0000000008 DefineStr +DOCEF_RIGHT_X 0x400000 0008 0000000010 DefineStr +DOCEF_SCROLLING_X 0x4000 0016 0000000008 DefineStr +DOCEF_SEL ATTRF_SEL 0005 0000000010 DefineStr +DOCEF_SHIFTED_X 0x1000 0008 0000000008 DefineStr +DOCEF_SHIFTED_Y 0x2000 0008 0000000008 DefineStr +DOCEF_SKIP 0x40000000 002E 0000000018 DefineStr +DOCEF_SKIP_IN_FORM 0x10000000 000A 0000000018 DefineStr +DOCEF_SOLID_BORDER 0x20000000 0008 0000000010 DefineStr +DOCEF_TAG 1 005C 0000000008 DefineStr +DOCEF_TAG_CB 0x10000000 0011 0000000010 DefineStr +DOCEF_TOP_Y 0x800000 000A 0000000010 DefineStr +DOCEF_TREE 0x10000000 001C 0000000018 DefineStr +DOCEF_UNDERLINE ATTRF_UNDE 0005 0000000010 DefineStr +DOCEF_UPDATE_DATA 0x40000000 0004 0000000010 DefineStr +DOCEF_USER_DATA 0x8000 0008 0000000008 DefineStr +DOCEF_WIN_REL 0x80000000 0006 0000000010 DefineStr +DOCEF_WORD_WRAP 0x8000000 0022 0000000010 DefineStr +DOCEF_ZERO_BASED 0x40000000 0004 0000000010 DefineStr +DOCEG_DONT_EDIT (DOCEF_DEF 000C 0000000078 DefineStr +DOCEG_HAS_ALLOC (DOCEF_TAG 000A 0000000098 DefineStr +DOCEG_HAS_ARG ((DOCEG_HA 000C 00000000D8 DefineStr +DOCET_BLINK ATTRF_BLIN 0016 0000000010 DefineStr +DOCET_INVERT ATTRF_INVE 0006 0000000010 DefineStr +DOCET_SEL ATTRF_SEL 0026 0000000010 DefineStr +DOCET_UNDERLINE ATTRF_UNDE 001C 0000000010 DefineStr +DOCE_LEN_DEFAULT 64 0008 0000000008 DefineStr +DOCEf_AUX_STR 2 0006 0000000008 DefineStr +DOCEf_BIN_PTR_LINK 10 0006 0000000008 DefineStr +DOCEf_BLINK ATTRf_BLIN 0005 0000000010 DefineStr +DOCEf_BORDER_PLOT 42 0002 0000000008 DefineStr +DOCEf_BOTTOM_Y 25 0002 0000000008 DefineStr +DOCEf_CENTER_X 21 0002 0000000008 DefineStr +DOCEf_CENTER_Y 24 0002 0000000008 DefineStr +DOCEf_CHECKED_COLLAPSED 43 0004 0000000008 DefineStr +DOCEf_CHECK_COLLAPSABLE 44 0002 0000000008 DefineStr +DOCEf_DEFAULT_LEN 60 0004 0000000008 DefineStr +DOCEf_DEFAULT_RAW_TYPE 61 0004 0000000008 DefineStr +DOCEf_DEFINE 3 0006 0000000008 DefineStr +DOCEf_DEREF_DATA 47 0002 0000000008 DefineStr +DOCEf_DONT_DRAW 59 0002 0000000008 DefineStr +DOCEf_ESC 37 0002 0000000008 DefineStr +DOCEf_FILTER_SKIP 57 0002 0000000008 DefineStr +DOCEf_FLAGS_NUM 62 0008 0000000008 DefineStr +DOCEf_FROM_START 39 0002 0000000008 DefineStr +DOCEf_HAS_BIN 9 0006 0000000008 DefineStr +DOCEf_HAS_BORDER 40 0002 0000000008 DefineStr +DOCEf_HAS_TERMINATOR 49 0002 0000000008 DefineStr +DOCEf_HIGHLIGHT 26 0003 0000000008 DefineStr +DOCEf_HOLD 51 0002 0000000008 DefineStr +DOCEf_HTML_LINK 4 0006 0000000008 DefineStr +DOCEf_INVERT ATTRf_INVE 0005 0000000010 DefineStr +DOCEf_LEFT_CB 16 0002 0000000008 DefineStr +DOCEf_LEFT_EXP 5 0006 0000000008 DefineStr +DOCEf_LEFT_IN_STR 17 0002 0000000008 DefineStr +DOCEf_LEFT_MACRO 6 0006 0000000008 DefineStr +DOCEf_LEFT_X 20 0002 0000000008 DefineStr +DOCEf_LEN 1 0006 0000000008 DefineStr +DOCEf_LINK 36 0002 0000000008 DefineStr +DOCEf_LIST 53 0002 0000000008 DefineStr +DOCEf_MARGIN_REL_X 34 0002 0000000008 DefineStr +DOCEf_NO_CLICK_ON 58 0002 0000000008 DefineStr +DOCEf_PAGE_REL_Y 33 0002 0000000008 DefineStr +DOCEf_POPUP 55 0002 0000000008 DefineStr +DOCEf_QUIT 38 0002 0000000008 DefineStr +DOCEf_RAW_TYPE 11 0006 0000000008 DefineStr +DOCEf_REFRESH_DATA 45 0002 0000000008 DefineStr +DOCEf_REMALLOC_DATA 48 0002 0000000008 DefineStr +DOCEf_RIGHT_CB 18 0002 0000000008 DefineStr +DOCEf_RIGHT_EXP 7 0006 0000000008 DefineStr +DOCEf_RIGHT_IN_STR 19 0002 0000000008 DefineStr +DOCEf_RIGHT_MACRO 8 0006 0000000008 DefineStr +DOCEf_RIGHT_X 22 0002 0000000008 DefineStr +DOCEf_SCROLLING_X 14 0006 0000000008 DefineStr +DOCEf_SEL ATTRf_SEL 0007 0000000010 DefineStr +DOCEf_SHIFTED_X 12 0006 0000000008 DefineStr +DOCEf_SHIFTED_Y 13 0006 0000000008 DefineStr +DOCEf_SKIP 54 0002 0000000008 DefineStr +DOCEf_SKIP_IN_FORM 56 0002 0000000008 DefineStr +DOCEf_SOLID_BORDER 41 0002 0000000008 DefineStr +DOCEf_TAG 0 000A 0000000008 DefineStr +DOCEf_TAG_CB 32 0002 0000000008 DefineStr +DOCEf_TOP_Y 23 0002 0000000008 DefineStr +DOCEf_TREE 52 0002 0000000008 DefineStr +DOCEf_UNDERLINE ATTRf_UNDE 0005 0000000010 DefineStr +DOCEf_UPDATE_DATA 46 0002 0000000008 DefineStr +DOCEf_USER_DATA 15 0006 0000000008 DefineStr +DOCEf_WIN_REL 35 0002 0000000008 DefineStr +DOCEf_WORD_WRAP 27 0003 0000000008 DefineStr +DOCEf_ZERO_BASED 50 0002 0000000008 DefineStr +DOCEt_BLINK ATTRf_BLIN 0004 0000000010 DefineStr +DOCEt_INVERT ATTRf_INVE 0002 0000000010 DefineStr +DOCEt_SEL ATTRf_SEL 0026 0000000010 DefineStr +DOCEt_UNDERLINE ATTRf_UNDE 0004 0000000010 DefineStr +DOCF_ALLOW_UNDO 0x4000 0008 0000000008 DefineStr +DOCF_AUTO_SAVE 0x4 0006 0000000008 DefineStr +DOCF_BLINK DOCEF_BLIN 0006 0000000010 DefineStr +DOCF_BORDER_DOC 0x100 0012 0000000008 DefineStr +DOCF_BREAK_UNLOCKED 0x400000 0004 0000000010 DefineStr +DOCF_BWD_MOVEMENT 0x40000 000E 0000000008 DefineStr +DOCF_CARRIAGE_RETURN 0x10 000A 0000000008 DefineStr +DOCF_COLOR_NAMES 0x40 0008 0000000008 DefineStr +DOCF_DBL_DOLLARS 0x20 0011 0000000008 DefineStr +DOCF_DONT_HIGHLIGHT_CURSOR 0x1000 0008 0000000008 DefineStr +DOCF_DONT_SHOW 0x8000 0012 0000000008 DefineStr +DOCF_DONT_SWAP_OUT 0x100000 000A 0000000010 DefineStr +DOCF_DO_FULL_REFRESH 0x200000 0006 0000000010 DefineStr +DOCF_FORM 0x200 0024 0000000008 DefineStr +DOCF_HAS_SONG 0x10000 0008 0000000008 DefineStr +DOCF_HIDE_CURSOR 0x800 0008 0000000008 DefineStr +DOCF_HIGHLIGHT DOCEF_HIGH 000A 0000000010 DefineStr +DOCF_INVERT DOCEF_INVE 0006 0000000010 DefineStr +DOCF_IN_DOLLAR 0x20000000 000F 0000000010 DefineStr +DOCF_MORE 0x20000 0004 0000000008 DefineStr +DOCF_NO_CURSOR 0x8 005A 0000000008 DefineStr +DOCF_NO_SCROLL_BARS 0x2000 0006 0000000008 DefineStr +DOCF_NULL_GRAB_SCROLL 0x80000 0002 0000000008 DefineStr +DOCF_OVERSTRIKE 0x10000000 0010 0000000010 DefineStr +DOCF_PLAIN_TEXT 0x1 0063 0000000008 DefineStr +DOCF_PLAIN_TEXT_TABS 0x2 0031 0000000008 DefineStr +DOCF_SEL DOCEF_SEL 0002 0000000010 DefineStr +DOCF_SIZE_MIN 0x400 001D 0000000008 DefineStr +DOCF_SUBSCRIPT_MODE 0x80000000 0008 0000000010 DefineStr +DOCF_SUPERSCRIPT_MODE 0x40000000 0008 0000000010 DefineStr +DOCF_UNDERLINE DOCEF_UNDE 0006 0000000010 DefineStr +DOCF_UNDO_DIRTY 0x10000000 000A 0000000010 DefineStr +DOCF_WORD_WRAP DOCEF_WORD 000A 0000000010 DefineStr +DOCG_BL_IV_UL 0xB0000000 002B 0000000010 DefineStr +DOCG_DBL_BUF_FLAGS (DOCF_OVER 0008 0000000110 DefineStr +DOCM_CANCEL (-1) 001F 0000000008 DefineStr +DOCSS_COMMENT 3 0006 0000000008 DefineStr +DOCSS_CPP_Z_COMMENT 4 0008 0000000008 DefineStr +DOCSS_DBL_QUOTE 2 0006 0000000008 DefineStr +DOCSS_NORMAL 0 000A 0000000008 DefineStr +DOCSS_SINGLE_QUOTE 1 0006 0000000008 DefineStr +DOCT_ANCHOR 27 0006 0000000008 DefineStr +DOCT_BACKGROUND 16 000C 0000000008 DefineStr +DOCT_BLINK 21 000C 0000000008 DefineStr +DOCT_BTTN 29 0006 0000000008 DefineStr +DOCT_CHECK_BOX 31 0020 0000000008 DefineStr +DOCT_CLEAR 8 0004 0000000008 DefineStr +DOCT_CURSOR 5 0017 0000000008 DefineStr +DOCT_CURSOR_MOVEMENT 26 0008 0000000008 DefineStr +DOCT_DATA 30 0026 0000000008 DefineStr +DOCT_DEFAULT_BACKGROUND 18 000C 0000000008 DefineStr +DOCT_DEFAULT_FOREGROUND 17 000C 0000000008 DefineStr +DOCT_ERROR 42 001B 0000000008 DefineStr +DOCT_FOOTER 13 000C 0000000008 DefineStr +DOCT_FOREGROUND 15 0012 0000000008 DefineStr +DOCT_HEADER 12 000C 0000000008 DefineStr +DOCT_HEX_ED 35 0028 0000000008 DefineStr +DOCT_HIGHLIGHT 20 000C 0000000008 DefineStr +DOCT_HTML_CODE 41 0010 0000000008 DefineStr +DOCT_INDENT 14 0022 0000000008 DefineStr +DOCT_INS_BIN 38 0006 0000000008 DefineStr +DOCT_INS_BIN_SIZE 39 0006 0000000008 DefineStr +DOCT_INVERT 22 000C 0000000008 DefineStr +DOCT_LEFT_MARGIN 10 000C 0000000008 DefineStr +DOCT_LINK 28 000B 0000000008 DefineStr +DOCT_LIST 32 000A 0000000008 DefineStr +DOCT_MACRO 33 000E 0000000008 DefineStr +DOCT_MARKER 6 0005 0000000008 DefineStr +DOCT_MENU_VAL 34 0036 0000000008 DefineStr +DOCT_NEW_LINE 1 0049 0000000008 DefineStr +DOCT_PAGE_BREAK 4 0008 0000000008 DefineStr +DOCT_PAGE_LEN 9 000E 0000000008 DefineStr +DOCT_PROMPT 7 0010 0000000008 DefineStr +DOCT_RIGHT_MARGIN 11 000E 0000000008 DefineStr +DOCT_SHIFTED_X 24 0010 0000000008 DefineStr +DOCT_SHIFTED_Y 25 0011 0000000008 DefineStr +DOCT_SOFT_NEW_LINE 2 002B 0000000008 DefineStr +DOCT_SONG 40 0006 0000000008 DefineStr +DOCT_SPRITE 37 0013 0000000008 DefineStr +DOCT_TAB 3 0028 0000000008 DefineStr +DOCT_TEXT 0 0096 0000000008 DefineStr +DOCT_TREE 36 002A 0000000008 DefineStr +DOCT_TYPES_NUM 43 0019 0000000008 DefineStr +DOCT_UNDERLINE 23 000C 0000000008 DefineStr +DOCT_WORD_WRAP 19 000C 0000000008 DefineStr +DOC_ATTR_DEFAULT_TEXT WHITE << 4 0008 0000000018 DefineStr +DOC_COLOR_ALT_TEXT LTGRAY 000A 0000000008 DefineStr +DOC_COLOR_ANCHOR DKGRAY 0004 0000000008 DefineStr +DOC_COLOR_BIN LTGREEN 0008 0000000008 DefineStr +DOC_COLOR_CHAR_CONST BROWN 0008 0000000008 DefineStr +DOC_COLOR_CLASS LTBLUE 0004 0000000008 DefineStr +DOC_COLOR_COMMENT GREEN 000A 0000000008 DefineStr +DOC_COLOR_DEFINE_STR CYAN 0004 0000000008 DefineStr +DOC_COLOR_EXPORT_SYS_SYM LTPURPLE 0004 0000000010 DefineStr +DOC_COLOR_FUN PURPLE 0004 0000000008 DefineStr +DOC_COLOR_GLOBAL_VAR LTCYAN 0004 0000000008 DefineStr +DOC_COLOR_KEYWORD BLUE 000A 0000000008 DefineStr +DOC_COLOR_LINK RED 0006 0000000008 DefineStr +DOC_COLOR_MACRO LTBLUE 0006 0000000008 DefineStr +DOC_COLOR_NUMBER YELLOW 0006 0000000008 DefineStr +DOC_COLOR_PROMPT GREEN 0004 0000000008 DefineStr +DOC_COLOR_REG LTRED 0004 0000000008 DefineStr +DOC_COLOR_STR BROWN 0004 0000000008 DefineStr +DOC_COLOR_TREE PURPLE 0006 0000000008 DefineStr +DOC_DEFAULT I32_MIN 002E 0000000008 DefineStr +DOC_SCROLL_SPEED 8 0004 0000000008 DefineStr +DOC_SIGNATURE_VAL 'DocS' 002F 0000000008 DefineStr +DOCf_ALLOW_UNDO 14 0002 0000000008 DefineStr +DOCf_AUTO_SAVE 2 0004 0000000008 DefineStr +DOCf_BLINK DOCEf_BLIN 0002 0000000010 DefineStr +DOCf_BORDER_DOC 8 0002 0000000008 DefineStr +DOCf_BREAK_UNLOCKED 22 0006 0000000008 DefineStr +DOCf_BWD_MOVEMENT 18 0002 0000000008 DefineStr +DOCf_CARRIAGE_RETURN 4 0002 0000000008 DefineStr +DOCf_COLOR_NAMES 6 0006 0000000008 DefineStr +DOCf_DBL_DOLLARS 5 0002 0000000008 DefineStr +DOCf_DONT_HIGHLIGHT_CURSOR 12 000A 0000000008 DefineStr +DOCf_DONT_SHOW 15 0002 0000000008 DefineStr +DOCf_DONT_SWAP_OUT 20 0002 0000000008 DefineStr +DOCf_DO_FULL_REFRESH 21 0008 0000000008 DefineStr +DOCf_FORM 9 0002 0000000008 DefineStr +DOCf_HAS_SONG 16 0002 0000000008 DefineStr +DOCf_HIDE_CURSOR 11\t 000C 0000000008 DefineStr +DOCf_HIGHLIGHT DOCEf_HIGH 0002 0000000010 DefineStr +DOCf_INVERT DOCEf_INVE 0002 0000000010 DefineStr +DOCf_IN_DOLLAR 33 0002 0000000008 DefineStr +DOCf_MORE 17 0004 0000000008 DefineStr +DOCf_NO_CURSOR 3 0002 0000000008 DefineStr +DOCf_NO_SCROLL_BARS 13\t 000A 0000000008 DefineStr +DOCf_NULL_GRAB_SCROLL 19 0002 0000000008 DefineStr +DOCf_OVERSTRIKE 32 0002 0000000008 DefineStr +DOCf_PLAIN_TEXT 0 0002 0000000008 DefineStr +DOCf_PLAIN_TEXT_TABS 1 0002 0000000008 DefineStr +DOCf_SEL DOCEf_SEL 0002 0000000010 DefineStr +DOCf_SIZE_MIN 10 0002 0000000008 DefineStr +DOCf_SUBSCRIPT_MODE 35 0002 0000000008 DefineStr +DOCf_SUPERSCRIPT_MODE 34 0002 0000000008 DefineStr +DOCf_UNDERLINE DOCEf_UNDE 0002 0000000010 DefineStr +DOCf_UNDO_DIRTY 36 0002 0000000008 DefineStr +DOCf_WORD_WRAP DOCEf_WORD 0002 0000000010 DefineStr +DOClf_LOCKED 0 000C 0000000008 DefineStr +DOF_DONT_HOME 0x04 0008 0000000008 DefineStr +DOF_DONT_SHOW 0x40 0004 0000000008 DefineStr +DOF_DONT_TEXT_ATTR 0x10 0004 0000000008 DefineStr +DOF_DONT_WINMGR_SYNC 0x20 0004 0000000008 DefineStr +DOF_INTERCEPT_TASK_END 0x02 0004 0000000008 DefineStr +DOF_SIZE_MIN 0x01 000E 0000000008 DefineStr +DOF_WIN_MAX 0x08 0004 0000000008 DefineStr +DRIVES_NUM 26 0012 0000000008 DefineStr +DRIVE_HEADER 63 0013 0000000008 DefineStr +DRIVE_SIGNATURE_VAL 'DVSV' 000E 0000000008 DefineStr +DS 0000000503 0038 Reg +DS_ABORT_FILE 4 0003 0000000008 DefineStr +DS_REMAINDER_1 2 0003 0000000008 DefineStr +DS_REMAINDER_2 3 0003 0000000008 DefineStr +DS_USE_FILE1 0 0003 0000000008 DefineStr +DS_USE_FILE2 1 0003 0000000008 DefineStr +DU16 000000004E 0045 AsmKeyWord +DU32 000000004F 0034 AsmKeyWord +DU64 0000000050 0036 AsmKeyWord +DU8 000000004D 0063 AsmKeyWord +DUP 0000000051 0014 AsmKeyWord +DUR_16_16_16_16 3 000F 0000000008 DefineStr +DUR_16_16_8 6 0005 0000000008 DefineStr +DUR_3_3_3 2 0009 0000000008 DefineStr +DUR_4 0 0013 0000000008 DefineStr +DUR_8DOT_16 4 0005 0000000008 DefineStr +DUR_8_16_16 5 0005 0000000008 DefineStr +DUR_8_8 1 0011 0000000008 DefineStr +DVDImageRead 0000030168 0003 0000000175 Funct Public +DVDImageWrite 00000303C0 0005 00000003B1 Funct Public +DVDImageWriteTask 00000302E0 0003 ExportSysSym Imm +DVD_BLK_SIZE (4 * BLK_S 0046 0000000010 DefineStr +DVD_BOOT_LOADER_SIZE DVD_BLK_SI 001C 0000000018 DefineStr +DVlf_LOCKED 0 0006 0000000008 DefineStr +DX 0000000202 0021 Reg +DYING_JIFFIES ToI64(JIFF 0004 0000000018 DefineStr +Da 0000016E2E 0003 000000004B Funct Public +Date2Struct 00000116C2 000F 00000001D3 Funct Public +DateGet 00768B9828 0001 0000000096 Funct Public +DayOfWeek 000001167A 0004 0000000048 Funct Public +DeathWait 000001C8F3 0003 000000005F Funct Public +Debug 00000184C6 0008 000000001D Funct Public +Debug2 0000017F3E 0003 ExportSysSym Imm +DebugHelp 0000017A26 0004 ExportSysSym Imm +DebugMode 00000166DE 0009 0000000022 Funct Public +Define 0000015006 00A1 0000000045 Funct Public +DefineCount 00000150BE 000D 0000000049 Funct Public +DefineListLoad 0000014E86 0090 0000000111 Funct Public +DefineLoad 0000014DFE 0004 0000000087 Funct Public +DefineMatch 000001510E 0015 000000002B Funct Public +DefinePrint 000001513E 0070 0000000042 Funct Public +DefineSub 000001504E 0020 0000000069 Funct Public +Del 000002FA90 001D 00000000E1 Funct Public +DelTree 0076AC7A28 000D 00000000D4 Funct Public +DelTreeDirs 0076980B58 0005 0000000064 Funct +DelTreeFiles 0076980AC8 0005 0000000066 Funct +Diff 00769EC7A8 0004 0000000254 Funct Public +DiffBins 0076499430 0003 000000008E Funct +DiffEntriesCompare 00764CDDC8 0005 0000000021 Funct +DiffSel 0076499628 0005 00000003FD Funct +DiffSub 00769E79B8 0007 00000002F4 Funct +Dir 000002E458 0006 00000002E6 Funct Public +DirContextDel 000002D738 001D 00000000B0 Funct Public +DirContextNew 000002D7E8 001C 00000002A1 Funct Public +DirCur 000002197A 0014 000000007C Funct Public +DirEntryCompareClus 0000028533 0003 ExportSysSym Imm +DirEntryCompareName 0000028473 0003 ExportSysSym Imm +DirEntryDel 000002839B 001A 0000000022 Funct Public +DirEntryDel2 00000283C3 0004 000000002B Funct Public +DirFile 00000219FA 000F 00000001C8 Funct Public +DirFileDoc 0076953E88 0005 0000000108 Funct +DirFilesFlatten 000002868B 0004 ExportSysSym Imm +DirFilesSort 0000028553 0006 ExportSysSym Imm +DirIndexList 00729514C0 0001 00000001A8 Funct +DirLongNameFill 000002AFA8 0006 ExportSysSym Imm +DirMake 000002E740 0016 0000000171 Funct Public +DirNameAbs 000002120A 0014 0000000304 Funct Public +DirNew 000002830B 0008 000000008B Funct Public +DirTreeDel 00000283F3 0049 0000000039 Funct Public +DirTreeDel2 0000028433 0004 0000000039 Funct Public +DirTreeSerialize 0077FC12D0 0001 0000000048 Funct Public +DirTreeSerializeFill 00769ACF28 0005 0000000072 Funct +DirTreeSerializeSize 0077608E80 0005 0000000041 Funct +DirTreeUnserialize 007698BCD0 0001 0000000029 Funct Public +DirTreeUnserialize2 0076983980 0007 0000000080 Funct +DiscEject 0000022952 0003 0000000053 Funct +DiscLoad 00000229AA 0003 0000000053 Funct +DiskCacheAdd 0000021E52 0005 ExportSysSym Imm +DiskCacheFind 0000021E02 0005 ExportSysSym Imm +DiskCacheHash 0000021D3A 0004 ExportSysSym Imm +DiskCacheInit 0000021BC2 0003 0000000178 Funct +DiskCacheInvalidate 00000266EA 0008 00000000D7 Funct Public +DiskCacheInvalidate2 0000021F02 0003 ExportSysSym Imm +DiskCacheQueueIns 0000021DAA 0003 ExportSysSym Imm +DiskCacheQueueRemove 0000021D6A 0004 ExportSysSym Imm +DiskChange 00000267C2 0007 000000005C Funct Public +DiskCheck 00769B4EB8 0001 0000000147 Funct Public +DiskPart 0076967628 0005 0000000806 Funct Public +DiskView 0077344C28 0001 0000000493 Funct Public +DistSqrI64 00773BC368 000F 0000000054 Funct Public +DitherColor2 00768F6AC8 0001 00000001D3 Funct +Dm 0000016E0E 0004 000000001D Funct Public +Doc2PlainText 0000000000 0001 NULL +Doc2PlainText 0076900228 000A 00000008B7 Funct +Doc2TXT 00773206A0 0003 00000001DB Funct Public +DocAnchorFind 0076785358 0003 000000009A Funct Public +DocBinDel 007697B128 0007 0000000078 Funct +DocBinFindNum 0077608FE8 000B 0000000043 Funct +DocBinFindTag 0076A81E88 0003 0000000058 Funct +DocBinPtrReset 00769DAE88 0003 0000000201 Funct +DocBinsValidate 0000000000 0001 NULL +DocBinsValidate 00769ED310 000A 00000001EB Funct +DocBorder 0077FC1BD0 0008 0000000041 Funct Public +DocBorderListDraw 00768F26B0 0003 0000000146 Funct +DocBorderNew 0076707038 0003 00000002FA Funct Public +DocBottom 0076B453D8 001D 0000000058 Funct Public +DocCaptureUndo 00768FCCD8 000A 00000000FA Funct +DocCenter 00768F2228 001A 0000000084 Funct Public +DocCharDist 00768FE260 0015 0000000040 Funct +DocClear 007690D5D8 000F 000000009F Funct Public +DocCollapse 00768F1178 000C 000000007D Funct Public +DocCopy 007678AD68 0003 000000009D Funct Public +DocCursor 0076B4ED10 0008 0000000051 Funct Public +DocCut 007678B8B8 0003 0000000084 Funct Public +DocD 007671B8D8 0005 0000000079 Funct Public +DocDataFormat 00769B48E8 0020 000000030A Funct +DocDataScan 007699F048 000B 0000000323 Funct +DocDblBufEnd 00769376F8 0001 0000000079 Funct Public +DocDblBufStart 0076908EC8 0001 0000000157 Funct Public +DocDblBufSwap 0076907E80 0001 0000000150 Funct Public +DocDel 0000000000 0001 NULL +DocDel 007690E798 00B4 000000005D Funct Public +DocDelToEntry 0076913CB8 0003 0000000071 Funct +DocDelToNum 00769458D8 0003 0000000068 Funct +DocDisplay 0077FC1B60 0011 0000000041 Funct Public +DocDm 007671BD80 0001 000000007B Funct Public +DocDump 007671D020 0005 000000008B Funct +DocEd 007676A028 0007 0000000693 Funct Public +DocEntryCopy 0077463E28 0010 00000001AF Funct Public +DocEntryDel 0076916150 0044 0000000104 Funct Public +DocEntryLink 0076793B98 000C 0000000051 Funct Public +DocEntryNewBase 0076970620 0025 0000000071 Funct +DocEntryNewTag 0076916410 001D 00000000AA Funct +DocEntryRun 00768F3628 000A 00000004B9 Funct Public +DocEntrySize 0076915B60 0003 00000000CF Funct Public +DocEntryToggle 00768FDC28 0003 000000042D Funct +DocFileEd 0076772C28 0005 000000043C Funct +DocFind 0076780688 0007 0000000107 Funct Public +DocFlagsToggle 00768FE838 0005 00000000FB Funct +DocForm 007690B6F0 0052 000000030E Funct Public +DocFormBwd 007690D278 000D 0000000095 Funct +DocFormFwd 007690D520 000F 00000000A3 Funct +DocGR 00773153E0 0003 0000000059 Funct Public +DocGetStr2 0076787228 0003 0000000246 Funct +DocGoToLine 0076781360 001B 000000007B Funct Public +DocHelpIdx 00766480F0 0003 0000000025 Funct Public +DocHighlight 00768F2E28 0005 0000000623 Funct +DocHighlightCursor 0076B4E2F8 0003 0000000051 Funct Public +DocInit 00768F9428 0003 00000004B4 Funct +DocInsDoc 007696B388 0012 0000000134 Funct Public +DocInsEntry 007690F1C8 0019 0000000141 Funct Public +DocKeyGet 0076789A78 0005 00000000CF Funct Public +DocLineRead 007690A058 0001 0000000073 Funct Public +DocLineWrite 0076790000 0001 00000000B3 Funct Public +DocLinkCheck 0076772228 0004 0000000136 Funct Public +DocLinkFile 00767718E8 0005 00000000B5 Funct Public +DocLoad 0000000000 0001 NULL +DocLoad 00768DF618 000A 000000014A Funct Public +DocLock 0076AFDA28 00E6 000000006F Funct Public +DocMax 0076907650 000B 000000003C Funct Public +DocMenu 007690A698 0003 0000000185 Funct Public +DocMenuEndTaskCB 007690EAD0 0003 0000000018 Funct +DocNew 0000000000 0001 NULL +DocNew 0076914BC8 0068 000000010C Funct Public +DocOpt 007648F830 0001 0000000091 Funct Public +DocOptDoc 007647D630 0003 00000000DE Funct +DocOptEntry 007648F770 0005 00000000AF Funct +DocOptFile 00764A5228 0003 0000000064 Funct +DocOptList 007647CB20 0005 000000008C Funct +DocPrint 0000000000 0001 NULL +DocPrint 00767630C8 0261 000000004D Funct Public +DocPrintAtomic 0076732838 0003 0000000097 Funct Public +DocPrintPartial 00769EBB00 0006 0000000295 Funct Public +DocPut 0076913B80 00A1 000000004B Funct Public +DocPutKey 0076721828 0017 0000001F94 Funct Public +DocPutLine 0000000000 0001 NULL +DocPutLine 007671C650 0004 00000000FE Funct Public +DocPutS 0076723828 0005 000000053C Funct +DocRead 0076793168 005B 00000000BA Funct Public +DocRecalc 007695F828 0058 0000002F90 Funct Public +DocRecalcXY 00769E7CC0 0003 00000002BC Funct +DocRemSoftNewLines 007694F158 0015 000000009F Funct +DocReset 007698BF70 0012 000000021B Funct Public +DocSave 0000000000 0001 NULL +DocSave 00767927A8 000A 0000000370 Funct Public +DocScanLine 00769E9FB8 000C 00000001FF Funct Public +DocScroll 0076B4D2E0 0001 0000000051 Funct Public +DocSize 0000000000 0001 NULL +DocSize 007694CEA8 0010 00000000F0 Funct Public +DocSplitTag 00768E4000 0007 0000000169 Funct +DocSprite 0076A14EA8 0007 0000000199 Funct Public +DocTermNew 00767A3828 000C 00000000D2 Funct Public +DocTmpAttr 00768E2AA8 0003 000000019C Funct +DocTop 00768F2508 000A 000000008E Funct Public +DocTreeAppend 007670A630 0001 000000003D Funct Public +DocTreeAppendJoin 007670B720 0008 00000000DF Funct +DocTreeExe 00767081D0 0006 000000007C Funct Public +DocTreeFAppend 00767092C8 0001 0000000059 Funct Public +DocTreeFExe 007670E828 0001 0000000040 Funct Public +DocTreeFFind 0077FC28D8 0001 0000000046 Funct Public +DocTreeFWrite 0076709CD0 0003 0000000059 Funct Public +DocTreeFind 0076B8D348 000F 00000001B4 Funct Public +DocTreeMake 007670CE20 0008 00000001D4 Funct Public +DocTreeWrite 0076715BC8 0001 000000003D Funct Public +DocTreeWriteJoin 007670C110 0008 00000000F7 Funct +DocType 0076912C78 0006 0000000118 Funct Public +DocUndoCountSet 0076B5C3F0 0005 0000000054 Funct +DocUndoDel 00773D6720 0005 000000001D Funct +DocUndoRestore 00768FC508 0003 00000000BE Funct +DocUnlock 0000000000 0001 NULL +DocUnlock 0076913B10 0107 0000000060 Funct Public +DocUpdateTaskDocs 00768F0B58 0003 00000000FF Funct +DocWordWrapAdd 00768E32B8 0003 00000001BA Funct +DocWordWrapDel 00768EFE28 0003 000000019A Funct +DocWordsFile 0076561A28 0003 00000000C2 Funct +DocWrite 0000000000 0001 NULL +DocWrite 0076791DF0 003C 000000008A Funct Public +Dos2CDate 000002A763 0003 ExportSysSym Imm +Dr 0000017436 0003 000000008A Funct Public +DrawCtrlBttn 00766D8180 0003 0000000132 Funct +DrawCtrls 00766DF6E0 0003 00000000F2 Funct +DrawGrabMouse 0076731DE0 0003 0000000205 Funct Public +DrawIt 00769F2E28 0003 00000005C8 Funct +DrawIt 0076786E48 0007 0000000117 Funct +DrawMenu 007693F8A0 0003 0000000349 Funct +DrawMouse 0076937580 0003 0000000093 Funct +DrawProgressBars 0076939DF8 0003 0000000398 Funct +DrawStdMouse 007663C0F0 0004 0000000147 Funct Public +DrawTermBttn 0076640348 0003 00000000C9 Funct +DrawViewAnglesCtrl 00766DB628 0003 00000004D2 Funct +DrawWaitMouse 0076AB3A28 0001 00000000D8 Funct Public +DrawWinGrid 0076965FB0 0003 00000000DC Funct +DrawWinScroll 007671EE68 0005 000000009C Funct +Drive 0000026822 0031 00000000F9 Funct Public +Drive2Letter 00000264FA 002E 0000000027 Funct Public +DriveBlkDevDel 0000026272 0004 ExportSysSym Imm +DriveCheck 00000264B2 001B 0000000043 Funct Public +DriveDel 0000026222 0007 0000000049 Funct Public +DriveEnable 000002802B 0003 0000000057 Funct Public +DriveFATBlkAlloc 00000262BA 0004 ExportSysSym Imm +DriveFATBlkClean 000002631A 000C ExportSysSym Imm +DriveFATBlkSet 00000263CA 000E ExportSysSym Imm +DriveIsWritable 0000026692 0014 0000000054 Funct Public +DriveLock 0000025FFA 0023 0000000056 Funct Public +DriveMakeFreeSlot 00000260FA 000C 000000006F Funct Public +DriveModelNum 00000269AA 0004 0000000088 Funct Public +DriveNextFreeLet 000002616A 000A 00000000B8 Funct Public +DriveRep 0000026AB3 0006 000000024A Funct Public +DriveSerialNum 0000026922 0004 0000000088 Funct Public +DriveTextAttrGet 0000026A3B 000F 0000000077 Funct Public +DriveTypeSet 0000030778 0005 ExportSysSym Imm +DriveUnlock 0000026052 004A 0000000058 Funct Public +DriveUnused 007695BA58 0004 00000000CC Funct Public +DriveView 0076963460 0001 0000000097 Funct Public +DrivesRelease 00000260AA 0006 000000004C Funct Public +DrivesSize 00766A7F88 0003 0000000071 Funct +Dump 0076979BF0 0001 00000000C0 Funct Public +E 0000031680 0003 0000000068 Funct Public +EAX 0000000300 00B6 Reg +EBP 0000000305 0006 Reg +EBX 0000000303 0035 Reg +ECF_HAS_PUSH_CMP 0x01 0004 0000000008 DefineStr +ECX 0000000301 0038 Reg +EDF_BAIL 0x100 000E 0000000008 DefineStr +EDF_COLLAPSE 0x200 0002 0000000008 DefineStr +EDF_UNCOLLAPSE 0x400 0004 0000000008 DefineStr +EDF_WAS_WRITE 0x800 000A 0000000008 DefineStr +EDI 0000000307 002F Reg +EDX 0000000302 004B Reg +EDf_BAIL 8 0004 0000000008 DefineStr +EDf_COLLAPSE 9 0004 0000000008 DefineStr +EDf_UNCOLLAPSE 10 0004 0000000008 DefineStr +EDf_WAS_WRITE 11 0002 0000000008 DefineStr +EF_CH_SC 4 0003 0000000008 DefineStr +EF_CMP_CHK 1 0005 0000000008 DefineStr +EF_CTRL_SLIDER 3 0003 0000000008 DefineStr +EF_REINDENT 0 0005 0000000008 DefineStr +EF_RENUM_ASM 2 0005 0000000008 DefineStr +ENTER 00775F3AF0 0000 OpCode +ERRCON 1.89e-4 0003 0000000008 DefineStr +ES 0000000500 004E Reg +ESI 0000000306 001E Reg +ESP 0000000304 0002 Reg +EST_DUP_SPRITE 2 0003 0000000008 DefineStr +EST_SPRITE 0 0003 0000000008 DefineStr +EST_SPRITE_LINK 6 0003 0000000008 DefineStr +EST_SPRITE_MACRO 4 0003 0000000008 DefineStr +EST_SPRITE_MENU 5 0003 0000000008 DefineStr +EST_SPRITE_PTR 1 0003 0000000008 DefineStr +EST_SPRITE_SIZE 3 0003 0000000008 DefineStr +EXT_DEBUG_RESUME 4 0003 0000000008 DefineStr +EXT_EXTS_NUM 5 0003 0000000008 DefineStr +EXT_HEAPLOG_FREE 3 0009 0000000008 DefineStr +EXT_HEAPLOG_MALLOC 2 0009 0000000008 DefineStr +EXT_WIN_FOCUS 1 0006 0000000008 DefineStr +EXT_WIN_TO_TOP 0 0005 0000000008 DefineStr +Echo 007762344F 0003 0000000017 Funct Public +Ed 0000000000 0001 NULL +Ed 007676B7C8 001C 0000000209 Funct Public +EdAutoSaveCB 0077609490 0003 0000000045 Funct +EdChSC 007671EBF0 0003 0000000263 Funct +EdCharDel 0076783A58 0007 000000012A Funct +EdCharIns 00768DE428 0005 0000000814 Funct +EdCodeTools 0076724868 0003 0000000058 Funct +EdCodeTools2 007670DE28 0003 000000081B Funct +EdCurU8 00767852B8 0015 0000000090 Funct Public +EdCursorLeft 007678F398 0007 0000000268 Funct Public +EdCursorRight 00769B4C08 0011 0000000299 Funct Public +EdDollarCB 0077FC22C0 0005 0000000047 Funct +EdDollarTypeCB 00768B1828 0005 0000000097 Funct +EdFilterCB 0076852FE8 0005 0000000052 Funct +EdFindNext 00769E7F90 0008 0000000270 Funct Public +EdFindPaired 007677D8E8 000B 0000000311 Funct Public +EdFindReplace 0076779428 0005 000000055A Funct +EdGoToFun 007677CE60 0009 0000000123 Funct Public +EdGoToLine 0076861828 0003 000000003E Funct +EdInsBin 00767347A0 0007 0000000228 Funct +EdInsBttn 007673BEB0 0003 000000030F Funct +EdInsCapturedMacro 007675A668 0003 0000000061 Funct +EdInsCheckBox 00767379E0 0003 0000000121 Funct +EdInsColor 0076759DB0 0003 0000000095 Funct +EdInsCursorMovement 00769EC040 0003 0000000273 Funct +EdInsData 0076738818 0003 00000002AA Funct +EdInsHexEd 0076735B60 0003 00000000C9 Funct +EdInsHtml 0076890C08 0003 0000000058 Funct +EdInsLink 0076746B20 0003 0000000202 Funct +EdInsList 0076742D48 0003 000000019E Funct +EdInsMacroMenu 007673D858 0005 00000003A4 Funct +EdInsPageSetting 0076743B30 0003 000000019F Funct +EdInsSong 0076740448 0003 0000000067 Funct +EdInsText 007694C3A0 0003 0000000305 Funct +EdInsTree 0076733970 0003 000000011B Funct +EdInsWidgetWiz 0076759AE0 0003 0000000102 Funct +EdLeftClickLink 0076704C70 0003 0000000063 Funct +EdLineDel 00767B1828 0003 000000006E Funct +EdLineDown 0076782028 0005 000000045B Funct Public +EdLineUp 0076A6CE18 0005 00000003E8 Funct Public +EdLinkConvert 0076772628 000D 000000044F Funct Public +EdLite 00000202FA 0006 00000009B1 Funct Public +EdLiteFileLine 0000020D32 0006 000000004A Funct +EdLiteUpdate 0000020152 0003 ExportSysSym Imm +EdMacroUtil 0076758B00 0003 0000000034 Funct +EdMoreCB 0076773AC8 0005 000000005E Funct +EdOverStrikeCB 0077FC2060 0005 0000000047 Funct +EdPopUpChSC 00767C5828 0001 0000000070 Funct +EdRACollect 0076743090 0003 000000014D Funct +EdRAGetU8 0076724430 000F 0000000055 Funct +EdRICode 0076713540 0003 00000000FB Funct +EdRIExp 00767B5C88 000D 00000000E8 Funct +EdRILex 0076714B30 0039 0000000143 Funct +EdRIStatement 0076712828 0019 00000004C7 Funct +EdRemFunLeadingSpace 00767323B0 0003 0000000157 Funct +EdRenumAsm 0076764DF8 0003 000000013B Funct +EdReplace 007699F880 0009 0000000195 Funct Public +EdReplaceTroubleAll 00767807A0 0005 0000000163 Funct +EdReplaceTroubleOne 0076716A10 0011 0000000085 Funct +EdSelAll 00769061B8 0007 0000000050 Funct Public +EdSelFun 007692ADF8 0005 000000013A Funct Public +EdSprite 007672F0B8 0003 0000000341 Funct +EdSpriteEd 00769B5898 0003 00000000B9 Funct +EdSpriteIns 00769ED700 0003 00000001D4 Funct +EdSpriteLink 0076732778 0003 00000000A9 Funct +EdSpriteNew 00769D5628 000F 000000003D Funct +EdUndoFilter 00767B0160 0003 0000000054 Funct +Ellipse 0076BD3268 0007 00000003BD Funct Public +EndianU16 000000AF67 0018 Funct Public +EndianU32 000000AF76 0010 Funct Public +EndianU64 000000AF84 0004 Funct Public +ExeCmdLine 000001D09B 0009 000000028E Funct Public +ExeDoc 0076708DA8 0005 0000000156 Funct Public +ExeFile 0000000000 0001 NULL +ExeFile 007762519F 000A 0000000077 Funct Public +ExeFile2 0077625357 0005 0000000075 Funct Public +ExePrint 0000000000 0001 NULL +ExePrint 007762514F 000B 0000000049 Funct Public +ExePrint2 007762530F 0007 0000000047 Funct Public +ExePutS 0077624FAF 0006 000000019A Funct Public +ExePutS2 0077625247 0005 00000000C4 Funct Public +Exit 000001C7A3 0019 00000000CC Funct Public +Exp 000000AC58 000E Funct Public +ExtChange 00000216AA 000C 000000008C Funct Public +ExtDefault 000002173A 0034 0000000087 Funct Public +ExtendedASCII 0076938428 0003 00000001A1 Funct +F 0076655828 0001 0000000025 Funct Public +F2XM1 00775EF2B8 0003 OpCode +F64 0077603A38 0397 0000000008 IntType +F64 000000004C 0000 AsmKeyWord +F64Get 00768FBA38 0001 00000000F0 Funct Public +F64_MAX (0x7FEFFFF 000C 0000000020 DefineStr +F64_MIN (0xFFEFFFF 0006 0000000020 DefineStr +F64i 0077603CE0 0000 0000000008 IntType +FABS 00775EF260 0005 OpCode +FADD 00775EEBF8 0008 OpCode +FADDP 00775EEC80 0011 OpCode +FALSE 0 06B4 0000000008 DefineStr +FAT32AllocClus 000002BBC8 0004 ExportSysSym Imm +FAT32AllocContiguousClus 000002BE60 0004 ExportSysSym Imm +FAT32CDirFill 000002B0D8 0004 ExportSysSym Imm +FAT32Cd 000002B918 0003 ExportSysSym Imm +FAT32CheckDisk 007695EE80 0003 00000002B0 Funct +FAT32CheckDiskList 00769AFBD0 0005 00000001FF Funct +FAT32DirFill 000002B160 0005 ExportSysSym Imm +FAT32DirNew 000002C158 0005 ExportSysSym Imm +FAT32DriveView 0076963BE8 0003 0000000238 Funct +FAT32FileFind 000002B470 0009 ExportSysSym Imm +FAT32FileRead 000002B790 0004 ExportSysSym Imm +FAT32FileWrite 000002D048 0003 ExportSysSym Imm +FAT32FilesDel 000002CB90 0004 ExportSysSym Imm +FAT32FilesFind 000002D1B0 0004 ExportSysSym Imm +FAT32Format 000002A973 0003 ExportSysSym Imm +FAT32FreeClus 000002B9B8 0007 0000000209 Funct +FAT32Init 000002A7E3 0006 ExportSysSym Imm +FAT32MkDir 000002D5A0 0003 ExportSysSym Imm +FAT32UnusedDriveSpace 007695C418 0003 0000000127 Funct +FAT32_ENTRIES_BITS Bsf(FAT32_ 0014 0000000020 DefineStr +FAT32_ENTRIES_PER_BLK (BLK_SIZE 0014 0000000028 DefineStr +FATFromName 000002AECB 0006 ExportSysSym Imm +FATNameTo 000002AD5B 0004 ExportSysSym Imm +FATNameXSum 000002AE63 0007 ExportSysSym Imm +FBlkRead 000002F1F8 000D 00000001F9 Funct Public +FBlkWrite 000002F3F8 001C 00000002EA Funct Public +FCHS 00775EF208 0001 OpCode +FCLEX 00775EE948 0001 OpCode +FCOMI 00775EE988 0000 OpCode +FCOMIP 00775EE9E0 000C OpCode +FCOS 00775EF158 0004 OpCode +FClose 000002F000 0017 00000000CF Funct Public +FD 007654E6D8 0001 0000000024 Funct Public +FDECSTP 00775EE840 0000 OpCode +FDIV 00775EEE10 0000 OpCode +FDIVP 00775EEE98 0000 OpCode +FDIVR 00775EED30 0009 OpCode +FDIVRP 00775EEDB8 0000 OpCode +FF 0076970358 0001 00000000CA Funct Public +FFB_NEXT_BLK I64_MAX 000E 0000000008 DefineStr +FFREE 00775EE778 0016 OpCode +FF_BUF_DIRTY 4 0009 0000000008 DefineStr +FF_CONTIGUOUS 16 0005 0000000008 DefineStr +FF_NEEDS_WRITE 8 0005 0000000008 DefineStr +FF_NEW_FILE 2 0006 0000000008 DefineStr +FF_USE_OLD_DATETIME 32 0004 0000000008 DefineStr +FF_WRITE 1 0004 0000000008 DefineStr +FILD 00775EF690 0000 OpCode +FILEMASK_AOT \"*.CC*;*. 0003 0000000018 DefineStr +FILEMASK_DD FILEMASK_S 000D 0000000018 DefineStr +FILEMASK_GR \"*.GR*\" 0005 0000000008 DefineStr +FILEMASK_JIT \"*.CC*;*. 000D 0000000010 DefineStr +FILEMASK_SRC \"*.CC*;*. 000D 0000000020 DefineStr +FILEMASK_TXT FILEMASK_D 000F 0000000018 DefineStr +FIMUL 00775EEEF0 0000 OpCode +FINCSTP 00775EE7E8 0016 OpCode +FINIT 00775EE2C0 0000 OpCode +FISTP 00775EF638 0000 OpCode +FISTTP 00775EF5E0 0001 OpCode +FISt_H2D 0x27 0008 0000000008 DefineStr +FLD 00775EF568 006C OpCode +FLD1 00775EE630 0010 OpCode +FLDCW 00775EE1A0 000F OpCode +FLDL2E 00775EE580 0001 OpCode +FLDL2T 00775EE5D8 0001 OpCode +FLDLG2 00775EE4D0 0001 OpCode +FLDLN2 00775EE478 0001 OpCode +FLDPI 00775EE528 0000 OpCode +FLDZ 00775EE420 0000 OpCode +FMBurnISO 0076959A60 0003 0000000067 Funct +FMChangeDisk 007694EB28 0003 0000000063 Funct +FMCollectUncollapsedList 0076AE1A28 0003 000000006F Funct +FMCopy 007694D918 0005 000000016C Funct +FMDelUncollapsedList 0076979B40 0003 0000000030 Funct +FMDelete 0076ABA930 0003 00000000E6 Funct +FMFinalScreenUpdate 007694AF40 0003 000000005E Funct +FMFormatDrive 007696E968 0003 00000000C8 Funct +FMMakeISO 007697B1B0 0003 0000000076 Funct +FMMarkUncollapsed 00769DF0D8 0003 0000000242 Funct +FMMkDir 007695CF00 0003 00000000EC Funct +FMMountISO 0076950B88 0003 0000000038 Funct +FMR_BURN_ISO 11 0003 0000000008 DefineStr +FMR_CHG_DISK 6 0003 0000000008 DefineStr +FMR_DELETE 2 0003 0000000008 DefineStr +FMR_FORMAT 7 0003 0000000008 DefineStr +FMR_HELP 12 0003 0000000008 DefineStr +FMR_INCLUDE 0 0003 0000000008 DefineStr +FMR_MAKE_REDSEA_ISO_C 10 0003 0000000008 DefineStr +FMR_MKDIR 4 0003 0000000008 DefineStr +FMR_MOUNT_REDSEA_ISO_C 8 0003 0000000008 DefineStr +FMR_PASTE 5 0003 0000000008 DefineStr +FMR_RENAME 3 0003 0000000008 DefineStr +FMR_SYSTEM_INCLUDE 1 0003 0000000008 DefineStr +FMR_UNMOUNT 9 0003 0000000008 DefineStr +FMRebuildDoc 00769D7628 000B 000000041C Funct +FMRebuildDocDrive 0076980BE8 0007 0000000149 Funct +FMRename 00769500A8 0003 0000000158 Funct +FMRightClick 007694CD70 0005 0000000128 Funct +FMUL 00775EEF58 0023 OpCode +FMULP 00775EEFE0 0002 OpCode +FMUnmount 0076987D88 0003 0000000077 Funct +FM_NORMAL 0 0007 0000000008 DefineStr +FM_PICK_DIR 2 0005 0000000008 DefineStr +FM_PICK_FILE 1 0005 0000000008 DefineStr +FNCLEX 00775EE8F0 0000 OpCode +FND_ABORT_FILE 4 0005 0000000008 DefineStr +FND_ALL 2 0009 0000000008 DefineStr +FND_ED 3 0003 0000000008 DefineStr +FND_REPLACE 0 0007 0000000008 DefineStr +FND_SKIP 1 0003 0000000008 DefineStr +FND_SKIP_FILE 5 0005 0000000008 DefineStr +FNINIT 00775EE268 0002 OpCode +FOFlatten 0076AE9A28 0003 000000006B Funct +FONT_HEIGHT 8 00AB 0000000008 DefineStr +FONT_WIDTH 8 00D1 0000000008 DefineStr +FOpen 000002ED70 001A 000000028E Funct Public +FPATAN 00775EF0A8 0005 OpCode +FPREM 00775EECF0 0001 OpCode +FPTAN 00775EF100 0004 OpCode +FR 00764B9B70 0002 00000001F3 Funct Public +FRNDINT 00775EE738 0007 OpCode +FRSTOR 00775EF410 0000 OpCode +FS 0000000504 001A Reg +FSAVE 00775EF3A8 0000 OpCode +FSCALE 00775EE6E0 0003 OpCode +FSF_ARGPOP (1 << Ff_A 0003 0000000018 DefineStr +FSF_ASM 0x02 000F 0000000008 DefineStr +FSF_HASERRCODE (1 << Ff_H 0003 0000000018 DefineStr +FSF_INTERRUPT (1 << Ff_I 0003 0000000018 DefineStr +FSF_NOARGPOP (1 << Ff_N 0004 0000000018 DefineStr +FSF_PUBLIC 0x01 0006 0000000008 DefineStr +FSF_STATIC 0x04 0003 0000000008 DefineStr +FSF__ 0x08 0005 0000000008 DefineStr +FSG_FUN_FLAGS1 (FSF_INTER 0003 0000000040 DefineStr +FSG_FUN_FLAGS2 (FSG_FUN_F 0006 0000000020 DefineStr +FSG_TYPE_MASK 0x7FFF 0003 0000000008 DefineStr +FSIN 00775EF1B0 0004 OpCode +FSQRT 00775EF050 0007 OpCode +FST 00775EF478 0008 OpCode +FSTCW 00775EE1F8 0008 OpCode +FSTP 00775EF4F0 0046 OpCode +FSTSW 00775EE898 000C OpCode +FSUB 00775EEB18 000C OpCode +FSUBP 00775EEBA0 0004 OpCode +FSUBR 00775EEA38 0002 OpCode +FSUBRP 00775EEAC0 0004 OpCode +FSetClus 000002F0D0 0008 ExportSysSym Imm +FSize 000002ED50 000A 000000001B Funct Public +FSt_FAT32 2 0033 0000000008 DefineStr +FSt_ISO9660 3 0005 0000000008 DefineStr +FSt_NTFS 4 0003 0000000008 DefineStr +FSt_NULL 0 0002 0000000008 DefineStr +FSt_REDSEA 1 003D 0000000008 DefineStr +FSt_TYPES_NUM 6 0002 0000000008 DefineStr +FSt_UNKNOWN 5 0003 0000000008 DefineStr +FStf_DISABLE 15 0004 0000000008 DefineStr +FTST 00775EE370 0001 OpCode +FUF_ALL (1 << FUf_ 0008 0000000010 DefineStr +FUF_CANCEL (1 << FUf_ 0002 0000000018 DefineStr +FUF_CLUS_ORDER (1 << FUf_ 0013 0000000018 DefineStr +FUF_DEL (1 << FUf_ 0004 0000000010 DefineStr +FUF_DIFF (1 << FUf_ 0008 0000000010 DefineStr +FUF_FLATTEN_TREE (1 << FUf_ 000E 0000000018 DefineStr +FUF_IGNORE (1 << FUf_ 0008 0000000018 DefineStr +FUF_JUST_AOT (1 << FUf_ 000D 0000000018 DefineStr +FUF_JUST_DD (1 << FUf_ 000D 0000000018 DefineStr +FUF_JUST_DIRS (1 << FUf_ 0018 0000000018 DefineStr +FUF_JUST_FILES (1 << FUf_ 0032 0000000018 DefineStr +FUF_JUST_GR (1 << FUf_ 000D 0000000018 DefineStr +FUF_JUST_JIT (1 << FUf_ 000D 0000000018 DefineStr +FUF_JUST_SRC (1 << FUf_ 000D 0000000018 DefineStr +FUF_JUST_TXT (1 << FUf_ 0010 0000000018 DefineStr +FUF_MAP (1 << FUf_ 0005 0000000010 DefineStr +FUF_PUBLIC (1 << FUf_ 0005 0000000018 DefineStr +FUF_RECURSE (1 << FUf_ 0022 0000000018 DefineStr +FUF_REPLACE (1 << FUf_ 0005 0000000018 DefineStr +FUF_SCAN_PARENTS (1 << FUf_ 000C 0000000018 DefineStr +FUF_SINGLE (1 << FUf_ 000E 0000000018 DefineStr +FUF_WHOLE_LABELS (1 << FUf_ 0008 0000000018 DefineStr +FUF_WHOLE_LABELS_AFTER (1 << FUf_ 0008 0000000020 DefineStr +FUF_WHOLE_LABELS_BEFORE (1 << FUf_ 0008 0000000020 DefineStr +FUG_FILES_FIND (FUF_RECUR 0021 00000000C0 DefineStr +FUG_FILE_FIND (FUF_JUST_ 0005 0000000038 DefineStr +FUN_SEG_CACHE_SIZE 256 0005 0000000008 DefineStr +FUN_SEG_CACHE_STR_LEN (sizeof(CF 0003 0000000038 DefineStr +FUf_ALL 3\t 000B 0000000008 DefineStr +FUf_CANCEL 4\t 0015 0000000008 DefineStr +FUf_CLUS_ORDER 17\t 000F 0000000008 DefineStr +FUf_DEL 1\t 0004 0000000008 DefineStr +FUf_DIFF 1\t 0008 0000000008 DefineStr +FUf_FLATTEN_TREE 19\t 000D 0000000008 DefineStr +FUf_IGNORE 2\t 0008 0000000008 DefineStr +FUf_JUST_AOT 14\t 000E 0000000008 DefineStr +FUf_JUST_DD 12\t 000E 0000000008 DefineStr +FUf_JUST_DIRS 9\t 000F 0000000008 DefineStr +FUf_JUST_FILES 10\t 0017 0000000008 DefineStr +FUf_JUST_GR 16\t 000E 0000000008 DefineStr +FUf_JUST_JIT 15\t 000E 0000000008 DefineStr +FUf_JUST_SRC 13\t 000E 0000000008 DefineStr +FUf_JUST_TXT 11\t 000F 0000000008 DefineStr +FUf_MAP 7\t 0007 0000000008 DefineStr +FUf_PUBLIC 6\t 0007 0000000008 DefineStr +FUf_RECURSE 0\t 001D 0000000008 DefineStr +FUf_REPLACE 5\t 000D 0000000008 DefineStr +FUf_SCAN_PARENTS 18\t 0007 0000000008 DefineStr +FUf_SINGLE 8\t 000D 0000000008 DefineStr +FUf_WHOLE_LABELS 20\t 0008 0000000008 DefineStr +FUf_WHOLE_LABELS_AFTER 22\t 0008 0000000008 DefineStr +FUf_WHOLE_LABELS_BEFORE 21\t 0008 0000000008 DefineStr +FWAIT 00775F04A8 0000 OpCode +FXAM 00775EE318 0000 OpCode +FXCH 00775EE3B0 0000 OpCode +FXRSTOR 00775EE0D0 0001 OpCode +FXSAVE 00775EE138 0002 OpCode +FXTRACT 00775EE688 0000 OpCode +FYL2X 00775EF368 0004 OpCode +FYL2XP1 00775EF310 0000 OpCode +FarCall32 000001EC11 000A Funct Public +Fault2 00000181FE 0003 ExportSysSym Imm +Fault3 000001807E 0003 ExportSysSym Imm +Fclex 000000AD0E 0002 Funct +Ff_ARGPOP 10 0006 0000000008 DefineStr +Ff_DOT_DOT_DOT 14 0005 0000000008 DefineStr +Ff_HASERRCODE 9 0004 0000000008 DefineStr +Ff_INTERNAL 12 000C 0000000008 DefineStr +Ff_INTERRUPT 8 0006 0000000008 DefineStr +Ff_NOARGPOP 11 0006 0000000008 DefineStr +Ff_RET1 15 0006 0000000008 DefineStr +Ff__EXTERN 13 0006 0000000008 DefineStr +FifoI64Count 0000010562 0003 0000000049 Funct Public +FifoI64Del 000001043A 0003 000000001C Funct Public +FifoI64Flush 0000010542 0008 0000000019 Funct Public +FifoI64Ins 000001045A 0004 0000000051 Funct Public +FifoI64New 00000103D2 0004 0000000061 Funct Public +FifoI64Peek 0000010502 0003 000000003B Funct Public +FifoI64Remove 00000104B2 0004 000000004D Funct Public +FifoU8Count 0000010382 0007 0000000049 Funct Public +FifoU8Del 000001026A 0003 000000001C Funct Public +FifoU8Flush 0000010362 000C 0000000019 Funct Public +FifoU8Insert 000001028A 000C 000000004B Funct Public +FifoU8New 000001020A 0009 000000005B Funct Public +FifoU8Peek 000001032A 0003 0000000037 Funct Public +FifoU8Remove 00000102DA 000C 0000000049 Funct Public +FileAttr 0000021872 000D 0000000026 Funct +FileCount 0077FC1350 0005 0000000041 Funct Public +FileExtDot 0000020E6A 0010 000000003D Funct Public +FileExtRemove 0000020EAA 0012 000000004B Funct Public +FileFind 000002DC20 0040 000000038B Funct Public +FileMgr 0076947028 000A 00000008CB Funct Public +FileNameAbs 0000021512 003C 0000000196 Funct Public +FileNameCheck 000002189A 000A 000000009B Funct Public +FileNameForm 00767AF828 0001 000000006E Funct Public +FileNameTmpTxt 000002193A 0003 000000003D Funct Public +FileOcc 00764BA540 0001 000000004D Funct Public +FileRead 000002E8B8 0028 00000002E9 Funct Public +FileWrite 000002EBA8 001D 00000001A4 Funct Public +FilesFind 000002DB80 0056 000000009D Funct Public +FilesFind2 000002DA90 0003 ExportSysSym Imm +FilesFindMatch 0000020F62 0026 00000002A4 Funct Public +FillU16Palindrome 00766C4238 0007 0000000022 Funct +FillU32Palindrome 00765685F0 0005 000000001F Funct +Find 007649FCF0 0049 000000011D Funct Public +FindFile 0076495028 0003 0000000455 Funct +FindWiz 0076494B18 0003 0000000301 Funct +FirstDayOfMon 000001189A 0004 0000000041 Funct Public +FirstDayOfYear 000001193A 0004 0000000045 Funct Public +Fix 0000020DF2 0003 0000000076 Funct Public +FixSet 0000020D82 0004 000000006F Funct Public +FlagsScan 000000F510 0076 0000000172 Funct Public +FlagsStrPrint 000000F688 0026 0000000088 Funct Public +Fldcw 000000ACEC 0002 Funct +Floor 000000AAF4 0005 Funct Public +FloorI64 000000CDD0 0004 000000004D Funct Public +FloorU64 000000CD50 000C 0000000028 Funct Public +FlushMessages 000001BEEB 000B 0000000035 Funct Public +Format 0000030950 0009 0000000168 Funct Public +FramePtr 0000010B82 000B 000000004F Funct Public +FramePtrAdd 0000010BD2 0009 000000002E Funct Public +FramePtrDel 0000010C62 0007 0000000064 Funct Public +FramePtrSet 0000010C02 0003 000000005F Funct Public +Free 000000DE10 0616 Funct Public +Freq2Ona 000001627E 0009 0000000058 Funct Public +Fs 0000000015 04B3 Funct Public +Fstcw 000000ACF7 0002 Funct +Fstsw 000000AD09 0002 Funct +FullCaw 0076982DC8 0001 00000000C2 Funct Public +FullSaw 00769838B0 0001 00000000BA Funct Public +FullTri 00769821B0 0001 0000000114 Funct Public +FunRep 0076978670 0003 0000000190 Funct Public +FunSegCacheAdd 0000030D30 0003 ExportSysSym Imm +FunSegCacheFind 0000030E20 0003 ExportSysSym Imm +FunSegFind 0000030C28 0006 0000000102 Funct Public +G 0000017786 0005 00000001AD Funct Public +G2 0000017936 0003 000000005A Funct Public +GOD_BAD_BITS 4 000C 0000000008 DefineStr +GOD_GOOD_BITS 24 0006 0000000008 DefineStr +GR2MV 0076B8FF28 0001 0000000257 Funct Public +GREEN 2 0018 0000000008 DefineStr +GRRead 0077315BC0 0007 0000000067 Funct Public +GRScreenCaptureRead 0076A6D228 0001 0000000060 Funct Public +GRScreenCaptureWrite 0077FBFF70 0001 0000000043 Funct Public +GRWrite 0077316460 0009 000000006A Funct Public +GR_FILE_MAX (offset(CD 0003 0000000060 DefineStr +GR_HEIGHT 768 0038 0000000008 DefineStr +GR_PEN_BRUSHES_NUM 64 002A 0000000008 DefineStr +GR_SCALE (1<<32) 0039 0000000008 DefineStr +GR_SCALE1_BITS 24 0035 0000000008 DefineStr +GR_SCALE2_BITS 8 0025 0000000008 DefineStr +GR_SCREEN_ZOOM_MAX 8 000A 0000000008 DefineStr +GR_WIDTH 1024 0045 0000000008 DefineStr +GR_Z_ALL (I32_MAX/2 0007 0000000010 DefineStr +GS 0000000505 0019 Reg +GVF_ALIAS 16 0006 0000000008 DefineStr +GVF_ARRAY 32 0004 0000000008 DefineStr +GVF_DATA_HEAP 8 0005 0000000008 DefineStr +GVF_EXTERN 4 0007 0000000008 DefineStr +GVF_FUN 1 0004 0000000008 DefineStr +GVF_IMPORT 2 0004 0000000008 DefineStr +GetLink 0076745A28 0005 0000000968 Funct +GetOutOfDollar 000000F350 0006 0000000062 Funct Public +GodBiblePassage 007671EA00 000A 0000000078 Funct Public +GodBitsInsert 00766AEE88 0007 000000003F Funct Public +GodBitsRemove 00766DD470 003A 0000000063 Funct Public +GodHexInsert 00766FBF28 0001 0000000065 Funct Public +GodInit 00767055B8 0003 0000000247 Funct +GodPick 00766AE388 0003 00000000F5 Funct +GodSong 00767CD828 000A 000000006B Funct Public +GodSongStr 0076651E28 0005 000000052D Funct Public +GodWord 00766EEEA8 000A 0000000059 Funct Public +GodWordStr 00766E5930 0001 0000000049 Funct Public +Gr2BSpline 0076A4C8A8 0001 0000000035 Funct Public +Gr2BSpline3 0076A3D368 0005 000000021C Funct Public +Gr2Bezier 0076A4D518 0001 0000000022 Funct Public +Gr2Bezier3 0076A75F80 0001 00000001FA Funct Public +Gr3BSpline 0076A4C1B0 0001 0000000035 Funct Public +Gr3BSpline3 0076A3C4C0 0005 000000021C Funct Public +Gr3Bezier 0076A4CFA0 0001 0000000022 Funct Public +Gr3Bezier3 0076A76190 0001 00000001FA Funct Public +Gr3Mesh 0076A29808 0005 0000000287 Funct Public +GrArrow3 0076A2B428 000D 00000004B5 Funct Public +GrBitMap1ToBitMap8 0076A8DA28 0001 000000006B Funct +GrBitMap4ToBitMap8 0076A7A398 0003 00000000A3 Funct +GrBitMapEdAddOutline 00769DA2B8 0003 0000000122 Funct +GrBitMapEdEtch 00769EE520 0003 0000000120 Funct +GrBitMapEdPrepPersistentDC 00769EAC38 003B 000000003A Funct +GrBitMapEdTrimToExtents 00769EDC68 0003 0000000191 Funct +GrBlot 007732A428 0029 0000001905 Funct Public +GrBlot3 00773BEC28 000D 0000000BE9 Funct Public +GrBorder 0076A2CFB0 000F 0000000090 Funct Public +GrCalcScreenUpdates 0076B8E948 0003 00000000AF Funct +GrCircle 00774E2DB0 0007 0000000074 Funct Public +GrCircle3 00773A0B70 000F 0000000073 Funct Public +GrClamp 0077348708 0003 0000000162 Funct Public +GrEllipse 0076A4E890 0001 0000000082 Funct Public +GrEllipse3 0076A44B60 000B 0000000299 Funct Public +GrFillCircle 0076A53FE0 0007 000000021B Funct Public +GrFillPoly3 0076A30EA0 0003 00000003D4 Funct Public +GrFillSemiCircle 0076A54228 0011 00000009BB Funct +GrFillTri0 0076A2E428 000D 000000187A Funct Public +GrFixZoomScale 0076B97008 0007 00000000A9 Funct +GrFloodFill 0076A7A450 000B 0000000139 Funct Public +GrFloodFill3 0076A7FA28 0005 00000000D6 Funct Public +GrFloodFillRay 0076A573F8 0003 00000001D8 Funct +GrHLine 0076A69A28 0025 0000000632 Funct Public +GrInit1 00773439F0 0003 0000000253 Funct +GrInit2 00773127D8 0003 00000001E1 Funct +GrInit3 00769E04F8 0003 00000000EA Funct +GrInit4 00769E02B8 0003 0000000122 Funct +GrLine 0076A4FC90 0033 00000000DA Funct Public +GrLine3 0076A48688 0041 00000002DA Funct Public +GrLineFat3 0076A48E28 0005 0000000652 Funct +GrLinePlot 0076B8AC28 0011 0000000039 Funct +GrLinePlot0 0077602AF0 0007 0000000075 Funct +GrPaletteGet 0077328ED0 0008 000000001B Funct Public +GrPaletteSet 0077328550 001A 000000001B Funct Public +GrPeek 0076A58598 001B 0000000106 Funct Public +GrPeek0 0076BCFA28 000B 0000000037 Funct Public +GrPlot 0076A66018 0011 0000000178 Funct Public +GrPlot0 0076B8CF10 0018 0000000212 Funct Public +GrPlot1 0076A65730 0015 0000000188 Funct +GrPlot3 0076A51828 0035 0000000649 Funct Public +GrPlot3B 0076A53278 0001 00000000E0 Funct Public +GrPrint 0076A73110 003A 0000000060 Funct Public +GrPrint3 0076A474B0 0005 0000000089 Funct Public +GrPutChar 0076A74228 0005 00000009F0 Funct Public +GrPutChar3 0077335580 0001 000000004B Funct Public +GrPutS 0076A75310 000B 000000011E Funct +GrRayLen 0076A6A828 0003 00000006BE Funct +GrRayLenMinus 0076A6EAA0 0005 00000001F6 Funct +GrRect 00773B1028 0047 0000001540 Funct Public +GrRect3 0076BD93C8 0009 000000007C Funct Public +GrRectB 0077348988 0001 0000000076 Funct Public +GrRegPoly 0076A4DAD0 0001 0000000086 Funct Public +GrRegPoly3 0076BD1958 0009 00000002A5 Funct Public +GrRopEquU8NoClipping 007732A202 0005 Funct +GrScaleZoom 0076B96A50 000F 0000000171 Funct Public +GrSetUpTables 00772F8628 0003 000000058D Funct +GrTextBox3 0076A32CE8 000B 00000001D4 Funct Public +GrTextDiamond3 0076A2AA80 000B 00000003B8 Funct Public +GrUpdateScreen 0076B8DB18 0003 00000000D0 Funct +GrUpdateScreen32 0076B8E258 0003 00000000B9 Funct +GrUpdateTaskODEs 00773AB028 0003 0000000098 Funct +GrUpdateTaskWin 007734A490 0003 0000000230 Funct +GrUpdateTasks 0076B97518 0003 00000001F0 Funct +GrUpdateTextBG 0076B918F0 0003 000000038E Funct +GrUpdateTextFG 0076B8FC28 0003 00000002F0 Funct +GrVLine 0076A58E28 001F 000000063D Funct Public +GrVPrint 0076A726D8 0003 0000000060 Funct Public +GrVPrint3 0076A468C0 0001 0000000089 Funct Public +GrVPutS 0076A73B18 0003 0000000122 Funct +GrZoomInScreen 0076B92E60 0001 0000000216 Funct +GridInit 000001AA23 0008 00000000AA Funct Public +Gs 0000000017 0038 Funct Public +HClf_LOCKED 0 001D 0000000008 DefineStr +HDR_NUM 16 0007 0000000008 DefineStr +HEAP_CTRL_SIGNATURE_VAL 'HcSV' 0006 0000000008 DefineStr +HLT 00775F3AB0 0002 OpCode +HL_CALLER_DEPTH 5 000B 0000000008 DefineStr +HL_HASH_SIZE 0x1000 0015 0000000008 DefineStr +HTF_EXPORT 0x02000000 0009 0000000010 DefineStr +HTF_GOTO_LABEL 0x10000000 0005 0000000010 DefineStr +HTF_IMM 0x08000000 000C 0000000010 DefineStr +HTF_IMPORT 0x04000000 0016 0000000010 DefineStr +HTF_LOCAL 0x80000000 0005 0000000010 DefineStr +HTF_PRIVATE 0x00800000 000A 0000000010 DefineStr +HTF_PUBLIC 0x01000000 0015 0000000010 DefineStr +HTF_RESOLVE 0x20000000 0006 0000000010 DefineStr +HTF_UNRESOLVED 0x40000000 0010 0000000010 DefineStr +HTG_ALL -1 0007 0000000008 DefineStr +HTG_FLAGS_MASK 0xFF000000 0003 0000000010 DefineStr +HTG_SRC_SYM (HTT_DEFIN 001A 0000000060 DefineStr +HTG_TYPE_MASK 0x1FFFF 000E 0000000008 DefineStr +HTT_ASM_KEYWORD 0x00400 000D 0000000010 DefineStr +HTT_CLASS 0x00010 0028 0000000010 DefineStr +HTT_DEFINE_STR 0x00004 0029 0000000010 DefineStr +HTT_DICT_WORD 0x00100 000D 0000000010 DefineStr +HTT_EXPORT_SYS_SYM 0x00001 002C 0000000010 DefineStr +HTT_FILE 0x02000 0008 0000000010 DefineStr +HTT_FRAME_PTR 0x10000 0006 0000000010 DefineStr +HTT_FUN 0x00040 0039 0000000010 DefineStr +HTT_GLOBAL_VAR 0x00008 0025 0000000010 DefineStr +HTT_HELP_FILE 0x08000 0014 0000000010 DefineStr +HTT_IMPORT_SYS_SYM 0x00002 0007 0000000010 DefineStr +HTT_INTERNAL_TYPE 0x00020 0018 0000000010 DefineStr +HTT_INVALID 0 0005 0000000008 DefineStr +HTT_KEYWORD 0x00200 0009 0000000010 DefineStr +HTT_MODULE 0x04000 0008 0000000010 DefineStr +HTT_OPCODE 0x00800 000E 0000000010 DefineStr +HTT_REG 0x01000 0007 0000000010 DefineStr +HTT_WORD 0x00080 0008 0000000010 DefineStr +HTf_EXPORT 25 0002 0000000008 DefineStr +HTf_GOTO_LABEL 28 0002 0000000008 DefineStr +HTf_IMM 27 0002 0000000008 DefineStr +HTf_IMPORT 26 0002 0000000008 DefineStr +HTf_LOCAL 31 0002 0000000008 DefineStr +HTf_PRIVATE 23 0002 0000000008 DefineStr +HTf_PUBLIC 24 0003 0000000008 DefineStr +HTf_RESOLVED 29 0002 0000000008 DefineStr +HTf_UNRESOLVED 30 0003 0000000008 DefineStr +HTt_ASM_KEYWORD 10 0003 0000000008 DefineStr +HTt_CLASS 4 0005 0000000008 DefineStr +HTt_DEFINE_STR 2 0004 0000000008 DefineStr +HTt_DICT_WORD 8 0003 0000000008 DefineStr +HTt_EXPORT_SYS_SYM 0 0004 0000000008 DefineStr +HTt_FILE 13 0004 0000000008 DefineStr +HTt_FRAME_PTR 16 0003 0000000008 DefineStr +HTt_FUN 6 0005 0000000008 DefineStr +HTt_GLOBAL_VAR 3 0005 0000000008 DefineStr +HTt_HELP_FILE 15 0003 0000000008 DefineStr +HTt_IMPORT_SYS_SYM 1 0003 0000000008 DefineStr +HTt_INTERNAL_TYPE 5 0004 0000000008 DefineStr +HTt_KEYWORD 9 0004 0000000008 DefineStr +HTt_MODULE 14 0004 0000000008 DefineStr +HTt_OPCODE 11 0003 0000000008 DefineStr +HTt_REG 12 0003 0000000008 DefineStr +HTt_TYPES_NUM 17 0005 0000000008 DefineStr +HTt_WORD 7 0004 0000000008 DefineStr +HasLower 0000030AB8 0004 ExportSysSym Imm +HashAdd 000000F833 0023 Funct Public +HashAddAfter 000000F860 0002 Funct Public +HashBucketFind 000000F81A 0003 Funct Public +HashDefineListAdd 0000010B2A 000B 0000000051 Funct Public +HashDel 00000106BA 0008 00000000F0 Funct Public +HashDepthRep 00766DE9F8 0001 0000000126 Funct Public +HashEntriesCompare 007664D0D0 0003 000000005C Funct +HashEntriesCompare2 00766C9E70 0003 0000000075 Funct +HashEntriesCompare3 0076649A18 0003 0000000090 Funct +HashEntrySize 00776165C8 0006 000000010B Funct Public +HashEntrySize2 00776166D8 0007 00000001A8 Funct Public +HashFind 000000F7D3 004C Funct Public +HashFunSegFind 0000030AF8 0004 ExportSysSym Imm +HashGenericAdd 00000108E2 0008 0000000081 Funct Public +HashListAdd 0000010AA2 0004 0000000081 Funct Public +HashPublic 0000010A22 000B 0000000079 Funct Public +HashRemDel 000000F882 0006 Funct Public +HashSingleTableFind 000000F7F4 000C Funct Public +HashSrcFileSet 000001096A 000E 00000000B4 Funct Public +HashStr 000000F7C0 0003 Funct Public +HashTableDel 00000107AA 0009 0000000061 Funct Public +HashTableNew 0000010672 0010 0000000044 Funct Public +HashTablePurge 0000010812 0005 00000000CF Funct Public +HashTableSize2 0077616880 0009 000000006F Funct Public +HashTypeNum 00000105B2 0013 000000002F Funct Public +HashVal 00000105E2 000E 000000008E Funct Public +HeapCtrlDel 000000E29C 0008 0000000054 Funct Public +HeapCtrlInit 000000E234 000A 0000000066 Funct Public +HeapCtrlWalk 0077383AA8 0005 000000008A Funct Public +HeapLog 0076566E50 0005 00000001AD Funct Public +HeapLogAddrRep 00766C13F8 0001 0000000184 Funct Public +HeapLogFree 00765621A8 0003 00000000AE Funct +HeapLogMAlloc 00766AEB80 0003 00000000AD Funct +HeapLogSizeRep 007648F480 0001 00000002DC Funct Public +HeapRep 0077448428 0001 00000001D2 Funct Public +HeapWalk 0077389E50 0001 0000000055 Funct Public +Help 000000F4C0 0011 000000004E Funct Public +HelpComment 00766D5E88 0003 000000022F Funct +HelpIndexCount 00766AEDD8 0005 0000000079 Funct +HelpIndexStr 00766ACB10 0003 00000000A0 Funct +HiCall 0076650A18 0003 Funct +HiMemCopy 0076650A2B 0005 Funct +HomeSet 000002DFB0 0003 0000000036 Funct Public +I0 00775ED278 0000 0000000000 IntType +I0 0000000042 0000 AsmKeyWord +I0i 00775ED508 0000 0000000000 IntType +I16 00775C4F58 0019 0000000002 Class +I16 0000000044 0001 AsmKeyWord +I16_MAX 0x7FFF 000A 0000000008 DefineStr +I16_MIN (-0x8000) 0008 0000000010 DefineStr +I16i 00775EBD38 0002 0000000002 IntType +I32 00775C4418 00F9 0000000004 Class +I32 0000000045 0004 AsmKeyWord +I32_MAX 0x7FFFFFFF 003E 0000000010 DefineStr +I32_MIN (-0x800000 0034 0000000010 DefineStr +I32i 0077604780 0002 0000000004 IntType +I64 00775C3580 1BC2 0000000008 Class +I64 0000000046 0001 AsmKeyWord +I64Get 0076786D58 0013 00000000DC Funct Public +I64_MAX 0x7FFFFFFF 0059 0000000018 DefineStr +I64_MIN (-0x800000 003F 0000000018 DefineStr +I64i 0077604230 0004 0000000008 IntType +I8 00775EC7D8 002D 0000000001 IntType +I8 0000000043 0000 AsmKeyWord +I8_MAX 0x7F 002D 0000000008 DefineStr +I8_MIN (-0x80) 0023 0000000008 DefineStr +I8i 00775ECA80 0010 0000000001 IntType +IA32F_LME 0x100 0003 0000000008 DefineStr +IA32F_SCE 0x001 0002 0000000008 DefineStr +IA32_EFER 0xC0000080 0005 0000000010 DefineStr +IA32_FS_BASE 0xC0000100 0003 0000000010 DefineStr +IA32_GS_BASE 0xC0000101 0003 0000000010 DefineStr +IA32_LAPIC_BASE 0x01B 0002 0000000008 DefineStr +ICAdd 0077618DA8 00AB ExportSysSym Imm +ICAddEct 0077633317 0007 ExportSysSym Imm +ICAddRSP 007762E5DF 0019 ExportSysSym Imm +ICAddSubEctEqu 007763483F 0007 ExportSysSym Imm +ICAddSubEctImm 00776335D7 000F ExportSysSym Imm +ICAndAnd 00776353C7 0003 ExportSysSym Imm +ICAndBranch 00776370C7 0004 ExportSysSym Imm +ICAndEqu 00776388A7 0003 ExportSysSym Imm +ICArgPut 0077612A3B 0006 ExportSysSym Imm +ICAssign 007763770F 0003 ExportSysSym Imm +ICAssignPostIncDec 00776364BF 0004 ExportSysSym Imm +ICBitOps 0077635A87 0009 ExportSysSym Imm +ICBrBitOps 00776379BF 000A ExportSysSym Imm +ICBuiltInFloatConst 007762F1BF 000F ExportSysSym Imm +ICClassPut 0077612963 0003 ExportSysSym Imm +ICComp 0077635687 0008 ExportSysSym Imm +ICCompAndBranch 00776366CF 000E ExportSysSym Imm +ICCopyTemplate 007763021F 0014 ExportSysSym Imm +ICDeref 007762FEDF 0003 ExportSysSym Imm +ICDerefPostIncDec 00776362C7 0004 ExportSysSym Imm +ICDiv 007763445F 0003 ExportSysSym Imm +ICDivEqu 0077634517 0004 ExportSysSym Imm +ICFAdd 0077632CC7 0003 ExportSysSym Imm +ICFCmp 007763138F 0006 ExportSysSym Imm +ICFCmpAndBranch 007763225F 0006 ExportSysSym Imm +ICFConvert 0077630457 000A ExportSysSym Imm +ICFConvert2 00776305BF 000E ExportSysSym Imm +ICFDiv 0077632C27 0003 ExportSysSym Imm +ICFMod 007763087F 0003 ExportSysSym Imm +ICFModEqu 00776314CF 0003 ExportSysSym Imm +ICFMul 0077632B17 0003 ExportSysSym Imm +ICFOp 0077630C3F 0006 ExportSysSym Imm +ICFOpEqu 00776317FF 0006 ExportSysSym Imm +ICFPostIncDec 00776330FF 0004 ExportSysSym Imm +ICFPow 0077630987 0003 ExportSysSym Imm +ICFPreIncDec 0077632FDF 0004 ExportSysSym Imm +ICFSub 0077632EBF 0003 ExportSysSym Imm +ICFTemplateFun 0077633267 0009 ExportSysSym Imm +ICFUnaryMinus 00776306CF 0003 ExportSysSym Imm +ICF_ALT_TEMPLATE 0x00800000 000C 0000000010 DefineStr +ICF_ARG1_TO_F64 0x00000000 0006 0000000010 DefineStr +ICF_ARG1_TO_INT 0x00000000 0006 0000000010 DefineStr +ICF_ARG1_WAS_STACK 0x00001000 0006 0000000010 DefineStr +ICF_ARG2_TO_F64 0x00000001 0007 0000000010 DefineStr +ICF_ARG2_TO_INT 0x00000002 0007 0000000010 DefineStr +ICF_ARG2_WAS_STACK 0x00002000 0004 0000000010 DefineStr +ICF_BY_VAL 0x00000080 0022 0000000010 DefineStr +ICF_CODE_FINAL 0x00000040 0011 0000000010 DefineStr +ICF_DEL_PREV_INS 0x04000000 0006 0000000010 DefineStr +ICF_DONT_RESTORE 0x10000000 0005 0000000010 DefineStr +ICF_LOCK 0x01000000 0019 0000000010 DefineStr +ICF_NO_RIP 0x02000000 0009 0000000010 DefineStr +ICF_PASS_TRACE 0x00000400 0008 0000000010 DefineStr +ICF_POP_CMP 0x00008000 0015 0000000010 DefineStr +ICF_PREV_DELETED 0x08000000 0006 0000000010 DefineStr +ICF_PUSH_CMP 0x00004000 001E 0000000010 DefineStr +ICF_PUSH_RES 0x00000200 0011 0000000010 DefineStr +ICF_RES_NOT_USED 0x00000020 0013 0000000010 DefineStr +ICF_RES_TO_F64 0x00000000 0031 0000000010 DefineStr +ICF_RES_TO_INT 0x00000000 0021 0000000010 DefineStr +ICF_RES_WAS_STACK 0x00000800 0004 0000000010 DefineStr +ICF_SHORT_JMP 0x00000100 0019 0000000010 DefineStr +ICF_SWAP 0x00010000 000B 0000000010 DefineStr +ICF_USE_F64 0x00000004 0014 0000000010 DefineStr +ICF_USE_INT 0x00000010 0016 0000000010 DefineStr +ICF_USE_UNSIGNED 0x00000008 000C 0000000010 DefineStr +ICFlagBranch 0077636FB7 0006 ExportSysSym Imm +ICG_NO_CONVERT_MASK 0x1FFFFFF0 000B 0000000010 DefineStr +ICLea 007762FD5F 0005 ExportSysSym Imm +ICLocalVarInit 007763921F 0003 ExportSysSym Imm +ICMinMax 007763833F 0006 ExportSysSym Imm +ICMod 0077634787 0003 ExportSysSym Imm +ICModU64 0077638527 0003 ExportSysSym Imm +ICModr1 007762E8A7 0016 ExportSysSym Imm +ICModr2 007762EB5F 0015 ExportSysSym Imm +ICMov 007762F27F 014B ExportSysSym Imm +ICMul 0077633E0F 0003 ExportSysSym Imm +ICMulEqu 00776340B7 0003 ExportSysSym Imm +ICNot 00776352CF 0003 ExportSysSym Imm +ICOpSizeRex 007762E4D7 0005 ExportSysSym Imm +ICOrEqu 00776389A7 0003 ExportSysSym Imm +ICOrOr 00776354A7 0003 ExportSysSym Imm +ICPop 007762EFAF 000B ExportSysSym Imm +ICPopRegs 007762F0B7 000D ExportSysSym Imm +ICPostIncDec 00776360C7 0004 ExportSysSym Imm +ICPreIncDec 0077635EDF 0006 ExportSysSym Imm +ICPush 007762EDD7 001D ExportSysSym Imm +ICPushRegs 007762EF57 0009 ExportSysSym Imm +ICPut 0077612D3B 000A ExportSysSym Imm +ICQueueInit 0077638007 0003 ExportSysSym Imm +ICQueueInsert 0077638087 0003 ExportSysSym Imm +ICQueueInsertRev 0077638197 0003 ExportSysSym Imm +ICQueueRemove 00776382A7 0003 ExportSysSym Imm +ICRex 007762E4A7 0013 ExportSysSym Imm +ICShift 0077634E6F 0006 ExportSysSym Imm +ICShiftEqu 0077634FDF 0004 ExportSysSym Imm +ICSlashOp 007762EC4F 002C ExportSysSym Imm +ICSqr 00776384D7 0004 ExportSysSym Imm +ICSub 0077633AFF 0003 ExportSysSym Imm +ICSwap 007763863F 0003 ExportSysSym Imm +ICSwitch 0077638B97 0004 ExportSysSym Imm +ICTest 007762F16F 000D ExportSysSym Imm +ICTestAndBranch 0077636DDF 0004 ExportSysSym Imm +ICToBool 0077635E6F 0003 ExportSysSym Imm +ICToF64 0077635E2F 0003 ExportSysSym Imm +ICToI64 0077635DEF 0003 ExportSysSym Imm +ICToUpper 0077635D7F 0003 ExportSysSym Imm +ICU16 007762E51F 0085 ExportSysSym Imm +ICU24 007762E54F 0061 ExportSysSym Imm +ICU32 007762E57F 0050 ExportSysSym Imm +ICU64 007762E5AF 000B ExportSysSym Imm +ICU8 007762E477 0062 ExportSysSym Imm +ICUnaries 0077635257 0004 ExportSysSym Imm +ICXorEqu 0077638AA7 0003 ExportSysSym Imm +ICXorXor 0077635597 0003 ExportSysSym Imm +ICZero 007762F10F 0015 ExportSysSym Imm +IC_ABS 0xB3 0007 0000000008 DefineStr +IC_ABS_ADDR 0x0D 0015 0000000008 DefineStr +IC_ABS_I64 0xA9 0007 0000000008 DefineStr +IC_ADD 0x36 001A 0000000008 DefineStr +IC_ADDR 0x20 0009 0000000008 DefineStr +IC_ADDR_IMPORT 0x0E 0006 0000000008 DefineStr +IC_ADD_CONST 0x38 0009 0000000008 DefineStr +IC_ADD_EQU 0x4F 0007 0000000008 DefineStr +IC_ADD_RSP 0x55 0009 0000000008 DefineStr +IC_ADD_RSP1 0x56 0008 0000000008 DefineStr +IC_AND 0x33 0009 0000000008 DefineStr +IC_AND_AND 0x41 000E 0000000008 DefineStr +IC_AND_EQU 0x4C 0007 0000000008 DefineStr +IC_ASM 0x61 0008 0000000008 DefineStr +IC_ASSIGN 0x44 0008 0000000008 DefineStr +IC_ASSIGN_MM 0x46 0006 0000000008 DefineStr +IC_ASSIGN_PP 0x45 0006 0000000008 DefineStr +IC_ATAN 0xB8 0008 0000000008 DefineStr +IC_BODY_SIZE 0x83 0005 0000000008 DefineStr +IC_BR_AND_AND_NOT_ZERO 0x9A 0004 0000000008 DefineStr +IC_BR_AND_AND_ZERO 0x99 0004 0000000008 DefineStr +IC_BR_AND_NOT_ZERO 0x96 0006 0000000008 DefineStr +IC_BR_AND_ZERO 0x95 0006 0000000008 DefineStr +IC_BR_BT 0x9D 0008 0000000008 DefineStr +IC_BR_BTC 0xA0 0006 0000000008 DefineStr +IC_BR_BTR 0x9F 0006 0000000008 DefineStr +IC_BR_BTS 0x9E 0006 0000000008 DefineStr +IC_BR_CARRY 0x87 0006 0000000008 DefineStr +IC_BR_EQU_EQU 0x89 000B 0000000008 DefineStr +IC_BR_EQU_EQU2 0x8F 0007 0000000008 DefineStr +IC_BR_GREATER 0x8D 0003 0000000008 DefineStr +IC_BR_GREATER2 0x93 0002 0000000008 DefineStr +IC_BR_GREATER_EQU 0x8C 0003 0000000008 DefineStr +IC_BR_GREATER_EQU2 0x92 0002 0000000008 DefineStr +IC_BR_LESS 0x8B 0003 0000000008 DefineStr +IC_BR_LESS2 0x91 0002 0000000008 DefineStr +IC_BR_LESS_EQU 0x8E 0007 0000000008 DefineStr +IC_BR_LESS_EQU2 0x94 0005 0000000008 DefineStr +IC_BR_MM_NOT_ZERO 0x98 0006 0000000008 DefineStr +IC_BR_MM_ZERO 0x97 0006 0000000008 DefineStr +IC_BR_NOT_BT 0xA1 0008 0000000008 DefineStr +IC_BR_NOT_BTC 0xA4 0006 0000000008 DefineStr +IC_BR_NOT_BTR 0xA3 0006 0000000008 DefineStr +IC_BR_NOT_BTS 0xA2 0006 0000000008 DefineStr +IC_BR_NOT_CARRY 0x88 0006 0000000008 DefineStr +IC_BR_NOT_EQU 0x8A 0005 0000000008 DefineStr +IC_BR_NOT_EQU2 0x90 0002 0000000008 DefineStr +IC_BR_NOT_ZERO 0x86 000E 0000000008 DefineStr +IC_BR_OR_OR_NOT_ZERO 0x9C 0004 0000000008 DefineStr +IC_BR_OR_OR_ZERO 0x9B 0004 0000000008 DefineStr +IC_BR_ZERO 0x85 0011 0000000008 DefineStr +IC_BSF 0x7E 0007 0000000008 DefineStr +IC_BSR 0x7F 0007 0000000008 DefineStr +IC_BT 0x77 0009 0000000008 DefineStr +IC_BTC 0x7A 0009 0000000008 DefineStr +IC_BTR 0x79 0009 0000000008 DefineStr +IC_BTS 0x78 0009 0000000008 DefineStr +IC_CALL 0x5C 0009 0000000008 DefineStr +IC_CALL_END 0x06 0015 0000000008 DefineStr +IC_CALL_END2 0x07 0009 0000000008 DefineStr +IC_CALL_EXTERN 0x60 0006 0000000008 DefineStr +IC_CALL_IMPORT 0x5F 0009 0000000008 DefineStr +IC_CALL_INDIRECT 0x5D 0006 0000000008 DefineStr +IC_CALL_INDIRECT2 0x5E 0009 0000000008 DefineStr +IC_CALL_START 0x05 0010 0000000008 DefineStr +IC_CARRY 0x6D 0009 0000000008 DefineStr +IC_CLFLUSH 0x64 0007 0000000008 DefineStr +IC_COM 0x21 0006 0000000008 DefineStr +IC_COS 0xB6 0007 0000000008 DefineStr +IC_DEREF 0x24 0016 0000000008 DefineStr +IC_DEREF_MM 0x26 0005 0000000008 DefineStr +IC_DEREF_PP 0x25 0005 0000000008 DefineStr +IC_DIV 0x31 0007 0000000008 DefineStr +IC_DIV_EQU 0x4A 0006 0000000008 DefineStr +IC_END 0x00 0006 0000000008 DefineStr +IC_END_EXP 0x02 000E 0000000008 DefineStr +IC_ENTER 0x57 0006 0000000008 DefineStr +IC_EQU_EQU 0x3A 000A 0000000008 DefineStr +IC_FS 0x15 0008 0000000008 DefineStr +IC_GET_LABEL 0x12 0007 0000000008 DefineStr +IC_GREATER 0x3E 0005 0000000008 DefineStr +IC_GREATER_EQU 0x3D 0006 0000000008 DefineStr +IC_GS 0x17 0007 0000000008 DefineStr +IC_HEAP_GLOBAL 0x0F 0006 0000000008 DefineStr +IC_HOLYC_TYPECAST 0x1F 0006 0000000008 DefineStr +IC_ICS_NUM 0xBA 0002 0000000008 DefineStr +IC_IMM_F64 0x0B 0037 0000000008 DefineStr +IC_IMM_I64 0x0A 0073 0000000008 DefineStr +IC_INVLPG 0x65 0007 0000000008 DefineStr +IC_IN_U16 0x67 0007 0000000008 DefineStr +IC_IN_U32 0x68 0007 0000000008 DefineStr +IC_IN_U8 0x66 0007 0000000008 DefineStr +IC_JMP 0x51 0013 0000000008 DefineStr +IC_LABEL 0x04 0022 0000000008 DefineStr +IC_LBTC 0x7D 0009 0000000008 DefineStr +IC_LBTR 0x7C 0009 0000000008 DefineStr +IC_LBTS 0x7B 0009 0000000008 DefineStr +IC_LEA 0x19 0011 0000000008 DefineStr +IC_LEAVE 0x5A 0006 0000000008 DefineStr +IC_LESS 0x3C 0006 0000000008 DefineStr +IC_LESS_EQU 0x3F 0008 0000000008 DefineStr +IC_MAX_I64 0xAD 0007 0000000008 DefineStr +IC_MAX_U64 0xAE 0007 0000000008 DefineStr +IC_MIN_I64 0xAB 0007 0000000008 DefineStr +IC_MIN_U64 0xAC 0007 0000000008 DefineStr +IC_MM_ 0x2A 0008 0000000008 DefineStr +IC_MOD 0x32 0006 0000000008 DefineStr +IC_MOD_EQU 0x4B 0006 0000000008 DefineStr +IC_MOD_U64 0xAF 0007 0000000008 DefineStr +IC_MOV 0x1A 001B 0000000008 DefineStr +IC_MOV_FS 0x16 0006 0000000008 DefineStr +IC_MOV_GS 0x18 0006 0000000008 DefineStr +IC_MUL 0x30 000F 0000000008 DefineStr +IC_MUL_EQU 0x49 0006 0000000008 DefineStr +IC_NOBOUND_SWITCH 0x54 0006 0000000008 DefineStr +IC_NOP1 0x01 0015 0000000008 DefineStr +IC_NOP2 0x03 000F 0000000008 DefineStr +IC_NOT 0x22 0008 0000000008 DefineStr +IC_NOT_EQU 0x3B 0005 0000000008 DefineStr +IC_OR 0x34 0006 0000000008 DefineStr +IC_OR_EQU 0x4D 0006 0000000008 DefineStr +IC_OR_OR 0x42 000B 0000000008 DefineStr +IC_OUT_U16 0x6A 0007 0000000008 DefineStr +IC_OUT_U32 0x6B 0007 0000000008 DefineStr +IC_OUT_U8 0x69 0007 0000000008 DefineStr +IC_POP 0x63 0007 0000000008 DefineStr +IC_POPCNT 0xB9 0007 0000000008 DefineStr +IC_POP_REGS 0x59 0006 0000000008 DefineStr +IC_POWER 0x2F 0007 0000000008 DefineStr +IC_PP_ 0x29 0006 0000000008 DefineStr +IC_PUSH 0x62 0007 0000000008 DefineStr +IC_PUSH_CMP 0x40 000A 0000000008 DefineStr +IC_PUSH_REGS 0x58 0007 0000000008 DefineStr +IC_QUEUE_INIT 0x80 0007 0000000008 DefineStr +IC_QUEUE_INSERT 0x81 0007 0000000008 DefineStr +IC_QUEUE_INSERT_REV 0x82 0007 0000000008 DefineStr +IC_QUEUE_REMOVE 0x83 0007 0000000008 DefineStr +IC_RAX_GET 0x6F 0007 0000000008 DefineStr +IC_RAX_SET 0x70 0009 0000000008 DefineStr +IC_RBP 0x13 0005 0000000008 DefineStr +IC_RBP_GET 0x71 0007 0000000008 DefineStr +IC_RBP_SET 0x72 0007 0000000008 DefineStr +IC_RDTSC 0x76 0007 0000000008 DefineStr +IC_REG 0x14 000E 0000000008 DefineStr +IC_RET 0x5B 000B 0000000008 DefineStr +IC_RETURN_VAL 0x08 0007 0000000008 DefineStr +IC_RETURN_VAL2 0x09 0006 0000000008 DefineStr +IC_RFLAGS_GET 0x6C 0007 0000000008 DefineStr +IC_RFLAGS_SET 0x6E 0007 0000000008 DefineStr +IC_RIP 0x75 0006 0000000008 DefineStr +IC_RSP_GET 0x73 0007 0000000008 DefineStr +IC_RSP_SET 0x74 0007 0000000008 DefineStr +IC_SHL 0x2B 0006 0000000008 DefineStr +IC_SHL_CONST 0x2D 000C 0000000008 DefineStr +IC_SHL_EQU 0x47 0007 0000000008 DefineStr +IC_SHR 0x2C 0006 0000000008 DefineStr +IC_SHR_CONST 0x2E 0008 0000000008 DefineStr +IC_SHR_EQU 0x48 0007 0000000008 DefineStr +IC_SIGN_I64 0xAA 0007 0000000008 DefineStr +IC_SIN 0xB5 0007 0000000008 DefineStr +IC_SIZEOF 0x10 0007 0000000008 DefineStr +IC_SQR 0xB2 0008 0000000008 DefineStr +IC_SQRT 0xB4 0007 0000000008 DefineStr +IC_SQR_I64 0xB0 0007 0000000008 DefineStr +IC_SQR_U64 0xB1 0007 0000000008 DefineStr +IC_STRLEN 0x84 0007 0000000008 DefineStr +IC_STR_CONST 0x0C 0008 0000000008 DefineStr +IC_SUB 0x37 000F 0000000008 DefineStr +IC_SUB_CALL 0x52 0009 0000000008 DefineStr +IC_SUB_CONST 0x39 0004 0000000008 DefineStr +IC_SUB_EQU 0x50 0007 0000000008 DefineStr +IC_SWAP_I64 0xA8 0008 0000000008 DefineStr +IC_SWAP_U16 0xA6 0008 0000000008 DefineStr +IC_SWAP_U32 0xA7 0008 0000000008 DefineStr +IC_SWAP_U8 0xA5 0008 0000000008 DefineStr +IC_SWITCH 0x53 0006 0000000008 DefineStr +IC_TAN 0xB7 0007 0000000008 DefineStr +IC_TOUPPER 0x1E 0007 0000000008 DefineStr +IC_TO_BOOL 0x1D 0007 0000000008 DefineStr +IC_TO_F64 0x1C 0007 0000000008 DefineStr +IC_TO_I64 0x1B 0007 0000000008 DefineStr +IC_TYPE 0x11 0004 0000000008 DefineStr +IC_UNARY_MINUS 0x23 0007 0000000008 DefineStr +IC_XOR 0x35 0006 0000000008 DefineStr +IC_XOR_EQU 0x4E 0006 0000000008 DefineStr +IC_XOR_XOR 0x43 0006 0000000008 DefineStr +IC__MM 0x28 0008 0000000008 DefineStr +IC__PP 0x27 0008 0000000008 DefineStr +ICf_DONT_POP_FLOAT0 24 0006 0000000008 DefineStr +ICf_DONT_PUSH_FLOAT0 21 0009 0000000008 DefineStr +ICf_LOCK 28 0004 0000000008 DefineStr +IDEATABlkSel 0000023C22 0002 ExportSysSym Imm +IDEATACmd 0000023EEA 000E ExportSysSym Imm +IDEATAGetDevId 00000242FA 0004 ExportSysSym Imm +IDEATAGetRes 0000023F2A 0005 ExportSysSym Imm +IDEATANop 0000023E6A 0002 ExportSysSym Imm +IDEATAPIClose 0000024AA2 0005 ExportSysSym Imm +IDEATAPIReadCapacity 0000024712 0002 ExportSysSym Imm +IDEATAPIReadTrackInfo 0000024842 0002 ExportSysSym Imm +IDEATAPISeek 0000024192 0004 ExportSysSym Imm +IDEATAPISetMaxSpeed 00000240E2 0002 ExportSysSym Imm +IDEATAPIStartStop 0000024242 0003 00000000B2 Funct +IDEATAPISync 00000249D2 0006 ExportSysSym Imm +IDEATAPIWriteBlks 0000024B52 0003 ExportSysSym Imm +IDEATAPIWritePacketWord 0000024082 000B ExportSysSym Imm +IDEATAProbe 0000024952 0004 000000007F Funct +IDEATAReadNativeMax 000002441A 0002 ExportSysSym Imm +IDEATAWaitDRQ 0000023DEA 0005 ExportSysSym Imm +IDEATAWaitNotBUSY 0000023D6A 0013 ExportSysSym Imm +IDIV 00775F4948 0000 OpCode +IDTET_IRQ 0x0E 0005 0000000008 DefineStr +IDTET_TASK 0x05 0002 0000000008 DefineStr +IDTET_TRAP 0x0F 0002 0000000008 DefineStr +IEF_48_REX 0x040 000A 0000000008 DefineStr +IEF_DEFAULT 0x010 0004 0000000008 DefineStr +IEF_DONT_SWITCH_MODES 0x008 0004 0000000008 DefineStr +IEF_ENDING_ZERO 0x400 0005 0000000008 DefineStr +IEF_GOTO_LABEL 1 0006 0000000008 DefineStr +IEF_IMM_NOT_REL 1 0005 0000000008 DefineStr +IEF_NOT_IN_64_BIT 0x020 0006 0000000008 DefineStr +IEF_OP_SIZE16 0x001 0006 0000000008 DefineStr +IEF_OP_SIZE32 0x002 0008 0000000008 DefineStr +IEF_PLUS_OPCODE 0x004 0007 0000000008 DefineStr +IEF_REX_ONLY_R8_R15 0x080 0007 0000000008 DefineStr +IEF_REX_XOR_LIKE 0x100 0006 0000000008 DefineStr +IEF_STI_LIKE 0x200 000B 0000000008 DefineStr +IET_ABS_ADDR 20 0008 0000000008 DefineStr +IET_CODE_HEAP 21 0007 0000000008 DefineStr +IET_DATA_HEAP 23 0008 0000000008 DefineStr +IET_END 0 0003 0000000008 DefineStr +IET_IMM32_EXPORT 17 0007 0000000008 DefineStr +IET_IMM64_EXPORT 19 0008 0000000008 DefineStr +IET_IMM_I64 11 000F 0000000008 DefineStr +IET_IMM_U0 3 0005 0000000008 DefineStr +IET_IMM_U16 7 0006 0000000008 DefineStr +IET_IMM_U32 9 0007 0000000008 DefineStr +IET_IMM_U8 5 0007 0000000008 DefineStr +IET_MAIN 25 0006 0000000008 DefineStr +IET_REL32_EXPORT 16 0007 0000000008 DefineStr +IET_REL64_EXPORT 18 0005 0000000008 DefineStr +IET_REL_I0 2 000C 0000000008 DefineStr +IET_REL_I16 6 0009 0000000008 DefineStr +IET_REL_I32 8 000A 0000000008 DefineStr +IET_REL_I64 10 0008 0000000008 DefineStr +IET_REL_I8 4 0008 0000000008 DefineStr +IET_ZEROED_CODE_HEAP 22 0007 0000000008 DefineStr +IET_ZEROED_DATA_HEAP 24 0007 0000000008 DefineStr +IMPORT 0000000055 0002 AsmKeyWord +IMUL 00775F4B60 0000 OpCode +IMUL2 00775F4A58 000B OpCode +IN 00775F3950 0001 OpCode +INC 00775F4E28 0037 OpCode +INS 00775F38D8 0000 OpCode +INSB 00775F3898 0000 OpCode +INSD 00775F37E8 0000 OpCode +INSW 00775F3840 0000 OpCode +INT 00775F3660 0027 OpCode +INT3 00775F3738 0000 OpCode +INTO 00775F3790 0000 OpCode +INT_FAULT 000000F997 0003 ExportSysSym Imm +INT_FAULT_ERR_CODE_BITMAP 000000FA1A 0003 ExportSysSym Imm +INT_MP_CRASH_ADDR 000000F8ED 0003 ExportSysSym Imm +INT_WAKE 000000F8F1 0003 ExportSysSym Imm +INVALID_CLUS (-1) 0013 0000000008 DefineStr +INVALID_PTR I64_MAX 0026 0000000008 DefineStr +INVD 00775F3620 0000 OpCode +INVLPG 00775EDFC8 0000 OpCode +IOAPICARB 0x02 0002 0000000008 DefineStr +IOAPICID 0x00 0002 0000000008 DefineStr +IOAPICVER 0x01 0002 0000000008 DefineStr +IOAPIC_DATA 0xFEC00010 0002 0000000010 DefineStr +IOAPIC_REG 0xFEC00000 0002 0000000010 DefineStr +IOREDTAB 0x10 0002 0000000008 DefineStr +IRET 00775F35C8 0004 OpCode +IRQKbd 000001A743 0003 ExportSysSym Imm +IRQMouseHard 000001B083 0003 ExportSysSym Imm +IRQ_TIMER 000000F90C 0003 ExportSysSym Imm +ISOInit 000002FB78 0004 ExportSysSym Imm +ISOT_BOOT_RECORD 0 0006 0000000008 DefineStr +ISOT_PRI_VOL_DESC 1 0005 0000000008 DefineStr +ISOT_SUPPLEMENTARY_DESC 2 0006 0000000008 DefineStr +ISOT_TERMINATOR 255 0006 0000000008 DefineStr +ISOT_VOL_DRIVE_DESC 3 0002 0000000008 DefineStr +IST_ASSIGN 2 0016 0000000008 DefineStr +IST_CMP 3 0009 0000000008 DefineStr +IST_DEREF 1 000D 0000000008 DefineStr +IST_NULL 0 0099 0000000008 DefineStr +IS_0_ARG 0 0035 0000000008 DefineStr +IS_1_ARG 1 0039 0000000008 DefineStr +IS_2_ARG 2 005B 0000000008 DefineStr +IS_V_ARG 3 0008 0000000008 DefineStr +I_BPT 0x03 0003 0000000008 DefineStr +I_DEBUG 0x32 0006 0000000008 DefineStr +I_DIV_ZERO 0x00 0003 0000000008 DefineStr +I_MP_CRASH 0x30 0005 0000000008 DefineStr +I_NMI 0x02 0003 0000000008 DefineStr +I_PAGE_FAULT 0x0E 0003 0000000008 DefineStr +I_SINGLE_STEP 0x01 0002 0000000008 DefineStr +I_TIMER 0x20 0004 0000000008 DefineStr +I_USER 0x40 0002 0000000008 DefineStr +I_WAKE 0x31 0006 0000000008 DefineStr +In 000001EA5B 000F 0000000065 Funct Public +InCharGet 00766D24A0 0001 000000015A Funct Public +InFile 000001E9EB 0008 000000006B Funct Public +InGetStr 00766D7358 0001 00000000C2 Funct Public +InKeyGet 0076738AD8 0001 00000000F0 Funct Public +InPrint 00766FB0F0 0001 0000000064 Funct Public +InSetMouse 00766D37B0 0001 00000000DE Funct Public +InSetMousePlot 00766F1C28 0003 0000000046 Funct +InStr 000001E983 000B 0000000068 Funct Public +InU16 0000000067 0004 Funct Public +InU32 0000000068 0003 Funct Public +InU8 0000000066 0028 Funct Public +InUntilChar 00766EDAE0 0001 000000004D Funct Public +InUntilKey 00766EE058 0001 000000004D Funct Public +InView 00766F1038 0001 000000001E Funct Public +InputFilterTask 000001BC63 0004 000000016F Funct +InsertNote 00766AE260 0025 0000000112 Funct +InstEntriesCompare 0077616B08 0004 ExportSysSym Imm +InstEntryFind 0077616D60 0004 ExportSysSym Imm +IntCore0TimerHandler 0000015F0E 0003 ExportSysSym Imm +IntDivZero 000000FC0A 0003 ExportSysSym Imm +IntEntryAlloc 000000FB02 0003 000000003C Funct Public +IntEntryFree 000000FB42 0003 000000003B Funct Public +IntEntryGet 000000FA3A 0004 0000000040 Funct Public +IntEntrySet 000000FA7A 000D 0000000088 Funct Public +IntFaultHandlersNew 000000FCCA 0003 ExportSysSym Imm +IntInit1 000000FD32 0004 ExportSysSym Imm +IntInit2 000000FDA2 0003 ExportSysSym Imm +IntMPCrash 0000020092 0003 ExportSysSym Imm +IntNop 000000FBCA 0003 ExportSysSym Imm +IntPICInit 000000FB82 0003 ExportSysSym Imm +InvalidatePage 0000000065 0004 Funct Public +IsDebugMode 0000016706 0011 0000000013 Funct Public +IsDir 000002E3D8 000C 000000007A Funct Public +IsDotC 0000020EFA 0004 0000000067 Funct Public +IsEditableText 00769135D0 0027 0000000031 Funct +IsInHeap 00773A7028 0001 000000006A Funct Public +IsInHeapCtrl 00773B2628 000A 000000007E Funct Public +IsLexExpression2Bin 0077621806 0007 0000000029 Funct Public +IsMute 000001658E 0004 0000000013 Funct Public +IsPixCovered0 007732A1C3 0023 Funct Public +IsRaw 0000016676 0022 0000000026 Funct Public +IsSilent 00000165CE 0004 000000001C Funct Public +IsSingleUser 00000166C6 0006 0000000013 Funct Public +IsSuspended 000001CA73 0003 0000000035 Funct Public +IsSysDebug 0000016616 0003 0000000013 Funct Public +JA 00775F56E0 000A OpCode +JAE 00775F5B08 000A OpCode +JB 00775F5C70 0012 OpCode +JBE 00775F57D0 0000 OpCode +JC 00775F5C10 0013 OpCode +JCXZ 00775F4F80 0001 OpCode +JE 00775F59B0 000F OpCode +JECXZ 00775F4F40 0000 OpCode +JG 00775F5050 000F OpCode +JGE 00775F5230 0014 OpCode +JIFFY_FREQ 1000 0016 0000000008 DefineStr +JL 00775F5320 000B OpCode +JLE 00775F5140 000C OpCode +JMP 00775F5DD8 004D OpCode +JNA 00775F5770 0000 OpCode +JNAE 00775F5B98 0000 OpCode +JNB 00775F5AA8 0000 OpCode +JNBE 00775F5680 0000 OpCode +JNC 00775F7A70 000B OpCode +JNE 00775F58C0 0019 OpCode +JNG 00775F50E0 0000 OpCode +JNGE 00775F52C0 0000 OpCode +JNL 00775F51D0 0000 OpCode +JNLE 00775F4FF0 0000 OpCode +JNO 00775F5CE8 0000 OpCode +JNP 00775F5410 0000 OpCode +JNS 00775F5578 000C OpCode +JNZ 00775F5860 0038 OpCode +JO 00775F5D60 0000 OpCode +JOBCf_LOCKED 0 0023 0000000008 DefineStr +JOBT_CALL 3 0006 0000000008 DefineStr +JOBT_EXE_STR 2 0004 0000000008 DefineStr +JOBT_MESSAGE 1 0006 0000000008 DefineStr +JOBT_SPAWN_TASK 4 0004 0000000008 DefineStr +JOBT_TEXT_INPUT 0 0004 0000000008 DefineStr +JOBf_ADD_TO_QUE 8 000A 0000000008 DefineStr +JOBf_DISPATCHED 6 0005 0000000008 DefineStr +JOBf_DONE 5 0007 0000000008 DefineStr +JOBf_DONT_FILTER 3 0010 0000000008 DefineStr +JOBf_EXIT_ON_COMPLETE 2 0008 0000000008 DefineStr +JOBf_FOCUS_MASTER 1 0012 0000000008 DefineStr +JOBf_FREE_ON_COMPLETE 7 000E 0000000008 DefineStr +JOBf_HIGHEST_PRIORITY 4 0004 0000000008 DefineStr +JOBf_WAKE_MASTER 0 0014 0000000008 DefineStr +JP 00775F5500 0000 OpCode +JPE 00775F54A0 0000 OpCode +JPO 00775F53B0 0000 OpCode +JRCXZ 00775F4EE8 0000 OpCode +JS 00775F55F0 0019 OpCode +JZ 00775F5950 004D OpCode +JobCtrlInit 000001D923 0004 ExportSysSym Imm +JobDel 000001D8C3 000F 000000001D Funct Public +JobQueue 000001FB72 0006 0000000104 Funct Public +JobQueueDel 000001D8E3 0007 ExportSysSym Imm +JobResGet 000001DE5B 0003 000000007E Funct Public +JobResScan 000001DD93 0012 00000000C8 Funct Public +JobRunOne 000001E053 0004 ExportSysSym Imm +JobsHandler 000001E3EB 0008 000000009E Funct Public +KBDC_DISABLE_MS 0xA7 0003 0000000008 DefineStr +KBDC_ENABLE_KBD 0xAE 0002 0000000008 DefineStr +KBDC_ENABLE_MS 0xA8 0003 0000000008 DefineStr +KBDC_LED 0xED 0002 0000000008 DefineStr +KBDC_SCAN_CODES 0xF0 0002 0000000008 DefineStr +KBDC_TYPEMATIC 0xF3 0002 0000000008 DefineStr +KBD_CTRL 0x64 0014 0000000008 DefineStr +KBD_PORT 0x60 000E 0000000008 DefineStr +KDDocPutKey 0076758A20 0003 0000000036 Funct +KDDocPutS 00767600D8 0003 000000003A Funct +KDF_HAS_DESCS 1 0004 0000000008 DefineStr +KDInputFilterPutKey 00000187F6 0003 ExportSysSym Imm +KDInputFilterPutS 000001882E 0003 ExportSysSym Imm +KDRawPutKey 000001878E 0003 ExportSysSym Imm +KDRawPutS 00000187B6 0003 ExportSysSym Imm +KERNEL_BIN_C \"Kernel.B 000D 0000000010 DefineStr +KERNEL_BIN_C \"Kernel.B 0005 0000000010 DefineStr +KERNEL_MODULE_NAME \"/Kernel/ 0005 0000000018 DefineStr +KMCompare 00773D0A28 0003 000000004C Funct +KMComparePrepare 00773A3210 0005 00000000B8 Funct +KMain 0000031CD8 0003 ExportSysSym Imm +KW_ARGPOP 46 0002 0000000008 DefineStr +KW_ASM 16 0004 0000000008 DefineStr +KW_ASSERT 34 0002 0000000008 DefineStr +KW_BREAK 19 0002 0000000008 DefineStr +KW_CASE 23 0007 0000000008 DefineStr +KW_CATCH 3 0006 0000000008 DefineStr +KW_CLASS 4 0006 0000000008 DefineStr +KW_DEFAULT 24 0007 0000000008 DefineStr +KW_DEFINE 1 0002 0000000008 DefineStr +KW_DEFINED 43 0002 0000000008 DefineStr +KW_DO 15 0006 0000000008 DefineStr +KW_ELSE 7 000C 0000000008 DefineStr +KW_END 22 0008 0000000008 DefineStr +KW_ENDIF 33 0008 0000000008 DefineStr +KW_EXE 18 0002 0000000008 DefineStr +KW_EXTERN 10 0002 0000000008 DefineStr +KW_FOR 8 0004 0000000008 DefineStr +KW_GOTO 17 0002 0000000008 DefineStr +KW_HASERRCODE 45 0002 0000000008 DefineStr +KW_HELP_FILE 40 0002 0000000008 DefineStr +KW_HELP_INDEX 39 0002 0000000008 DefineStr +KW_IF 6 000D 0000000008 DefineStr +KW_IFAOT 31 0008 0000000008 DefineStr +KW_IFDEF 29 0008 0000000008 DefineStr +KW_IFJIT 32 0008 0000000008 DefineStr +KW_IFNDEF 30 0008 0000000008 DefineStr +KW_IMPORT 27 0002 0000000008 DefineStr +KW_INCLUDE 0 0002 0000000008 DefineStr +KW_INTERRUPT 44 0002 0000000008 DefineStr +KW_KWS_NUM 89 0002 0000000008 DefineStr +KW_LASTCLASS 37 0002 0000000008 DefineStr +KW_LOCK 42 0004 0000000008 DefineStr +KW_NOARGPOP 47 0002 0000000008 DefineStr +KW_NOREG 36 0003 0000000008 DefineStr +KW_NO_WARN 38 0002 0000000008 DefineStr +KW_OFFSET 26 0002 0000000008 DefineStr +KW_PUBLIC 25 0002 0000000008 DefineStr +KW_REG 35 0003 0000000008 DefineStr +KW_RETURN 12 0002 0000000008 DefineStr +KW_SIZEOF 13 0002 0000000008 DefineStr +KW_START 21 0007 0000000008 DefineStr +KW_STATIC 41 0002 0000000008 DefineStr +KW_SWITCH 20 0004 0000000008 DefineStr +KW_TRY 5 0004 0000000008 DefineStr +KW_UNION 2 0008 0000000008 DefineStr +KW_WHILE 9 0007 0000000008 DefineStr +KW__EXTERN 11 0002 0000000008 DefineStr +KW__IMPORT 28 0002 0000000008 DefineStr +KW__INTERN 14 0002 0000000008 DefineStr +KbdBuildSC 000001A253 0005 ExportSysSym Imm +KbdCmdFlush 00000193EB 0008 ExportSysSym Imm +KbdCmdRead 0000019383 0007 ExportSysSym Imm +KbdCmdSend 000001930B 0018 ExportSysSym Imm +KbdHandler 000001A843 0003 ExportSysSym Imm +KbdInit 000001A79B 0004 000000009D Funct +KbdLEDsSet 000001943B 0004 ExportSysSym Imm +KbdMessagesQueue 000001A973 0006 0000000081 Funct +KbdMouseCmdAck 00000194D3 0007 ExportSysSym Imm +KbdMouseEventTime 000001A9FB 000E 0000000026 Funct Public +KbdMouseHandler 000001B9F3 0006 00000000D9 Funct +KbdMouseInit 000001BAD3 0004 0000000189 Funct +KbdMouseReset 000001B88B 0006 ExportSysSym Imm +KbdMouseTimeCB 0076703ED0 0003 0000000040 Funct +KbdPacketRead 000001A63B 0004 ExportSysSym Imm +KbdTypeMatic 000001958B 0006 0000000073 Funct Public +KeyDescSet 0000018686 00EE 0000000051 Funct Public +KeyDevAdd 0000018706 000A 0000000084 Funct Public +KeyDevInit 0000018ACE 0003 ExportSysSym Imm +KeyDevRemove 00000186DE 0004 0000000022 Funct Public +KeyGet 000001C07B 0016 0000000156 Funct Public +KeyMap 00773A1268 0001 00000000AB Funct Public +KeyMapCtrlAltFamily 007740EE28 0006 00000001AB Funct +KeyMapFamily 00773BAD78 0010 00000000EF Funct +KeyMapFamily2 00773D2C28 0007 00000000FA Funct +KeyMapKeyMStrPrint 00773A57E8 0005 0000000164 Funct +KeyMapKeyPrint 00773AA8E0 000B 0000000055 Funct +KeyScan 000001BFE3 000B 0000000093 Funct Public +Kill 000001C953 0025 00000000C8 Funct Public +LAHF 00775F3570 0000 OpCode +LAPICF_APIC_ENABLED 0x100 0003 0000000008 DefineStr +LAPIC_APIC_ID (LAPIC_BAS 0003 0000000018 DefineStr +LAPIC_APIC_VERSION (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_ARBITRATION_PRIORITY (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_BASE 0xFEE00000 0017 0000000010 DefineStr +LAPIC_DFR (LAPIC_BAS 0003 0000000018 DefineStr +LAPIC_EOI (LAPIC_BAS 0006 0000000018 DefineStr +LAPIC_ICR_HIGH (LAPIC_BAS 0003 0000000018 DefineStr +LAPIC_ICR_LOW (LAPIC_BAS 000A 0000000018 DefineStr +LAPIC_IRR (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_ISR (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LDR (LAPIC_BAS 0003 0000000018 DefineStr +LAPIC_LOG_DST (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LVT_ERR (LAPIC_BAS 0004 0000000018 DefineStr +LAPIC_LVT_LINT0 (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LVT_LINT1 (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LVT_PERF (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LVT_THERMAL (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_LVT_TIMER (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_PROCESSOR_PRIORITY (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_SVR (LAPIC_BAS 0003 0000000018 DefineStr +LAPIC_TASK_PRIORITY (LAPIC_BAS 0002 0000000018 DefineStr +LAPIC_TMR (LAPIC_BAS 0002 0000000018 DefineStr +LAR 00775F34E0 0000 OpCode +LBEqual 000000ADF6 0036 Funct Public +LBtc 000000007D 0004 Funct Public +LBtr 000000007C 00DC Funct Public +LBts 000000007B 0117 Funct Public +LDF_JUST_LOAD 2 0003 0000000008 DefineStr +LDF_NO_ABSS 1 0004 0000000008 DefineStr +LDF_SILENT 4 0005 0000000008 DefineStr +LEA 00775F3468 0014 OpCode +LEAVE 00775F3428 0009 OpCode +LFBFlush 0000015D76 0021 000000000F Funct Public +LFSF_DEFINE 2 0005 0000000008 DefineStr +LFSF_DOC 1 000A 0000000008 DefineStr +LGDT 00775F3398 0002 OpCode +LIDT 00775F32A8 0001 OpCode +LIST 0000000056 0000 AsmKeyWord +LK_ADDR 11 0005 0000000008 DefineStr +LK_BIBLE_FIND 8 000F 0000000008 DefineStr +LK_DEF 9 0009 0000000008 DefineStr +LK_DOC 12 000F 0000000008 DefineStr +LK_DOC_ANCHOR 13 0007 0000000008 DefineStr +LK_DOC_FIND 14 0007 0000000008 DefineStr +LK_DOC_LINE 15 0011 0000000008 DefineStr +LK_FILE 0 000D 0000000008 DefineStr +LK_FILE_ANCHOR 1 000B 0000000008 DefineStr +LK_FILE_FIND 2 000B 0000000008 DefineStr +LK_FILE_LINE 3 000F 0000000008 DefineStr +LK_HELP_INDEX 10 0009 0000000008 DefineStr +LK_MAN_PAGE 4 0005 0000000008 DefineStr +LK_PLACE_ANCHOR 16 0005 0000000008 DefineStr +LK_PLAIN 5 0007 0000000008 DefineStr +LK_PLAIN_FIND 6 0009 0000000008 DefineStr +LK_PLAIN_LINE 7 000D 0000000008 DefineStr +LLDT 00775F31D8 0000 OpCode +LMF_EXACT 2 0004 0000000008 DefineStr +LMF_IGNORE_CASE 1 000E 0000000008 DefineStr +LMSW 00775F3108 0000 OpCode +LOCK 00775F3050 0017 OpCode +LODSB 00775F2FF8 0011 OpCode +LODSD 00775F2F48 0003 OpCode +LODSQ 00775F2EF0 0002 OpCode +LODSW 00775F2FA0 0000 OpCode +LOOP 00775F2E80 0014 OpCode +LOOPE 00775F2E28 0000 OpCode +LOOPNE 00775F2D78 0000 OpCode +LOOPNZ 00775F2D38 0000 OpCode +LOOPZ 00775F2DE8 0000 OpCode +LSL 00775F2CA8 0000 OpCode +LTBLUE 9 000B 0000000008 DefineStr +LTCYAN 11 0005 0000000008 DefineStr +LTGRAY 7 0011 0000000008 DefineStr +LTGREEN 10 000F 0000000008 DefineStr +LTPURPLE 13 0004 0000000008 DefineStr +LTR 00775F2C50 0001 OpCode +LTRED 12 0011 0000000008 DefineStr +LXchgI64 000000AF18 0003 Funct Public +LXchgU16 000000AF3E 0002 Funct Public +LXchgU32 000000AF2C 0002 Funct Public +LXchgU8 000000AF53 0002 Funct Public +LastDayOfMon 00000118E2 0004 0000000055 Funct Public +LastDayOfYear 0000011982 0004 000000004B Funct Public +LastFun 007762338E 0006 Funct Public +LeftClickCtrlBttn 00766EC5F8 0003 0000000039 Funct +LeftClickHWinScroll 00766DB3B0 0003 000000009F Funct +LeftClickTermBttn 0076648128 0003 0000000021 Funct +LeftClickVWinScroll 00766DAA28 0003 000000009F Funct +LeftClickViewAngles 007671BE10 0003 00000000C7 Funct +Letter2BlkDev 0000025FBA 0023 000000003C Funct Public +Letter2BlkDevType 0000026582 000E 0000000083 Funct Public +Letter2Drive 000002660A 0032 0000000084 Funct Public +Letter2Letter 0000026522 0011 0000000059 Funct Public +Lex 0000000000 0001 NULL +Lex 0077614CE0 017C 00000018B0 Funct Public +LexAttachDoc 0077614878 000C 0000000143 Funct Public +LexBackupLastChar 00776131B3 0005 ExportSysSym Imm +LexCharGet 0077613D60 0036 0000000908 Funct Public +LexD2I32 007762355F 001F 00000000A6 Funct Public +LexD3I32 0077623607 0009 00000000D9 Funct Public +LexDocRead 00776147E8 0003 ExportSysSym Imm +LexDollar 0077613CE8 0005 ExportSysSym Imm +LexExcept 007761276B 0102 00000000E2 Funct Public +LexExpression 00776218E6 0010 000000003F Funct Public +LexExpression2Bin 007762176E 0009 0000000093 Funct Public +LexExpressionF64 007762188E 0007 0000000054 Funct Public +LexExpressionI64 0077621836 0034 0000000054 Funct Public +LexExtStr 00776138FB 0018 00000000EC Funct Public +LexFilePop 0077613A4B 0004 ExportSysSym Imm +LexFilePush 00776139EB 0005 ExportSysSym Imm +LexFirstRemove 0077614698 0007 00000000BC Funct Public +LexInStr 00776149C0 0003 ExportSysSym Imm +LexIncludeStr 0077614758 0005 ExportSysSym Imm +LexPopNoRestore 00776132C3 0016 000000002B Funct Public +LexPopRestore 0077613253 0007 000000006E Funct Public +LexPush 00776131FB 0012 0000000053 Funct Public +LexPutLine 007761251B 0006 000000009C Funct Public +LexPutPos 00776125BB 0006 00000000CC Funct Public +LexPutToken 00776123EB 0004 000000012B Funct Public +LexSkipEol 0077614668 0007 000000002B Funct Public +LexStatement2Bin 0000000000 0001 NULL +LexStatement2Bin 007762391F 0005 0000000141 Funct Public +LexWarn 007761268B 000F 00000000D9 Funct Public +Line 0076BD9EA8 0022 0000000357 Funct Public +LineRep 0076493B00 0009 000000011F Funct Public +LineRep1 0076644AB0 0005 0000000076 Funct +LineRep2 0076561040 0005 00000000BA Funct +LinkCheck 0076562358 0001 00000001B9 Funct Public +LinkCheckDoc 00766C1660 0003 0000000162 Funct +LinkCheckFile 0076519A28 0003 0000000040 Funct +LinkedListCopy 000000FE7A 0003 0000000047 Funct Public +LinkedListCount 000000FEC2 0011 0000000026 Funct Public +LinkedListDel 000000FE52 000E 0000000027 Funct Public +LinkedListSize 000000FEEA 0006 000000002C Funct Public +ListMatch 000000B9A4 000E 0000000128 Funct Public +ListSub 000000B944 000C 0000000059 Funct Public +Ln 000000ACD6 0004 Funct Public +Load 00000112A2 0004 00000001E6 Funct +LoadDocDefines 007663EA28 0007 0000000400 Funct +LoadKernel 000001148A 0003 ExportSysSym Imm +LoadOneImport 0000010CCA 0004 ExportSysSym Imm +LoadPass1 0000010F22 0004 ExportSysSym Imm +LoadPass2 00000111F2 0003 ExportSysSym Imm +Log10 000000ACAA 0008 Funct Public +Log2 000000ACC0 0003 Funct Public +LongLines 007656AE80 0001 00000000CE Funct Public +LongLinesFile 0076482020 0003 0000000090 Funct +LowPass1 00773B6470 0003 000000004C Funct +MAlloc 000000DC46 0189 Funct Public +MAllocAligned 000000E01C 0006 0000000075 Funct Public +MAllocIdent 000000DFAC 0034 000000004A Funct Public +MBR_PT_FAT12 0x01 0002 0000000008 DefineStr +MBR_PT_FAT32a 0x0B 0004 0000000008 DefineStr +MBR_PT_FAT32b 0x0C 0003 0000000008 DefineStr +MBR_PT_FAT32c 0x1B 0003 0000000008 DefineStr +MBR_PT_FAT32d 0x1C 0003 0000000008 DefineStr +MBR_PT_FAT32e 0x8B 0003 0000000008 DefineStr +MBR_PT_FAT32f 0x8C 0003 0000000008 DefineStr +MBR_PT_NTFS 0x07 0003 0000000008 DefineStr +MBR_PT_REDSEA 0x88 0008 0000000008 DefineStr +MBS_UNUSED_SIGNATURE_VAL 'MBUn' 0005 0000000008 DefineStr +MBS_USED_SIGNATURE_VAL 'MBUs' 0004 0000000008 DefineStr +MDF_DISP 0x0800 0074 0000000008 DefineStr +MDF_IMM 0x0200 0056 0000000008 DefineStr +MDF_NULL 0x0000 000D 0000000008 DefineStr +MDF_REG 0x0400 01B2 0000000008 DefineStr +MDF_RIP_DISP32 0x2000 0018 0000000008 DefineStr +MDF_SIB 0x1000 0038 0000000008 DefineStr +MDF_STACK 0x0100 002B 0000000008 DefineStr +MDG_DISP_SIB_RIP (MDF_DISP 0017 0000000028 DefineStr +MDG_MASK 0xFF00 0049 0000000008 DefineStr +MDG_REG_DISP_SIB (MDF_REG 0007 0000000020 DefineStr +MDG_REG_DISP_SIB_RIP (MDF_REG 000E 0000000020 DefineStr +MDf_DISP 11 0008 0000000008 DefineStr +MDf_IMM 9 0005 0000000008 DefineStr +MDf_REG 10 0009 0000000008 DefineStr +MDf_RIP_DISP32 13 0008 0000000008 DefineStr +MDf_SIB 12 0008 0000000008 DefineStr +MDf_STACK 8 0008 0000000008 DefineStr +MEM_1GIG_NUM 00000098A8 000A ExportSysSym Imm +MEM_2MEG_NUM 00000098A0 0009 ExportSysSym Imm +MEM_512GIG_NUM 00000098B0 0009 ExportSysSym Imm +MEM_BOOT_BASE 0000007C3C 0007 ExportSysSym Imm +MEM_DEFAULT_STACK (MEM_PAG_S 0004 0000000018 DefineStr +MEM_E801 0000007C40 000A ExportSysSym Imm +MEM_E820 0000007C44 000A ExportSysSym Imm +MEM_E820_ENTRIES_NUM 48 0006 0000000008 DefineStr +MEM_E820t_ACPI 3 0005 0000000008 DefineStr +MEM_E820t_ACPI_NVS 4 0005 0000000008 DefineStr +MEM_E820t_BAD_MEM 5 0005 0000000008 DefineStr +MEM_E820t_PERM_MEM 7 0005 0000000008 DefineStr +MEM_E820t_RESERVED 2 0005 0000000008 DefineStr +MEM_E820t_USABLE 1 0007 0000000008 DefineStr +MEM_EXECUTIVE_STACK (MEM_PAG_S 0003 0000000018 DefineStr +MEM_EXTRA_HASH2_PAGS 2 0006 0000000008 DefineStr +MEM_FREE_PAG_HASH_SIZE 0x100 0007 0000000008 DefineStr +MEM_HEAP_BASE 0000009880 0006 ExportSysSym Imm +MEM_HEAP_HASH_SIZE 1024 000D 0000000008 DefineStr +MEM_HEAP_LIMIT 0000009888 0006 ExportSysSym Imm +MEM_INTERRUPT_STACK (MEM_PAG_S 0005 0000000018 DefineStr +MEM_MAPPED_SPACE 0000009898 0006 ExportSysSym Imm +MEM_MIN_MEG 256 0008 0000000008 DefineStr +MEM_PAGE_SIZE 0000009890 0008 ExportSysSym Imm +MEM_PAG_BITS 9 001A 0000000008 DefineStr +MEM_PAG_SIZE (1 << MEM_ 000B 0000000018 DefineStr +MEM_PHYSICAL_SPACE 0000008004 0008 ExportSysSym Imm +MEM_PML2 00000098B8 000A ExportSysSym Imm +MEM_PML3 00000098C0 000A ExportSysSym Imm +MEM_PML4 00000098C8 0008 ExportSysSym Imm +MEM_SYSTEM_STACK (MEM_PAG_S 0003 0000000018 DefineStr +MESH_WORKSPACE_SIZE 4000 0009 0000000008 DefineStr +MESSAGE_CMD 1 000A 0000000008 DefineStr +MESSAGE_KEY_DOWN 2 006E 0000000008 DefineStr +MESSAGE_KEY_DOWN_UP -2\t 000E 0000000008 DefineStr +MESSAGE_KEY_UP 3 000D 0000000008 DefineStr +MESSAGE_MS_L_DOWN 5 0030 0000000008 DefineStr +MESSAGE_MS_L_DOWN_UP -5\t 0002 0000000008 DefineStr +MESSAGE_MS_L_D_DOWN 7 0006 0000000008 DefineStr +MESSAGE_MS_L_D_DOWN_UP -7\t 0002 0000000008 DefineStr +MESSAGE_MS_L_D_UP 8 0008 0000000008 DefineStr +MESSAGE_MS_L_UP 6 006C 0000000008 DefineStr +MESSAGE_MS_MOVE 4 0038 0000000008 DefineStr +MESSAGE_MS_R_DOWN 9 0016 0000000008 DefineStr +MESSAGE_MS_R_DOWN_UP -9\t 0002 0000000008 DefineStr +MESSAGE_MS_R_D_DOWN 11 0006 0000000008 DefineStr +MESSAGE_MS_R_D_DOWN_UP -11 0002 0000000008 DefineStr +MESSAGE_MS_R_D_UP 12 0008 0000000008 DefineStr +MESSAGE_MS_R_UP 10 0026 0000000008 DefineStr +MESSAGE_NULL 0 0004 0000000008 DefineStr +MGFind 007655F680 0003 0000000039 Funct +MHeapCtrl 000000DF11 000B Funct Public +MLF_DEFAULT_AVAILABLE 1 0008 0000000008 DefineStr +MLF_DOT_DOT_DOT 16 0005 0000000008 DefineStr +MLF_FUN 8 0007 0000000008 DefineStr +MLF_LASTCLASS 2 0005 0000000008 DefineStr +MLF_NO_UNUSED_WARN 32 0005 0000000008 DefineStr +MLF_STATIC 64 0004 0000000008 DefineStr +MLF_STR_DEFAULT_AVAILABLE 4 0009 0000000008 DefineStr +MLMF_IS_STR 1 0005 0000000008 DefineStr +MM0 0000000700 0000 Reg +MM1 0000000701 0000 Reg +MM2 0000000702 0000 Reg +MM3 0000000703 0000 Reg +MM4 0000000704 0000 Reg +MM5 0000000705 0000 Reg +MM6 0000000706 0000 Reg +MM7 0000000707 0000 Reg +MODULE_SIZE 1 * BLK_SI 000C 0000000010 DefineStr +MODULE_SIZE 1 * BLK_SI 000B 0000000010 DefineStr +MODULE_SIZE 2 * BLK_SI 0013 0000000010 DefineStr +MOV 00775F7E28 0591 OpCode +MOVSB 00775F2C10 0000 OpCode +MOVSD 00775F2B60 0002 OpCode +MOVSQ 00775F2B08 0000 OpCode +MOVSW 00775F2BB8 0000 OpCode +MOVSX 00775F2A58 0000 OpCode +MOVSXD 00775F2A00 0000 OpCode +MOVZX 00775F2968 0018 OpCode +MOV_CR0_EAX 00775EDDB0 0007 OpCode +MOV_CR0_RAX 00775EDAB0 0000 OpCode +MOV_CR2_EAX 00775EDCF0 0000 OpCode +MOV_CR2_RAX 00775ED9D0 0000 OpCode +MOV_CR3_EAX 00775EDC30 0001 OpCode +MOV_CR3_RAX 00775ED910 0000 OpCode +MOV_CR4_EAX 00775EDB70 0001 OpCode +MOV_CR4_RAX 00775ED850 0001 OpCode +MOV_EAX_CR0 00775EDD50 0004 OpCode +MOV_EAX_CR2 00775EDC90 0000 OpCode +MOV_EAX_CR3 00775EDBD0 0000 OpCode +MOV_EAX_CR4 00775EDB10 0001 OpCode +MOV_RAX_CR0 00775EDA50 0000 OpCode +MOV_RAX_CR2 00775ED970 0001 OpCode +MOV_RAX_CR3 00775ED8B0 0000 OpCode +MOV_RAX_CR4 00775ED7F0 0001 OpCode +MPAPICInit 000001FA32 0004 ExportSysSym Imm +MPCPURep 00764A6560 0003 0000000091 Funct +MPDrawIt 00769FA0C0 0003 0000000316 Funct +MPHalt 000001FA12 0008 0000000020 Funct Public +MPInt 000001F8FA 000A 00000000A8 Funct Public +MPIntAll 000001F9A2 0003 000000004B Funct Public +MPNMInt 000001F9F2 0004 000000001F Funct Public +MPN_VECT 0x97 0008 0000000008 DefineStr +MP_PROCESSORS_NUM 128 0018 0000000008 DefineStr +MP_VECT_ADDR (MPN_VECT 000E 0000000018 DefineStr +MPrintDate 0000011E52 0004 0000000062 Funct +MPrintQ 0000011EBA 0003 ExportSysSym Imm +MPrintTime 0000011DF2 0004 000000005B Funct +MPrintq 00000120AA 0003 ExportSysSym Imm +MRT_DEV 2 0003 0000000008 DefineStr +MRT_RAM 1 0002 0000000008 DefineStr +MRT_UNUSED 0 0005 0000000008 DefineStr +MSF_FIXED 2 0004 0000000008 DefineStr +MSF_INACTIVE 1 000C 0000000008 DefineStr +MSRRead 000000B15E 0002 Funct Public +MSRWrite 000000B176 0002 Funct Public +MSize 000000DEC7 0030 Funct Public +MSize2 000000DEEE 00B1 Funct Public +MStrPrint 00000140BE 0167 0000000045 Funct Public +MStrUtil 000000F2D0 0024 000000007B Funct Public +MT_CD 1 0002 0000000008 DefineStr +MT_CHAR 2 000D 0000000008 DefineStr +MT_DVD 2 0006 0000000008 DefineStr +MT_MESSAGE 1 0005 0000000008 DefineStr +MT_NULL 0 0003 0000000008 DefineStr +MUL 00775F4BE8 0000 OpCode +MULPD 00775ED798 0000 OpCode +MV_FILE_MAX 0x007FF000 0005 0000000010 DefineStr +MacroTask 007675E268 0003 00000000BD Funct +MakeAll 0077FC3A40 0005 0000000042 Funct +MakeAll 0076643800 0005 000000007A Funct +Man 00000316E8 0003 0000000098 Funct Public +MapFileLoad 0076644638 0007 000000029C Funct Public +MapFileWrite 00776168F0 0003 ExportSysSym Imm +MassFind 0077379770 0001 000000008F Funct Public +MassFindNum 0077377B68 0001 000000003D Funct Public +MassOrSpringFind 0077406628 0001 0000000191 Funct Public +Mat4x4Equ 007731C2C0 0009 0000000023 Funct Public +Mat4x4IdentEqu 0077322950 000E 000000003A Funct Public +Mat4x4IdentNew 0077322168 0009 000000001F Funct Public +Mat4x4MulMat4x4Equ 0076BD92D8 000B 00000000DA Funct Public +Mat4x4MulMat4x4New 0076BDA820 0003 0000000030 Funct Public +Mat4x4MulXYZ 0077347AF0 0041 0000000103 Funct Public +Mat4x4New 0076BD8528 0005 0000000026 Funct Public +Mat4x4NormSqr65536 0077321C08 0005 00000000AE Funct Public +Mat4x4RotX 007732BE40 0010 00000000EF Funct Public +Mat4x4RotY 0076BD76E0 000C 00000000EF Funct Public +Mat4x4RotZ 0077347C08 000D 00000000F2 Funct Public +Mat4x4Scale 0077313678 0005 0000000052 Funct Public +Mat4x4TranslationAdd 00772FD848 0003 0000000056 Funct Public +Mat4x4TranslationEqu 00772FCE30 0003 0000000056 Funct Public +Max 000000CCE8 0009 0000000020 Funct Public +MaxI64 00000000AD 001F Funct Public +MaxU64 00000000AE 0002 Funct Public +Mem32DevAlloc 000000E4CC 0003 00000000E9 Funct Public +Mem32DevFree 000000E5BC 0003 0000000060 Funct Public +Mem32DevInit 000000E40C 0003 ExportSysSym Imm +Mem32DevIns 000000E2F4 0004 ExportSysSym Imm +Mem64DevAlloc 000000E61C 0004 00000000A7 Funct Public +Mem64DevFree 000000E6C4 0003 000000004D Funct Public +MemBIOSRep 007663F828 0001 000000044E Funct Public +MemBIOSTotal 000000E78C 000F 000000007B Funct Public +MemCompare 000000ADA4 0014 Funct Public +MemCopy 000000AD85 016D Funct Public +MemPagAlloc 000000D6EE 0004 0000000154 Funct Public +MemPagFree 000000D846 0004 000000009F Funct Public +MemPagTaskAlloc 000000D8E6 0004 ExportSysSym Imm +MemPagTaskFree 000000D9B6 0004 ExportSysSym Imm +MemPageRep 00766C17D8 0001 000000019C Funct Public +MemPageTable 000000D65E 0007 000000003E Funct Public +MemRep 00764896E8 0001 0000000316 Funct Public +MemRepTask 007649E428 0005 0000000956 Funct +MemSet 000000AD12 0080 Funct Public +MemSetI64 000000AD68 0003 Funct Public +MemSetU16 000000AD2F 0004 Funct Public +MemSetU32 000000AD4C 0008 Funct Public +MemberAdd 0077613433 0006 ExportSysSym Imm +MemberClassBaseFind 00776133EB 0004 0000000044 Funct +MemberFind 0077613383 0008 0000000064 Funct Public +MemberListCmp 0077613623 0003 ExportSysSym Imm +MemberListDel 007761371B 0005 00000000B5 Funct +MemberListNew 00776135F3 0005 ExportSysSym Imm +MemberListSize 0077613823 0004 ExportSysSym Imm +MemberMetaData 00776132F3 0007 0000000042 Funct Public +MemberMetaFind 007761333B 0003 0000000041 Funct Public +MenuDel 0076941548 0003 000000003C Funct Public +MenuDelSub 0077FC14B0 0005 0000000041 Funct +MenuEntryFind 0076948BA0 000C 000000008B Funct Public +MenuEntryWidth 0076940F18 000B 0000000066 Funct +MenuFile 0076942128 0005 0000000061 Funct Public +MenuFilePush 0077FC1628 0003 0000000041 Funct Public +MenuNew 00769429C0 0005 000000008C Funct Public +MenuNewSub 007694CB88 0005 00000001D4 Funct +MenuPop 0076940BE0 0004 0000000036 Funct Public +MenuPush 0077FC15B0 0003 0000000041 Funct Public +MenuSubEntryFind 0076948F80 0003 0000000035 Funct Public +MenuTask 007694B128 0005 000000002D Funct +Merge 0076488380 0001 0000000138 Funct Public +Merge2 007648B8C8 0005 0000000138 Funct +MeshCleanUp 00769F0D60 0003 000000003B Funct +MeshClipCopy 00769F6210 0005 0000000138 Funct +MeshClipCut 0076A27BC0 0003 0000000072 Funct +MeshClipDel 0076A91A28 0003 000000006C Funct +MeshClipInit 0076A268A8 0005 000000001E Funct +MeshClipPaste 0076A007C0 0003 00000000C6 Funct +MeshClipReset 00769F6A70 0003 0000000023 Funct +MeshColorTris 00769FC980 0003 0000000067 Funct +MeshCurSnap 00773479D0 0009 000000010D Funct +MeshCursorW 00769F75A0 0017 0000000259 Funct +MeshFence 0076A04D68 0005 00000000C8 Funct +MeshInit 00769F5798 0003 00000000B7 Funct +MeshInvertAxis 00769FFCA8 0007 0000000083 Funct +MeshLoad 0076B123C8 0003 00000000E6 Funct +MeshP0Capture 0076A01278 000D 0000000037 Funct +MeshP0Offset 0076A54C28 0011 0000000062 Funct +MeshPolygon 0076A34218 0007 0000000072 Funct +MeshPrism 0077FC0438 0003 0000000046 Funct +MeshRecalcCxCy 00769FBD00 0009 000000005E Funct +MeshRevTris 0076A34190 0003 0000000078 Funct +MeshS2W 0076A23F38 0003 00000000C0 Funct +MeshSave 00769F1330 0003 00000000BF Funct +MeshScaleZoom 00769FACC8 0005 000000019F Funct +MeshSelCount 00769FE988 0015 000000005E Funct +MeshSetW2S 0077608D20 0003 0000000046 Funct +MeshSize 0076A586B0 0003 0000000099 Funct +MeshSwapAxes 00769FE0E8 0007 000000008C Funct +MeshTransformSel 00769FCFF0 0003 00000000DF Funct +MeshTriDel 0077FC03C0 0009 0000000041 Funct +MeshTriNew 0076A04318 0013 000000008B Funct +MeshTriSelAll 0077FC0628 0017 0000000045 Funct +MeshTriSelRect 00769FF148 0003 00000001D4 Funct +MeshUpdateMenu 00769F02E8 0003 00000002DB Funct +MeshVertexDel 0076A126F0 0009 00000000A9 Funct +MeshVertexFindNum 0076A134A8 0003 000000003E Funct +MeshVertexFindScrPt 0076A13AE0 000B 00000000B6 Funct +MeshVertexIgnoreSet 0077FC0790 0005 0000000043 Funct +MeshVertexNew 0076A04CF8 0007 000000005B Funct +MeshVertexSelAll 0076A02258 001F 000000003F Funct +MeshVertexSelRect 00769FFE58 0003 00000000B3 Funct +MeshW2S 00769F9770 0003 000000008D Funct +Message 000001E01B 0039 0000000036 Funct Public +MessageGet 000001BF23 0042 000000006A Funct Public +MessagePost 000001DF63 0009 0000000069 Funct Public +MessagePostWait 000001DFD3 0007 0000000041 Funct Public +MessageScan 000001BDD3 0015 0000000118 Funct Public +Min 000000CCC8 0005 0000000020 Funct Public +MinI64 00000000AB 0011 Funct Public +MinU64 00000000AC 0002 Funct Public +ModU64 00000000AF 000E Funct Public +Mount 00773CD810 0003 0000000019 Funct Public +Mount2 0076964A28 0004 00000009E1 Funct +MountFile 007697B960 0005 000000009D Funct Public +MountIDEAuto 00000256B2 0003 0000000144 Funct Public +MouseHardDriverInstall 000001B923 0004 00000000CA Funct +MouseHardEnable 000001B8D3 0005 000000004D Funct Public +MouseHardGetType 000001B0DB 0004 ExportSysSym Imm +MouseHardHandler 000001B683 0003 ExportSysSym Imm +MouseHardPacketRead 000001AFE3 0004 ExportSysSym Imm +MouseHardReset 000001B11B 0003 ExportSysSym Imm +MouseHardSet 000001B7C3 0004 ExportSysSym Imm +MouseHardSetPost 000001B46B 0004 ExportSysSym Imm +MouseHardSetPre 000001B42B 0004 ExportSysSym Imm +MouseHardSpeedSet 000001B38B 0003 ExportSysSym Imm +MouseInit 000001AEF3 0004 00000000EE Funct +MouseSet 000001ADAB 0006 0000000141 Funct Public +MouseUpdate 000001AAD3 0006 00000002D1 Funct +Move 0076989080 0010 0000000034 Funct Public +MusicSetMeter 007697FF40 0003 0000000087 Funct +MusicSetNoteLen 007697F8A8 0003 0000000155 Funct +MusicSetOctave 0077FC0D98 0003 0000000048 Funct +MusicSettingsReset 007697D2F0 0005 00000000A6 Funct +Mute 000001653E 0004 000000004B Funct Public +MyPutKey 0076314228 0003 00000008AE Funct +MyPutS 0076341C00 0003 000000000A Funct +NEG 00775F4C70 0000 OpCode +NOLIST 0000000057 0000 AsmKeyWord +NONE 0 0017 0000000008 DefineStr +NOP 00775F7068 0000 OpCode +NOP2 00775F7010 0000 OpCode +NORMAL_KEY_SCAN_DECODE_TABLE 000001921B 0005 ExportSysSym Imm +NOT 00775F4CF8 0010 OpCode +NULL 0 0791 0000000008 DefineStr +Name2DirClus 000002779B 0012 00000001BC Funct +Name2ParentDirClus 000002795B 0004 00000001D2 Funct +NewFiles 00767C7828 0001 00000000D8 Funct Public +Noise 00769AD918 0005 0000000091 Funct Public +Note2Ona 007697F390 0003 0000000037 Funct Public +Now 0000011BAA 0024 0000000028 Funct Public +NowDateTimeStruct 0000011A7A 0003 ExportSysSym Imm +OCF_ALIAS 1 0005 0000000008 DefineStr +OC_ADDR_SIZE_PREFIX 0x67 0004 0000000008 DefineStr +OC_BPT 0xCC 0004 0000000008 DefineStr +OC_CALL 0xE8 0002 0000000008 DefineStr +OC_JMP_REL8 0xEB 0006 0000000008 DefineStr +OC_LOCK_PREFIX 0xF0 0010 0000000008 DefineStr +OC_NOP 0x90 0010 0000000008 DefineStr +OC_NOP2 (OC_NOP << 0002 0000000028 DefineStr +OC_OP_SIZE_PREFIX 0x66 0014 0000000008 DefineStr +ODEApplyAccelerationLimit 0077383B90 0003 0000000079 Funct +ODECalcDrag 00773AE758 0003 00000000E8 Funct +ODECalcSprings 00773B6EC0 0003 0000000114 Funct +ODECallDerivative 0077375B30 0019 0000000154 Funct +ODECallMPDerivative 007739F6A0 0005 0000000062 Funct +ODECashKarp 007738C428 0003 0000000551 Funct +ODEDel 007737C3E0 0001 0000000083 Funct Public +ODEF_BUSY 8 0006 0000000008 DefineStr +ODEF_HAS_MASSES 1 0008 0000000008 DefineStr +ODEF_PAUSED 2 0008 0000000008 DefineStr +ODEF_STARTED 4 0006 0000000008 DefineStr +ODEInternal2State 0077386428 0003 000000006C Funct +ODEMPSleep 0077376B80 0003 000000005B Funct +ODEMPTask 007739CD68 0003 000000006C Funct +ODEMPWake 0077377130 0003 00000000B6 Funct +ODENew 00773CE828 0001 00000000FF Funct Public +ODEOneStep 0077377AD0 0001 0000000084 Funct +ODEPause 0077384270 0003 000000004C Funct Public +ODERK4OneStep 00773A5960 0001 00000001DE Funct +ODERK5OneStep 00773499F0 0003 000000020B Funct +ODERenum 0077385228 0001 0000000068 Funct Public +ODEResetInactive 0077FBF198 0001 0000000046 Funct Public +ODEResetPtrs 00773A3A10 0005 000000009C Funct +ODESetMassesPtrs 007738A428 0007 000000006A Funct +ODESize 007737CAE0 0004 0000000049 Funct Public +ODEState2Internal 007737AE20 0003 00000000D3 Funct +ODEa2 0.2 0003 0000000008 DefineStr +ODEa3 0.3 0003 0000000008 DefineStr +ODEa4 0.6 0003 0000000008 DefineStr +ODEa5 1.0 0003 0000000008 DefineStr +ODEa6 0.875 0003 0000000008 DefineStr +ODEb21 0.2 0003 0000000008 DefineStr +ODEb31 (3.0 / 40. 0003 0000000010 DefineStr +ODEb32 (9.0 / 40. 0003 0000000010 DefineStr +ODEb41 0.3 0003 0000000008 DefineStr +ODEb42 (-0.9) 0003 0000000008 DefineStr +ODEb43 1.2 0003 0000000008 DefineStr +ODEb51 (-11.0 / 5 0003 0000000010 DefineStr +ODEb52 2.5 0003 0000000008 DefineStr +ODEb53 (-70.0 / 2 0003 0000000010 DefineStr +ODEb54 (35.0 / 27 0003 0000000010 DefineStr +ODEb61 (1631.0 / 0003 0000000018 DefineStr +ODEb62 (175.0 / 5 0003 0000000010 DefineStr +ODEb63 (575.0 / 1 0003 0000000018 DefineStr +ODEb64 (44275.0 / 0003 0000000018 DefineStr +ODEb65 (253.0 / 4 0003 0000000018 DefineStr +ODEc1 (37.0 / 37 0003 0000000010 DefineStr +ODEc3 (250.0 / 6 0003 0000000010 DefineStr +ODEc4 (125.0 / 5 0003 0000000010 DefineStr +ODEc6 (512.0 / 1 0003 0000000018 DefineStr +ODEdc1 (37.0 / 37 0003 0000000028 DefineStr +ODEdc3 (250.0 / 6 0003 0000000028 DefineStr +ODEdc4 (125.0 / 5 0003 0000000028 DefineStr +ODEdc5 (-277.0 / 0003 0000000018 DefineStr +ODEdc6 (512.0 / 1 0003 0000000018 DefineStr +ODEf_BUSY 3 0004 0000000008 DefineStr +ODEf_HAS_MASSES 0 0002 0000000008 DefineStr +ODEf_PAUSED 1 0004 0000000008 DefineStr +ODEf_STARTED 2 0002 0000000008 DefineStr +ODEsUpdate 0077344628 0003 00000004F7 Funct +OFF 0 005F 0000000008 DefineStr +OM_CB 1 0003 0000000008 DefineStr +OM_CD 3 0003 0000000008 DefineStr +OM_CP 4 0002 0000000008 DefineStr +OM_CW 2 0003 0000000008 DefineStr +OM_IB 5 0003 0000000008 DefineStr +OM_ID 7 0003 0000000008 DefineStr +OM_IW 6 0003 0000000008 DefineStr +OM_NO 0 0002 0000000008 DefineStr +ON 1 0040 0000000008 DefineStr +OPTF_ECHO (1 << OPTf 0003 0000000018 DefineStr +OPTf_DECIMAL_ONLY 12\t 0003 0000000008 DefineStr +OPTf_ECHO 0 0004 0000000008 DefineStr +OPTf_EXTERNS_TO_IMPORTS 6 0008 0000000008 DefineStr +OPTf_GLOBALS_ON_DATA_HEAP 9 0006 0000000008 DefineStr +OPTf_KEEP_PRIVATE 7 0007 0000000008 DefineStr +OPTf_NO_BUILTIN_CONST 10\t 0003 0000000008 DefineStr +OPTf_NO_FLOATS 13\t 0002 0000000008 DefineStr +OPTf_NO_REG_VAR 8\t 0008 0000000008 DefineStr +OPTf_TRACE 1 0007 0000000008 DefineStr +OPTf_USE_IMM64 11\t 0004 0000000008 DefineStr +OPTf_WARN_DUP_TYPES 4\t 0009 0000000008 DefineStr +OPTf_WARN_HEADER_MISMATCH 5 000C 0000000008 DefineStr +OPTf_WARN_PAREN 3\t 0009 0000000008 DefineStr +OPTf_WARN_UNUSED_VAR 2\t 0004 0000000008 DefineStr +OR 00775F7530 001D OpCode +ORG 0000000041 0000 AsmKeyWord +OUT 00775F2890 0001 OpCode +OUTSB 00775F2850 0000 OpCode +OUTSD 00775F27A0 0000 OpCode +OUTSW 00775F27F8 0000 OpCode +Ona2Freq 0000016226 0008 0000000053 Funct Public +Ona2Note 007698BD40 0001 000000001E Funct Public +Ona2Octave 0077FC0FF0 0001 0000000046 Funct Public +Once 00766FB978 0001 0000000065 Funct Public +OnceDrive 00766CE558 0001 00000000A9 Funct Public +OnceExe 00766D53B8 0004 0000000106 Funct Public +OnceFlush 00766D0280 0009 0000000026 Funct Public +OneTimePopUp 00766D7FC8 0003 00000000F6 Funct Public +OptBrNotZero 007761E3D6 0009 ExportSysSym Imm +OptBrZero 007761E016 0008 ExportSysSym Imm +OptClassFwd 007761DA7E 001C 0000000028 Funct Public +OptFixSizeOf 007761E78E 0005 ExportSysSym Imm +OptFixupBinaryOp1 007761DC3E 0015 ExportSysSym Imm +OptFixupBinaryOp2 007761DEF6 0003 ExportSysSym Imm +OptFixupUnaryOp 007761DF4E 0005 ExportSysSym Imm +OptFree 007761DB06 0026 ExportSysSym Imm +OptIC4 007762C6BF 0003 ExportSysSym Imm +OptIC6 007762DD97 0003 ExportSysSym Imm +OptLabelFwd 007761DA56 0015 ExportSysSym Imm +OptLag 007761DB2E 0011 ExportSysSym Imm +OptLag1 007761DB5E 0009 ExportSysSym Imm +OptLag2 007761DB96 0005 ExportSysSym Imm +OptLead1 007761DBC6 0006 ExportSysSym Imm +OptMVCompare 007761E9AE 0003 ExportSysSym Imm +OptPass012 007762871F 0007 ExportSysSym Imm +OptPass3 007762AF8F 0004 ExportSysSym Imm +OptPass4 007762CB3F 0004 ExportSysSym Imm +OptPass5 007762DA4F 0004 ExportSysSym Imm +OptPass6 007762E0A7 0004 ExportSysSym Imm +OptPass6Lag 007762DEAF 0003 ExportSysSym Imm +OptPass789A 0077639297 0008 ExportSysSym Imm +OptSetNOP1 007761DAA6 007E ExportSysSym Imm +OptSetNOP2 007761DAD6 000F ExportSysSym Imm +Option 007762332E 0027 000000002E Funct Public +OptionGet 007762335E 0008 000000002B Funct Public +OutStr 0000011D02 0008 ExportSysSym Imm +OutU16 000000006A 0004 Funct Public +OutU32 000000006B 0005 Funct Public +OutU8 0000000069 006A Funct Public +P2R 00773BC980 0001 0000000056 Funct Public +PAUSE 00775EDE28 003F OpCode +PCIBIOSClassFind 000001F0B9 0003 ExportSysSym Imm +PCIBIOSReadU16 000001EDC9 0003 ExportSysSym Imm +PCIBIOSReadU32 000001EE69 0003 ExportSysSym Imm +PCIBIOSReadU8 000001ED29 0003 ExportSysSym Imm +PCIBIOSWriteU16 000001EF99 0003 ExportSysSym Imm +PCIBIOSWriteU32 000001F029 0003 ExportSysSym Imm +PCIBIOSWriteU8 000001EF09 0003 ExportSysSym Imm +PCIC_NETWORK 0x2 0002 0000000008 DefineStr +PCIC_STORAGE 0x1 0003 0000000008 DefineStr +PCIClassFind 000001F479 0005 000000011A Funct Public +PCIDevFind 00766ACA48 0001 00000000B3 Funct Public +PCILookUpDevs 0076731B70 0005 0000000259 Funct +PCILookUpSingle 0076731FF8 0003 00000001E4 Funct +PCIR_BASE0 0x10 0005 0000000008 DefineStr +PCIR_BASE1 0x14 0005 0000000008 DefineStr +PCIR_BASE2 0x18 0005 0000000008 DefineStr +PCIR_BASE3 0x1C 0005 0000000008 DefineStr +PCIR_BASE4 0x20 0005 0000000008 DefineStr +PCIR_BASE5 0x24 0006 0000000008 DefineStr +PCIR_BIST 0x0F 0005 0000000008 DefineStr +PCIR_CACHE_LINE_SIZE 0x0C 0005 0000000008 DefineStr +PCIR_CAPABILITIES 0x34 0005 0000000008 DefineStr +PCIR_CLASS_CODE 0x0B 0005 0000000008 DefineStr +PCIR_COMMAND 0x04 0002 0000000008 DefineStr +PCIR_DEVICE_ID 0x02 0005 0000000008 DefineStr +PCIR_EXPANSION_ROM 0x30 0005 0000000008 DefineStr +PCIR_HEADER_TYPE 0x0E 0005 0000000008 DefineStr +PCIR_INTERRUPT_LINE 0x3C 0002 0000000008 DefineStr +PCIR_INTERRUPT_PIN 0x3D 0002 0000000008 DefineStr +PCIR_LATENCY_TIMER 0x0D 0005 0000000008 DefineStr +PCIR_MAX_LATENCY 0x3F 0002 0000000008 DefineStr +PCIR_MIN_GRANT 0x3E 0002 0000000008 DefineStr +PCIR_PROG_IF 0x09 0006 0000000008 DefineStr +PCIR_REVISION_ID 0x08 0005 0000000008 DefineStr +PCIR_STATUS 0x06 0002 0000000008 DefineStr +PCIR_SUBSYS_ID 0x2E 0005 0000000008 DefineStr +PCIR_SUBSYS_VENDOR_ID 0x2C 0005 0000000008 DefineStr +PCIR_SUB_CODE 0x0A 0005 0000000008 DefineStr +PCIR_VENDOR_ID 0x00 0005 0000000008 DefineStr +PCIReadU16 000001F291 000F 0000000062 Funct Public +PCIReadU32 000001F169 0020 00000000BC Funct Public +PCIReadU8 000001F229 001E 0000000062 Funct Public +PCIRep 0076641520 0001 0000000127 Funct Public +PCISC_AHCI 0x6 0003 0000000008 DefineStr +PCISC_ETHERNET 0x0 0002 0000000008 DefineStr +PCIWriteU16 000001F419 0003 000000005B Funct Public +PCIWriteU32 000001F2F9 0005 00000000BA Funct Public +PCIWriteU8 000001F3B9 0003 000000005A Funct Public +PCI_ADDR 0xCF8 0004 0000000008 DefineStr +PCI_DATA 0xCFC 0004 0000000008 DefineStr +PCI_DEV_FILE \"::/Misc/ 0005 0000000018 DefineStr +PCSPKR 0x61 0008 0000000008 DefineStr +PF_ARRAY_COUNT 0x100000 0005 0000000010 DefineStr +PGROW (-0.2) 0003 0000000008 DefineStr +PIC_1 0x20 0008 0000000008 DefineStr +PIC_1_DATA 0x21 0009 0000000008 DefineStr +PIC_2 0xA0 0005 0000000008 DefineStr +PIC_2_DATA 0xA1 000A 0000000008 DefineStr +PIC_EOI 0x20 0008 0000000008 DefineStr +PIC_INIT 0x11 0004 0000000008 DefineStr +PIT_0 0x40 0006 0000000008 DefineStr +PIT_2 0x42 0004 0000000008 DefineStr +PIT_CMD 0x43 0005 0000000008 DefineStr +PIT_CMDF_ACCESS_WORD 0x30 0004 0000000008 DefineStr +PIT_CMDF_CHANNEL0 0x00 0004 0000000008 DefineStr +PIT_CMDF_CHANNEL2 0x80 0003 0000000008 DefineStr +PIT_CMDF_OPMODE_RATE_GEN 0x04 0003 0000000008 DefineStr +PIT_CMDF_OPMODE_SQUARE_WAVE 0x06 0003 0000000008 DefineStr +POP 00775F81C0 0197 OpCode +POPA 00775F8180 0000 OpCode +POPAD 00775F8128 0000 OpCode +POPCNT 00775F41E8 0000 OpCode +POPF 00775F80D0 0003 OpCode +POPFD 00775F8078 00A1 OpCode +POP_C_REGS POP R9 POP 0009 0000000030 DefineStr +POP_REGS POP R15 PO 0003 0000000080 DefineStr +PREC_ADD 0x24 0003 0000000008 DefineStr +PREC_AND 0x18 0002 0000000008 DefineStr +PREC_AND_AND 0x30 0002 0000000008 DefineStr +PREC_ASSIGN 0x3C 000E 0000000008 DefineStr +PREC_CMP 0x28 0005 0000000008 DefineStr +PREC_CMP2 0x2C 0003 0000000008 DefineStr +PREC_EXP 0x10 0004 0000000008 DefineStr +PREC_MAX 0x40 0002 0000000008 DefineStr +PREC_MUL 0x14 0004 0000000008 DefineStr +PREC_NULL 0x00 0007 0000000008 DefineStr +PREC_OR 0x20 0002 0000000008 DefineStr +PREC_OR_OR 0x38 0002 0000000008 DefineStr +PREC_TERM 0x04 0017 0000000008 DefineStr +PREC_UNARY_POST 0x08 0004 0000000008 DefineStr +PREC_UNARY_PRE 0x0C 0011 0000000008 DefineStr +PREC_XOR 0x1C 0002 0000000008 DefineStr +PREC_XOR_XOR 0x34 0002 0000000008 DefineStr +PRINTF_AUX_FORMAT_NUM 0x080 0006 0000000008 DefineStr +PRINTF_COMMA 0x008 000E 0000000008 DefineStr +PRINTF_DECIMAL 0x100 0004 0000000008 DefineStr +PRINTF_DOLLAR 0x010 0005 0000000008 DefineStr +PRINTF_LEFT_JUSTIFY 0x002 0008 0000000008 DefineStr +PRINTF_NEG 0x200 0012 0000000008 DefineStr +PRINTF_NEG_AUX_FORMAT_NUM 0x800 0004 0000000008 DefineStr +PRINTF_NEG_E 0x400 0009 0000000008 DefineStr +PRINTF_PAD_ZERO 0x001 0005 0000000008 DefineStr +PRINTF_QUESTION 0x040 0004 0000000008 DefineStr +PRINTF_SLASH 0x020 0005 0000000008 DefineStr +PRINTF_TRUNCATE 0x004 000C 0000000008 DefineStr +PROGRESS_BARS_NUM 4 0010 0000000008 DefineStr +PROGRESS_BAR_HEIGHT 20 000F 0000000008 DefineStr +PROGRESS_BAR_WIDTH (3 * GR_WI 0011 0000000018 DefineStr +PROGRESS_DESC_LEN (64 - 8 - 001C 0000000010 DefineStr +PRS0_EXTERN 0x000004 0007 0000000010 DefineStr +PRS0_IMPORT 0x000005 0005 0000000010 DefineStr +PRS0_NULL 0x000000 0009 0000000010 DefineStr +PRS0_TYPECAST 0x000006 0002 0000000010 DefineStr +PRS0__EXTERN 0x000001 0006 0000000010 DefineStr +PRS0__IMPORT 0x000003 0007 0000000010 DefineStr +PRS0__INTERN 0x000002 0003 0000000010 DefineStr +PRS1B_CLASS 3 0003 0000000008 DefineStr +PRS1B_FUN_ARG 2 0008 0000000008 DefineStr +PRS1B_LOCAL_VAR 1 0006 0000000008 DefineStr +PRS1B_NULL 0 0002 0000000008 DefineStr +PRS1B_STATIC_LOCAL_VAR 4 0005 0000000008 DefineStr +PRS1B__EXTERN_IMPORT 5 0001 0000000008 DefineStr +PRS1_CLASS 0x000300 0003 0000000010 DefineStr +PRS1_FUN_ARG 0x000200 0002 0000000010 DefineStr +PRS1_LOCAL_VAR 0x000100 0002 0000000010 DefineStr +PRS1_NOT_REALLY__EXTERN 0x000500 0003 0000000010 DefineStr +PRS1_NULL 0x000000 000A 0000000010 DefineStr +PRS1_STATIC_LOCAL_VAR 0x000400 0002 0000000010 DefineStr +PRSF_UNION 0x010000 000D 0000000010 DefineStr +PSHRNK (-0.25) 0003 0000000008 DefineStr +PTR_STARS_NUM 4 0008 0000000008 DefineStr +PURPLE 5 0009 0000000008 DefineStr +PUSH 00775F8418 01AC OpCode +PUSHA 00775F83D8 0000 OpCode +PUSHAD 00775F8380 0000 OpCode +PUSHF 00775F8328 0003 OpCode +PUSHFD 00775F82D0 0087 OpCode +PUSH_C_REGS PUSH RAX P 0009 0000000038 DefineStr +PUSH_REGS PUSH RAX P 0003 0000000090 DefineStr +PUT_CHARS 000000B2B8 0002 ExportSysSym Imm +PUT_HEX_U16 000000B286 0002 ExportSysSym Imm +PUT_HEX_U32 000000B26D 0002 ExportSysSym Imm +PUT_HEX_U64 000000B254 0002 ExportSysSym Imm +PUT_HEX_U8 000000B29F 0002 ExportSysSym Imm +PUT_STR 000000B2CF 0002 ExportSysSym Imm +PU_SPACING 10 0011 0000000008 DefineStr +PaletteSetDark 007732C110 0005 0000000031 Funct Public +PaletteSetDorado 007732CE58 0003 0000000031 Funct Public +PaletteSetGray 0077371428 0003 0000000031 Funct Public +PaletteSetGruvboxDark 0077325068 0003 0000000031 Funct Public +PaletteSetGruvboxLight 007736F428 0003 0000000031 Funct Public +PaletteSetLight 0077323FC8 0003 0000000031 Funct Public +PaletteSetMonokai 007732DBB8 0003 0000000031 Funct Public +PaletteSetNight 007732C7B0 0003 0000000031 Funct Public +PaletteSetPastel 0077324A08 0003 0000000031 Funct Public +PaletteSetSmooth 007732D508 0003 0000000031 Funct Public +PaletteSetStd 0077351428 0003 0000000031 Funct Public +Panic 000001848E 000D 0000000037 Funct Public +ParenWarning 00776128E3 0006 ExportSysSym Imm +ParseAddOp 007761E9CE 0004 ExportSysSym Imm +ParseArrayDims 00776222BE 0003 ExportSysSym Imm +ParseAsmArg 007761B068 0006 ExportSysSym Imm +ParseAsmBlk 007761D0FE 0004 ExportSysSym Imm +ParseAsmDefine 007761CD96 0006 ExportSysSym Imm +ParseAsmImm 007761AF40 0004 ExportSysSym Imm +ParseAsmInst 007761BC56 0003 ExportSysSym Imm +ParseBinFile 007761D03E 0003 ExportSysSym Imm +ParseClass 007762553F 0006 ExportSysSym Imm +ParseClassNew 0077618CD8 0005 ExportSysSym Imm +ParseDoWhile 0077626A07 0003 ExportSysSym Imm +ParseDocFlagSingle 0076909890 0005 00000000A4 Funct +ParseDocFlags 00769378E8 0005 0000000062 Funct +ParseDollarCmd 00769C7E28 0003 0000000C15 Funct +ParseDotDotDot 007762277E 0003 ExportSysSym Imm +ParseExpression 007761F27E 0012 ExportSysSym Imm +ParseExpression2 007761EBBE 0003 ExportSysSym Imm +ParseFor 0077626B47 0003 ExportSysSym Imm +ParseFun 0077625A47 0003 ExportSysSym Imm +ParseFunCall 007761F776 0005 ExportSysSym Imm +ParseFunJoin 007762578F 0009 ExportSysSym Imm +ParseFunNew 0077618D40 0003 ExportSysSym Imm +ParseGlobalInit 0077622106 0004 ExportSysSym Imm +ParseGlobalVarList 0077625E1F 0009 ExportSysSym Imm +ParseIf 00776267E7 0003 ExportSysSym Imm +ParseKeyWord 0077618C98 0024 0000000040 Funct Public +ParseNoWarn 00776275CF 0003 ExportSysSym Imm +ParseOffsetOf 007761F61E 0004 ExportSysSym Imm +ParsePop 0077618BC8 0018 ExportSysSym Imm +ParsePop2 0077618C28 0003 ExportSysSym Imm +ParsePopDeref 0077618C58 0006 ExportSysSym Imm +ParsePush 0077618B98 0019 ExportSysSym Imm +ParsePush2 0077618BF0 0006 ExportSysSym Imm +ParseSizeOf 007761F406 0003 ExportSysSym Imm +ParseStatement 0077627AE7 0013 ExportSysSym Imm +ParseStaticInit 007762217E 0004 ExportSysSym Imm +ParseStreamBlk 0077627667 0004 ExportSysSym Imm +ParseSwitch 0077626CAF 0003 ExportSysSym Imm +ParseTryBlk 0077627827 0003 ExportSysSym Imm +ParseType 0077622416 0006 ExportSysSym Imm +ParseUnaryModifier 0077620F06 0005 ExportSysSym Imm +ParseUnaryTerm 007761FFAE 0004 ExportSysSym Imm +ParseVarInit 0077621926 0003 ExportSysSym Imm +ParseVarInit2 0077621DFE 0008 ExportSysSym Imm +ParseVarList 0077622896 0008 ExportSysSym Imm +ParseWhile 0077626917 0003 ExportSysSym Imm +PassTrace 00776233DF 0003 0000000055 Funct Public +PenBrushesSize 00766C1F98 0003 0000000075 Funct +Plain 00768F1EC8 0003 000000004F Funct Public +Play 007699F610 0003 0000000260 Funct Public +PlaySysMacro 007675AF10 0007 0000000094 Funct +Pop 0000000063 0002 Funct Public +PopCount 00000000B9 0003 Funct Public +PopUp 000001E48B 0038 00000000D5 Funct Public +PopUp1 0076767F08 0003 00000000F2 Funct Public +PopUp2 0076767128 0005 00000001A8 Funct Public +PopUpCancelOk 0077FC2520 0016 0000000043 Funct Public +PopUpCd 0076769150 0001 0000000035 Funct +PopUpColor 007675E4C0 000A 000000014E Funct Public +PopUpColorDither 0076793B30 0004 0000000058 Funct Public +PopUpColorLighting 007675DE98 0003 000000034A Funct Public +PopUpColorType 00767458D0 0003 000000012F Funct +PopUpDiffMenu 0076561890 0003 0000000181 Funct +PopUpEd 007676A970 0006 000000005D Funct Public +PopUpEdFormat 0076715800 0003 00000001C7 Funct +PopUpExtents 007699CC20 0003 000000020A Funct +PopUpFMRight 007698A828 0003 00000003F2 Funct +PopUpFile 0076762CE0 0005 0000000142 Funct Public +PopUpFileName 0076769750 0001 0000000081 Funct Public +PopUpFindMenu 00766DF400 0005 0000000152 Funct +PopUpForm 0076937668 0008 0000000067 Funct Public +PopUpGetF64 0076765C60 0001 000000007D Funct Public +PopUpGetStr 00767667A8 0004 0000000068 Funct Public +PopUpGetStr2 00767669E8 0001 000000005C Funct +PopUpHelpIndex 00766485F0 0001 0000000060 Funct Public +PopUpI64Get 0076766410 0003 0000000083 Funct Public +PopUpLinkType 00769EB560 0005 00000002C4 Funct +PopUpMacroMenu 0076759758 0003 00000002D3 Funct +PopUpMenu 0077FC1AE8 0034 0000000042 Funct Public +PopUpNoYes 007677BA28 0004 000000003E Funct Public +PopUpOk 0076768EE0 0014 0000000035 Funct Public +PopUpPageSettingType 0076745170 0003 0000000135 Funct +PopUpPickDefineSub 007694BB10 0003 000000001A Funct Public +PopUpPickDir 00767A5828 0008 00000000D7 Funct Public +PopUpPickFile 0076775D70 0003 00000000D9 Funct Public +PopUpPickList 0076768DD8 0005 00000000F5 Funct Public +PopUpPrint 000001E563 000B 000000004C Funct Public +PopUpRangeF64 0076764BD8 0001 0000000121 Funct Public +PopUpRangeF64Exp 0076763ED8 0003 0000000121 Funct Public +PopUpRangeF64Log 0076763620 0001 0000000068 Funct Public +PopUpRangeI64 0076765740 0008 00000000F6 Funct Public +PopUpReplaceSkipAllCancel 007677B8C8 0003 0000000134 Funct +PopUpRunFile 00767620E0 0003 00000000C9 Funct Public +PopUpSpriteBitMap 00769E8228 0003 000000058F Funct +PopUpSpriteEd 00769DBE28 0003 0000000455 Funct +PopUpSpriteMain 007699D228 0003 00000007B8 Funct +PopUpSpriteType 0076BCFB50 0003 000000031E Funct +PopUpTermRight 0076704EB8 0003 000000034C Funct +PopUpTimerOk 00767EA988 0003 00000000E5 Funct +PopUpTransform 0076779270 0004 0000000190 Funct Public +PopUpViewDoc 0076776D50 0001 0000000089 Funct Public +PopUpViewPrint 00767764A0 0001 00000000BD Funct Public +PopUpWidgetType 00769EF010 0003 00000002A4 Funct +PortNop 0000015EFE 0005 000000000A Funct Public +Pow 000000ABF1 0002 Funct Public +Pow10 000000AC06 0003 Funct Public +Pow10I64 000000CD08 0012 0000000045 Funct Public +PressAKey 000000F450 0003 000000003A Funct Public +Print 0000014086 0249 0000000038 Funct Public +PrintErr 0000014106 0064 000000009D Funct Public +PrintWarn 00000141A6 001F 00000000A1 Funct Public +Prof 00764A00D8 0001 00000000F8 Funct Public +ProfCompare 007654EA50 0003 000000001A Funct +ProfRep 00764A8178 0001 000000031C Funct Public +ProfTimerInt 00764866D8 0005 000000008B Funct +ProgressBarsRegTf 007693ABE8 0001 0000000143 Funct +ProgressBarsReset 000001671E 0008 0000000048 Funct Public +Push 0000000062 0002 Funct Public +PutChars 0000018586 0023 0000000028 Funct Public +PutDirLink 0000028903 0004 0000000093 Funct Public +PutExcept 0000018D73 0015 00000000DB Funct Public +PutFileLink 000002871B 001E 00000001E4 Funct Public +PutHex 000000B204 0007 000000004E Funct +PutKey 00000184E6 000A 000000009D Funct Public +PutS 00000185AE 0006 00000000D7 Funct +PutSrcLink 00000315E0 0005 000000009D Funct Public +QUE_VECT_U8_COUNT 512 0005 0000000008 DefineStr +QueueCopy 000000FF6A 0003 0000000067 Funct Public +QueueCount 000000FFD2 0009 000000002D Funct Public +QueueDel 000000FF1A 0021 000000004A Funct Public +QueueInit 0000000080 0057 Funct Public +QueueInsert 0000000081 00E6 Funct Public +QueueInsertRev 0000000082 0008 Funct Public +QueueRemove 0000000083 005E Funct Public +QueueSize 0000010002 0003 0000000033 Funct Public +QueueVectU8Del 000001017A 000A 0000000021 Funct Public +QueueVectU8Get 00000101A2 000A 0000000063 Funct Public +QueueVectU8New 000001003A 000A 0000000041 Funct Public +QueueVectU8Put 0000010082 0010 00000000F1 Funct Public +QuickSort 000001C733 0010 000000006E Funct Public +QuickSort2a 000001C4E3 0005 ExportSysSym Imm +QuickSort2b 000001C5EB 0005 ExportSysSym Imm +QuickSortI64 000001C3D3 0015 000000010C Funct Public +R 00764C5D00 0001 000000002D Funct Public +R10 000000040A 0012 Reg +R10u16 000000020A 0000 Reg +R10u32 000000030A 0000 Reg +R10u64 000000040A 0000 Reg +R10u8 000000010A 0000 Reg +R11 000000040B 0006 Reg +R11u16 000000020B 0000 Reg +R11u32 000000030B 0000 Reg +R11u64 000000040B 0000 Reg +R11u8 000000010B 0000 Reg +R12 000000040C 0016 Reg +R12u16 000000020C 0000 Reg +R12u32 000000030C 0000 Reg +R12u64 000000040C 0000 Reg +R12u8 000000010C 0000 Reg +R13 000000040D 0018 Reg +R13u16 000000020D 0000 Reg +R13u32 000000030D 0000 Reg +R13u64 000000040D 0000 Reg +R13u8 000000010D 0000 Reg +R14 000000040E 0006 Reg +R14u16 000000020E 0000 Reg +R14u32 000000030E 0000 Reg +R14u64 000000040E 0000 Reg +R14u8 000000010E 0000 Reg +R15 000000040F 0006 Reg +R15u16 000000020F 0000 Reg +R15u32 000000030F 0000 Reg +R15u64 000000040F 0000 Reg +R15u8 000000010F 0000 Reg +R2P 0077424228 0017 0000000059 Funct Public +R8 0000000408 0022 Reg +R8u16 0000000208 0000 Reg +R8u32 0000000308 0000 Reg +R8u64 0000000408 0000 Reg +R8u8 0000000108 0000 Reg +R9 0000000409 0020 Reg +R9u16 0000000209 0000 Reg +R9u32 0000000309 0000 Reg +R9u64 0000000409 0000 Reg +R9u8 0000000109 0000 Reg +RAWF_IN_DOLLAR 1 0007 0000000008 DefineStr +RAWF_LAST_DOLLAR 2 0006 0000000008 DefineStr +RAWF_SCROLL 8 0005 0000000008 DefineStr +RAWF_SHOW_DOLLAR 4 0008 0000000008 DefineStr +RAX 0000000400 037A Reg +RAXGet 000000006F 0004 Funct Public +RAXSet 0000000070 0004 Funct Public +RBP 0000000405 02E9 Reg +RBPGet 0000000071 0009 Funct Public +RBPSet 0000000072 0003 Funct Public +RBPu8 0000000115 0000 Reg +RBX 0000000403 0143 Reg +RCL 00775EFF88 0000 OpCode +RCL1 00775EFF00 0000 OpCode +RCR 00775EFDF8 0000 OpCode +RCR1 00775EFD70 0000 OpCode +RCX 0000000401 0118 Reg +RCache 0000021FAA 0003 ExportSysSym Imm +RD 00764FA6B8 0001 000000002C Funct Public +RDI 0000000407 019F Reg +RDIu8 0000000117 0000 Reg +RDMSR 00775EDE80 0001 OpCode +RDTSC 00775EDED8 0001 OpCode +RDX 0000000402 0204 Reg +RECALCF_ADD_CURSOR 0x200 0008 0000000008 DefineStr +RECALCF_HAS_CURSOR 0x100 000E 0000000008 DefineStr +RECALCF_TO_HTML 0x400 0006 0000000008 DefineStr +RECALCG_MASK 0xFF 0028 0000000008 DefineStr +RECALCt_FIND_CURSOR 0x01 0008 0000000008 DefineStr +RECALCt_NORMAL 0x00 000C 0000000008 DefineStr +RECALCt_TO_SCREEN 0x02 002C 0000000008 DefineStr +RED 4 002B 0000000008 DefineStr +REGG_CLOBBERED 0x013F 0008 0000000008 DefineStr +REGG_LOCAL_NON_PTR_VARS 0x3000 0009 0000000008 DefineStr +REGG_LOCAL_VARS 0xCCC0 0009 0000000008 DefineStr +REGG_SAVED 0x0030 0004 0000000008 DefineStr +REGG_STACK_TMP 0x0200 000E 0000000008 DefineStr +REGISTRY_FILENAME \"~/Regist 0003 0000000010 DefineStr +REGT_FSTACK 6 0007 0000000008 DefineStr +REGT_MM 7 0003 0000000008 DefineStr +REGT_NONE 0 0002 0000000008 DefineStr +REGT_R16 2 0004 0000000008 DefineStr +REGT_R32 3 0003 0000000008 DefineStr +REGT_R64 4 0004 0000000008 DefineStr +REGT_R8 1 0004 0000000008 DefineStr +REGT_SEG 5 0003 0000000008 DefineStr +REGT_XMM 8 0004 0000000008 DefineStr +REG_ALLOC 33\t\t\t 0008 0000000008 DefineStr +REG_NONE 32\t\t\t 0021 0000000008 DefineStr +REG_R8 8 0007 0000000008 DefineStr +REG_RAX 0 00E1 0000000008 DefineStr +REG_RBP 5 001B 0000000008 DefineStr +REG_RBX 3 0025 0000000008 DefineStr +REG_RCX 1 0076 0000000008 DefineStr +REG_RDI 7 0003 0000000008 DefineStr +REG_RDX 2 006B 0000000008 DefineStr +REG_REGS_NUM 16 0011 0000000008 DefineStr +REG_RIP 16\t\t\t 0015 0000000008 DefineStr +REG_RSI 6 0003 0000000008 DefineStr +REG_RSP 4 0077 0000000008 DefineStr +REG_UNDEF I8_MIN 0004 0000000008 DefineStr +REPE_CMPSB 00775F1FF8 0001 OpCode +REPE_CMPSD 00775F1F38 0000 OpCode +REPE_CMPSQ 00775F1ED8 0000 OpCode +REPE_CMPSW 00775F1F98 0000 OpCode +REPE_SCASB 00775F1E68 0000 OpCode +REPE_SCASD 00775F1DA8 0000 OpCode +REPE_SCASQ 00775F1D48 0000 OpCode +REPE_SCASW 00775F1E08 0000 OpCode +REPNE_CMPSB 00775F1CD8 0000 OpCode +REPNE_CMPSD 00775F1C18 0000 OpCode +REPNE_CMPSQ 00775F1BB8 0000 OpCode +REPNE_CMPSW 00775F1C78 0000 OpCode +REPNE_SCASB 00775F1B48 0000 OpCode +REPNE_SCASD 00775F1A88 0000 OpCode +REPNE_SCASQ 00775F1A28 0000 OpCode +REPNE_SCASW 00775F1AE8 0000 OpCode +REP_INSB 00775F2718 0001 OpCode +REP_INSD 00775F2658 0001 OpCode +REP_INSW 00775F26B8 0001 OpCode +REP_LODSB 00775F2318 0000 OpCode +REP_LODSD 00775F2258 0000 OpCode +REP_LODSQ 00775F21F8 0000 OpCode +REP_LODSW 00775F22B8 0000 OpCode +REP_MOVSB 00775F25E8 0014 OpCode +REP_MOVSD 00775F2528 0003 OpCode +REP_MOVSQ 00775F24C8 0000 OpCode +REP_MOVSW 00775F2588 0000 OpCode +REP_OUTSB 00775F2448 0001 OpCode +REP_OUTSD 00775F2388 0001 OpCode +REP_OUTSW 00775F23E8 0001 OpCode +REP_STOSB 00775F2188 0003 OpCode +REP_STOSD 00775F20C8 0003 OpCode +REP_STOSQ 00775F2068 0001 OpCode +REP_STOSW 00775F2128 0001 OpCode +RET 00775F3A40 002D OpCode +RET1 00775F19D0 0077 OpCode +RETF 00775F1990 0001 OpCode +RETF1 00775F1920 0000 OpCode +REX 00775F18E0 0028 OpCode +REX2 00775F1888 0000 OpCode +RFLAGG_NORMAL (1 << RFLA 0005 0000000018 DefineStr +RFLAGG_START 0x0000 0005 0000000008 DefineStr +RFLAGf_ALIGN_CHECK 18 0002 0000000008 DefineStr +RFLAGf_AUX_CARRY 4 0002 0000000008 DefineStr +RFLAGf_CARRY 0 0002 0000000008 DefineStr +RFLAGf_DIR 10 0002 0000000008 DefineStr +RFLAGf_ID 21 0002 0000000008 DefineStr +RFLAGf_INT 9 0004 0000000008 DefineStr +RFLAGf_IOPL0 12 0002 0000000008 DefineStr +RFLAGf_IOPL1 13 0002 0000000008 DefineStr +RFLAGf_NESTED_TASK 14 0002 0000000008 DefineStr +RFLAGf_OVERFLOW 11 0002 0000000008 DefineStr +RFLAGf_PARITY 2 0002 0000000008 DefineStr +RFLAGf_RESUME 16 0002 0000000008 DefineStr +RFLAGf_SIGN 7 0002 0000000008 DefineStr +RFLAGf_TRAP 8 0004 0000000008 DefineStr +RFLAGf_V8086 17 0002 0000000008 DefineStr +RFLAGf_VINT 19 0002 0000000008 DefineStr +RFLAGf_VINT_PENDING 20 0002 0000000008 DefineStr +RFLAGf_ZERO 6 0002 0000000008 DefineStr +RFlagsGet 000000006C 000D Funct Public +RFlagsSet 000000006E 001E Funct Public +RIGHT_AINCLUDE 1 0003 0000000008 DefineStr +RIGHT_COPY 2 0003 0000000008 DefineStr +RIGHT_DELETE 4 0003 0000000008 DefineStr +RIGHT_ED 6 0003 0000000008 DefineStr +RIGHT_INCLUDE 0 0003 0000000008 DefineStr +RIGHT_INFILE 9 0003 0000000008 DefineStr +RIGHT_MOUNT 7 0003 0000000008 DefineStr +RIGHT_MOVE 3 0003 0000000008 DefineStr +RIGHT_PLAIN 8 0003 0000000008 DefineStr +RIGHT_TYPE 5 0003 0000000008 DefineStr +RLF_16BIT (1 << RLf_ 0006 0000000018 DefineStr +RLF_16MEG_SYSTEM_HEAP_CTRL (1 << RLf_ 0002 0000000028 DefineStr +RLF_16MEG_SYS_CODE_BP (1 << RLf_ 0002 0000000020 DefineStr +RLF_32BIT (1 << RLf_ 0002 0000000018 DefineStr +RLF_64BIT (1 << RLf_ 0002 0000000018 DefineStr +RLF_AUTOCOMPLETE (1 << RLf_ 0002 0000000018 DefineStr +RLF_BLKDEV (1 << RLf_ 0002 0000000018 DefineStr +RLF_COMPILER (1 << RLf_ 0002 0000000018 DefineStr +RLF_DOC (1 << RLf_ 0002 0000000010 DefineStr +RLF_FULL_HEAPS (1 << RLf_ 0002 0000000018 DefineStr +RLF_HOME (1 << RLf_ 0002 0000000010 DefineStr +RLF_INTERRUPTS (1 << RLf_ 0002 0000000018 DefineStr +RLF_MP (1 << RLf_ 0002 0000000010 DefineStr +RLF_ONCE_SYSTEM (1 << RLf_ 0002 0000000018 DefineStr +RLF_ONCE_USER (1 << RLf_ 0002 0000000018 DefineStr +RLF_PATCHED (1 << RLf_ 0002 0000000018 DefineStr +RLF_RAW (1 << RLf_ 0002 0000000010 DefineStr +RLF_REGISTRY (1 << RLf_ 0002 0000000018 DefineStr +RLF_SYSTEM_SERVER (1 << RLf_ 0002 0000000020 DefineStr +RLF_VESA (1 << RLf_ 0005 0000000010 DefineStr +RLF_WINMGR (1 << RLf_ 0002 0000000018 DefineStr +RLf_16BIT 0 0004 0000000008 DefineStr +RLf_16MEG_SYSTEM_HEAP_CTRL 6 0005 0000000008 DefineStr +RLf_16MEG_SYS_CODE_BP 4 0004 0000000008 DefineStr +RLf_32BIT 2 0004 0000000008 DefineStr +RLf_64BIT 5 0004 0000000008 DefineStr +RLf_AUTOCOMPLETE 17 000F 0000000008 DefineStr +RLf_BLKDEV 10 0004 0000000008 DefineStr +RLf_COMPILER 12 0005 0000000008 DefineStr +RLf_DOC 13 0006 0000000008 DefineStr +RLf_FULL_HEAPS 7 0004 0000000008 DefineStr +RLf_HOME 16 0005 0000000008 DefineStr +RLf_INTERRUPTS 9 0004 0000000008 DefineStr +RLf_MP 11 0004 0000000008 DefineStr +RLf_ONCE_SYSTEM 19 000F 0000000008 DefineStr +RLf_ONCE_USER 20 000F 0000000008 DefineStr +RLf_PATCHED 3 0004 0000000008 DefineStr +RLf_RAW 8 0004 0000000008 DefineStr +RLf_REGISTRY 15 0005 0000000008 DefineStr +RLf_SYSTEM_SERVER 18 0008 0000000008 DefineStr +RLf_VESA 1 0005 0000000008 DefineStr +RLf_WINMGR 14 0005 0000000008 DefineStr +ROL 00775F02A8 0000 OpCode +ROL1 00775F0220 0000 OpCode +ROPBF_DITHER 0x40 0012 0000000008 DefineStr +ROPBF_HALF_RANGE_COLOR 0x10 0009 0000000008 DefineStr +ROPBF_PROBABILITY_DITHER 0x80 0016 0000000008 DefineStr +ROPBF_TWO_SIDED 0x20 0009 0000000008 DefineStr +ROPB_COLLISION 0x02 001D 0000000008 DefineStr +ROPB_EQU 0x00 0020 0000000008 DefineStr +ROPB_MONO 0x03 0027 0000000008 DefineStr +ROPB_XOR 0x01 0023 0000000008 DefineStr +ROPF_DITHER 0x40000000 0046 0000000010 DefineStr +ROPF_HALF_RANGE_COLOR 0x1000 0006 0000000008 DefineStr +ROPF_PROBABILITY_DITHER 0x80000000 0006 0000000010 DefineStr +ROPF_TWO_SIDED 0x2000 0006 0000000008 DefineStr +ROP_COLLISION (ROPB_COLL 0002 0000000018 DefineStr +ROP_EQU (ROPB_EQU 0009 0000000010 DefineStr +ROP_MONO (ROPB_MONO 0002 0000000018 DefineStr +ROP_XOR (ROPB_XOR 000E 0000000010 DefineStr +ROR 00775F0118 0000 OpCode +ROR1 00775F0090 0000 OpCode +ROUND_DRIVE_TO (63 * 255) 0015 0000000010 DefineStr +RSAC_ALL 2 000B 0000000008 DefineStr +RSAC_REPLACE 0 0005 0000000008 DefineStr +RSAC_SKIP 1 0001 0000000008 DefineStr +RSI 0000000406 0160 Reg +RSIu8 0000000116 0000 Reg +RSM 00775F1830 0000 OpCode +RSP 0000000404 0100 Reg +RSPGet 0000000073 0008 Funct Public +RSPSet 0000000074 0002 Funct Public +RSPu8 0000000114 0000 Reg +RS_ATTR_ARCHIVE 0x20 0003 0000000008 DefineStr +RS_ATTR_CONTIGUOUS 0x400 000E 0000000008 DefineStr +RS_ATTR_DELETED 0x100 0008 0000000008 DefineStr +RS_ATTR_DIR 0x10 0057 0000000008 DefineStr +RS_ATTR_FIXED 0x800 0002 0000000008 DefineStr +RS_ATTR_HIDDEN 0x02 0003 0000000008 DefineStr +RS_ATTR_LONG_NAME (RS_ATTR_R 000D 0000000048 DefineStr +RS_ATTR_LONG_NAME_MASK (RS_ATTR_L 000A 0000000038 DefineStr +RS_ATTR_READ_ONLY 0x01 0003 0000000008 DefineStr +RS_ATTR_RESIDENT 0x200 0005 0000000008 DefineStr +RS_ATTR_SYSTEM 0x04 0003 0000000008 DefineStr +RS_ATTR_VOL_ID 0x08 0007 0000000008 DefineStr +RTF_UNSIGNED 1 0019 0000000008 DefineStr +RTG_MASK 0xFF 0007 0000000008 DefineStr +RT_F32 12 0004 0000000008 DefineStr +RT_F64 14 007C 0000000008 DefineStr +RT_I0 2 000B 0000000008 DefineStr +RT_I16 6 0014 0000000008 DefineStr +RT_I32 8 000A 0000000008 DefineStr +RT_I64 10 023E 0000000008 DefineStr +RT_I8 4 002C 0000000008 DefineStr +RT_PTR 10 001B 0000000008 DefineStr +RT_RTS_NUM 16 0004 0000000008 DefineStr +RT_U0 3 000B 0000000008 DefineStr +RT_U16 7 0013 0000000008 DefineStr +RT_U32 9 0013 0000000008 DefineStr +RT_U64 11 000E 0000000008 DefineStr +RT_U8 5 0023 0000000008 DefineStr +RT_UF32 13 0004 0000000008 DefineStr +RT_UF64 15 0004 0000000008 DefineStr +Rand 000000CF90 0003 0000000035 Funct Public +RandI16 000000CF10 0003 0000000018 Funct Public +RandI32 000000CF40 0003 0000000017 Funct Public +RandI64 000000CF70 0003 000000000B Funct Public +RandInt 000000CE78 000A ExportSysSym Imm +RandU16 000000CF28 001F 0000000016 Funct Public +RandU32 000000CF58 000A 0000000016 Funct Public +RandU64 000000CF80 0003 000000000B Funct Public +RandU8 000000CEF8 0004 0000000015 Funct Public +Raw 000001662E 0016 0000000043 Funct Public +RawD 0000016F26 0003 0000000080 Funct Public +RawDm 0000016FA6 0003 000000007E Funct Public +RawDr 0000017106 0004 000000032B Funct +RawPrint 0000016E7E 000A 00000000A5 Funct Public +RawPutChar 0000015ABE 000B 00000002B3 Funct Public +ReAlloc 000000E114 0004 000000006A Funct Public +Reboot 0000031C48 0008 000000008C Funct Public +RedSeaAllocClus 00000296CB 0004 ExportSysSym Imm +RedSeaCd 00000293D3 0003 ExportSysSym Imm +RedSeaCheckDisk 00769693C0 0003 0000000336 Funct +RedSeaCheckDiskList 00769EDAB0 0005 00000001A7 Funct +RedSeaDirNew 00000298F3 0006 ExportSysSym Imm +RedSeaDriveView 00769ED0E8 0003 0000000212 Funct +RedSeaFileFind 000002902B 000A ExportSysSym Imm +RedSeaFileRead 000002926B 0004 ExportSysSym Imm +RedSeaFileWrite 000002A113 0003 ExportSysSym Imm +RedSeaFilesDel 0000029EB3 0004 ExportSysSym Imm +RedSeaFilesFind 000002A263 0004 ExportSysSym Imm +RedSeaFormat 0000028D5B 0006 ExportSysSym Imm +RedSeaFreeClus 0000029473 0008 0000000258 Funct +RedSeaFreeFreeList 000002899B 0007 ExportSysSym Imm +RedSeaFreeListBuild 0000028A43 0004 ExportSysSym Imm +RedSeaISO 0076563230 0005 0000000236 Funct Public +RedSeaISO9660 0076731888 0001 00000002D3 Funct +RedSeaISO9660Stage1 0076705F48 0003 00000000FF Funct +RedSeaISOPass1 007663CDE0 0005 0000000084 Funct +RedSeaInit 0000028BBB 000A ExportSysSym Imm +RedSeaMkDir 000002A563 0003 ExportSysSym Imm +RedSeaUnusedDriveSpace 007695CDF0 0003 00000000FD Funct +RedSeaValidate 0000028CF3 0005 ExportSysSym Imm +Refresh 0076935450 0013 000000011F Funct Public +RegAppend 0077FC3040 0009 0000000042 Funct Public +RegCache 00766F01E8 0009 0000000051 Funct +RegCount 00766CC1D8 0005 0000000084 Funct Public +RegDefault 00766D58D0 000C 000000010C Funct Public +RegExe 007672DDF0 000A 0000000020 Funct Public +RegInit 00766CAAD8 0003 000000010B Funct +RegOneTimePopUp 007678AE18 0008 0000000074 Funct +RegPoly 0076BCACD8 0007 0000000328 Funct Public +RegWrite 0077FC2D70 000E 0000000042 Funct Public +RepInU16 000000AFAB 0003 Funct Public +RepInU32 000000AF93 0003 Funct Public +RepInU8 000000AFC4 0002 Funct Public +RepOutU16 000000AFF5 0002 Funct Public +RepOutU32 000000AFDD 0003 Funct Public +RepOutU8 000000B00E 0002 Funct Public +Round 000000AA92 0006 Funct Public +RoundI64 000000CDA8 0024 0000000028 Funct Public +RunFile 0077625217 0006 000000002D Funct Public +RunFile2 00776253CF 0003 000000002D Funct Public +S 0000017996 0003 000000008D Funct Public +S2T 0076528148 0001 0000000022 Funct Public +SAFETY 0.9 0005 0000000008 DefineStr +SAHF 00775F17D8 0000 OpCode +SAL 00775EFB78 0000 OpCode +SAL1 00775EFA68 0000 OpCode +SAR 00775EF790 0014 OpCode +SAR1 00775EF708 0000 OpCode +SATARep 007696A128 0003 000000037D Funct +SBB 00775F7388 0007 OpCode +SCASB 00775F1780 0004 OpCode +SCASD 00775F16D0 0000 OpCode +SCASQ 00775F1678 0000 OpCode +SCASW 00775F1728 0000 OpCode +SCF_ALT (1 << SCf_ 0031 0000000010 DefineStr +SCF_CAPS (1 << SCf_ 0007 0000000010 DefineStr +SCF_CTRL (1 << SCf_ 006D 0000000010 DefineStr +SCF_DELETE (1 << SCf_ 0004 0000000018 DefineStr +SCF_E0_PREFIX (1 << SCf_ 0003 0000000018 DefineStr +SCF_INS (1 << SCf_ 0004 0000000010 DefineStr +SCF_KEY_DESC (1 << SCf_ 00C7 0000000018 DefineStr +SCF_KEY_UP (1 << SCf_ 0007 0000000018 DefineStr +SCF_MS_L_DOWN (1 << SCf_ 0002 0000000018 DefineStr +SCF_MS_R_DOWN (1 << SCf_ 0002 0000000018 DefineStr +SCF_NEW_KEY (1 << SCf_ 0005 0000000018 DefineStr +SCF_NO_SHIFT (1 << SCf_ 0009 0000000018 DefineStr +SCF_NUM (1 << SCf_ 0004 0000000010 DefineStr +SCF_SCROLL (1 << SCf_ 0007 0000000018 DefineStr +SCF_SHIFT (1 << SCf_ 00E9 0000000018 DefineStr +SC_ALT 0x38 0015 0000000008 DefineStr +SC_BACKSPACE 0x0E 0005 0000000008 DefineStr +SC_CAPS 0x3A 0006 0000000008 DefineStr +SC_CTRL 0x1D 0013 0000000008 DefineStr +SC_CURSOR_DOWN 0x50 000E 0000000008 DefineStr +SC_CURSOR_LEFT 0x4B 000E 0000000008 DefineStr +SC_CURSOR_RIGHT 0x4D 000E 0000000008 DefineStr +SC_CURSOR_UP 0x48 000E 0000000008 DefineStr +SC_DELETE 0x53 0014 0000000008 DefineStr +SC_END 0x4F 0009 0000000008 DefineStr +SC_ENTER 0x1C 0004 0000000008 DefineStr +SC_ESC 0x01 0005 0000000008 DefineStr +SC_F1 0x3B 000E 0000000008 DefineStr +SC_F10 0x44 0005 0000000008 DefineStr +SC_F11 0x57 0009 0000000008 DefineStr +SC_F12 0x58 0009 0000000008 DefineStr +SC_F2 0x3C 0008 0000000008 DefineStr +SC_F3 0x3D 0008 0000000008 DefineStr +SC_F4 0x3E 0008 0000000008 DefineStr +SC_F5 0x3F 0007 0000000008 DefineStr +SC_F6 0x40 0005 0000000008 DefineStr +SC_F7 0x41 0008 0000000008 DefineStr +SC_F8 0x42 0003 0000000008 DefineStr +SC_F9 0x43 0003 0000000008 DefineStr +SC_GUI 0xDB 000B 0000000008 DefineStr +SC_HOME 0x47 0009 0000000008 DefineStr +SC_INS 0x52 000F 0000000008 DefineStr +SC_NUM 0x45 0006 0000000008 DefineStr +SC_PAGE_DOWN 0x51 000A 0000000008 DefineStr +SC_PAGE_UP 0x49 000A 0000000008 DefineStr +SC_PAUSE 0x61 0002 0000000008 DefineStr +SC_PRINTSCREEN1 0xAA 0006 0000000008 DefineStr +SC_PRINTSCREEN2 0xB7 0003 0000000008 DefineStr +SC_SCROLL 0x46 0006 0000000008 DefineStr +SC_SHIFT 0x2A 0015 0000000008 DefineStr +SC_TAB 0x0F 0007 0000000008 DefineStr +SCf_ALT 11 0016 0000000008 DefineStr +SCf_CAPS 12 0004 0000000008 DefineStr +SCf_CTRL 10 0033 0000000008 DefineStr +SCf_DELETE 18 0003 0000000008 DefineStr +SCf_E0_PREFIX 7 0004 0000000008 DefineStr +SCf_INS 19 0003 0000000008 DefineStr +SCf_KEY_DESC 31 0059 0000000008 DefineStr +SCf_KEY_UP 8 0004 0000000008 DefineStr +SCf_MS_L_DOWN 16 0004 0000000008 DefineStr +SCf_MS_R_DOWN 17 0004 0000000008 DefineStr +SCf_NEW_KEY 15 0005 0000000008 DefineStr +SCf_NO_SHIFT 30 0006 0000000008 DefineStr +SCf_NUM 13 0004 0000000008 DefineStr +SCf_SCROLL 14 0004 0000000008 DefineStr +SCf_SHIFT 9 006B 0000000008 DefineStr +SEGCS 00775F1620 0000 OpCode +SEGDS 00775F1570 0000 OpCode +SEGES 00775F1518 0000 OpCode +SEGFS 00775F14C0 0000 OpCode +SEGGS 00775F1468 0000 OpCode +SEGSS 00775F15C8 0000 OpCode +SEL_MESH_AND 2 0009 0000000008 DefineStr +SEL_MESH_EQU 0 0007 0000000008 DefineStr +SEL_MESH_OR 1 0003 0000000008 DefineStr +SEMA_DEBUG 0 0004 0000000008 DefineStr +SEMA_DEBUG_MODE 4 0004 0000000008 DefineStr +SEMA_DEV_MEM 13 0012 0000000008 DefineStr +SEMA_DISK_CACHE 11 000A 0000000008 DefineStr +SEMA_FAR_CALL32 12 0010 0000000008 DefineStr +SEMA_FIX 20 000A 0000000008 DefineStr +SEMA_FLUSH_VBE_IMAGE 9 0005 0000000008 DefineStr +SEMA_HEAPLOG_ACTIVE 6 0019 0000000008 DefineStr +SEMA_HEAPLOG_LOCK 7 0023 0000000008 DefineStr +SEMA_JUST_PUMP_MESSAGES 18 0006 0000000008 DefineStr +SEMA_MUTE 17 0006 0000000008 DefineStr +SEMA_RECORD_MACRO 1 000F 0000000008 DefineStr +SEMA_REFRESH_IN_PROGRESS 8 0008 0000000008 DefineStr +SEMA_SEMAS_NUM 21 0005 0000000008 DefineStr +SEMA_SINGLE_USER 10 0005 0000000008 DefineStr +SEMA_SOUND 5 0007 0000000008 DefineStr +SEMA_SYS_DATE 3 0006 0000000008 DefineStr +SEMA_SYS_TIMER 2 0006 0000000008 DefineStr +SEMA_TMBEAT 19 000A 0000000008 DefineStr +SEMA_TT 16 0002 0000000008 DefineStr +SEMA_UPDATE_WIN_Z_BUF 15 0008 0000000008 DefineStr +SEMA_VGA 14 0002 0000000008 DefineStr +SETA 00775F0F28 0000 OpCode +SETAE 00775F1240 0000 OpCode +SETB 00775F1348 0000 OpCode +SETBE 00775F0FD8 0000 OpCode +SETC 00775F1308 0000 OpCode +SETE 00775F1138 0000 OpCode +SETG 00775F0A58 0000 OpCode +SETGE 00775F0BB8 0000 OpCode +SETL 00775F0C68 0000 OpCode +SETLE 00775F0B08 0000 OpCode +SETNA 00775F0F98 0000 OpCode +SETNAE 00775F12B0 0000 OpCode +SETNB 00775F11A8 0000 OpCode +SETNBE 00775F0EE8 0000 OpCode +SETNC 00775F1200 0000 OpCode +SETNE 00775F1088 0000 OpCode +SETNG 00775F0AC8 0000 OpCode +SETNGE 00775F0C28 0000 OpCode +SETNL 00775F0B78 0000 OpCode +SETNLE 00775F0A18 0000 OpCode +SETNO 00775F13A0 0000 OpCode +SETNP 00775F0D18 0000 OpCode +SETNS 00775F0E20 0000 OpCode +SETNZ 00775F1048 0000 OpCode +SETO 00775F13F8 0000 OpCode +SETP 00775F0DC8 0000 OpCode +SETPE 00775F0D88 0000 OpCode +SETPO 00775F0CD8 0000 OpCode +SETS 00775F0E78 0000 OpCode +SETZ 00775F10F8 0000 OpCode +SET_FS_BASE 000000B148 000B ExportSysSym Imm +SET_GS_BASE 000000B132 0008 ExportSysSym Imm +SE_NOISE 0 0005 0000000008 DefineStr +SE_SWEEP 1 0005 0000000008 DefineStr +SFF_IGNORE_CASE 1 000A 0000000008 DefineStr +SFF_WHOLE_LABELS_AFTER 4 000A 0000000008 DefineStr +SFF_WHOLE_LABELS_BEFORE 2 000A 0000000008 DefineStr +SFG_WHOLE_LABELS (SFF_WHOLE 0009 0000000038 DefineStr +SF_ARG1 0x10 0099 0000000008 DefineStr +SF_ARG2 0x18 0055 0000000008 DefineStr +SF_ARG3 0x20 0034 0000000008 DefineStr +SF_ARG4 0x28 000F 0000000008 DefineStr +SF_ARG5 0x30 000A 0000000008 DefineStr +SF_ARG6 0x38 0004 0000000008 DefineStr +SF_ARG7 0x40 0002 0000000008 DefineStr +SF_ARG8 0x48 0002 0000000008 DefineStr +SF_RBP 0x00 0004 0000000008 DefineStr +SF_RIP 0x08 0006 0000000008 DefineStr +SGDT 00775F3320 0000 OpCode +SGF_SHIFT_ESC_EXIT 1 0005 0000000008 DefineStr +SGF_WITH_NEW_LINE 2 000A 0000000008 DefineStr +SHIFT_KEY_SCAN_DECODE_TABLE 000001926B 0007 ExportSysSym Imm +SHL 00775EFC68 0029 OpCode +SHL1 00775EFAD8 0039 OpCode +SHLD 00775F0988 0000 OpCode +SHR 00775EF920 0029 OpCode +SHR1 00775EF898 0000 OpCode +SHRD 00775F0910 0003 OpCode +SI 0000000206 0041 Reg +SIDT 00775F3230 0000 OpCode +SLDT 00775F3160 0000 OpCode +SMArrow 0076A168B0 0003 0000000115 Funct +SMBIOSEntryScan 00764B8090 0005 0000000086 Funct +SMBIOSInit 00764B5828 0003 0000001E5B Funct +SMBIOSStr 00767F3828 0059 000000006F Funct +SMBIOSStructGet 00764B7FE0 0001 000000009B Funct +SMBIOSt_ALL 0xFF 0005 0000000008 DefineStr +SMBIOSt_BASEBOARD 2 0005 0000000008 DefineStr +SMBIOSt_BATTERY 22 0005 0000000008 DefineStr +SMBIOSt_BIOS 0 0008 0000000008 DefineStr +SMBIOSt_BOOT_INFO 32 0002 0000000008 DefineStr +SMBIOSt_CACHE 7 0005 0000000008 DefineStr +SMBIOSt_CONNECTOR 8 0005 0000000008 DefineStr +SMBIOSt_ENCLOSURE 3 0005 0000000008 DefineStr +SMBIOSt_MAPPED_ADDR 19 0002 0000000008 DefineStr +SMBIOSt_MEM_DEVICE 17 000B 0000000008 DefineStr +SMBIOSt_OEM_STRINGS 11 0008 0000000008 DefineStr +SMBIOSt_PHYMEM 16 0005 0000000008 DefineStr +SMBIOSt_PROCESSOR 4 0008 0000000008 DefineStr +SMBIOSt_SLOT 9 0005 0000000008 DefineStr +SMBIOSt_SYSTEM 1 0005 0000000008 DefineStr +SMBIOSt_SYS_CONFIG_OPTIONS 12 0005 0000000008 DefineStr +SMBitMap 007699DA28 0005 00000004E5 Funct +SMCircle 00769EDE10 0003 0000000183 Funct +SMEllipse 00769AD9C0 0003 000000036B Funct +SMLine 007699FA28 0003 00000000FF Funct +SMMesh 007698FF28 0003 0000000221 Funct +SMPlanarSymmetry 0076999AF8 0003 000000011C Funct +SMPolyLineFamily 0076995258 0003 000000032A Funct +SMPolyPoint 0076993D48 0003 000000024D Funct +SMPolygon 00769967B8 0003 0000000388 Funct +SMRect 00769DF6E0 0003 0000000154 Funct +SMSW 00775F3090 0000 OpCode +SMScreenBitMap 00769B45A0 0003 0000000335 Funct +SMShiftableMesh 0076A45048 0005 0000000396 Funct +SMTaskTitleSet 007698E550 0003 00000000F1 Funct +SMTextFamily 0076992880 0003 00000001E8 Funct +SM_INS 1 0003 0000000008 DefineStr +SM_PLAY 2 0003 0000000008 DefineStr +SM_RECORD 0 0003 0000000008 DefineStr +SM_REPEAT_N 3 0003 0000000008 DefineStr +SM_STOP 4 0003 0000000008 DefineStr +SP 0000000204 000C Reg +SPBM_ADD_OUTLINE 23 0003 0000000008 DefineStr +SPBM_ARROW 7 000D 0000000008 DefineStr +SPBM_CIRCLE 9 0009 0000000008 DefineStr +SPBM_COLOR 2 0003 0000000008 DefineStr +SPBM_COPY 17 0009 0000000008 DefineStr +SPBM_DELETE 18 000B 0000000008 DefineStr +SPBM_DITHER_COLOR 3 0003 0000000008 DefineStr +SPBM_ETCH 24 0003 0000000008 DefineStr +SPBM_EXIT 0 0003 0000000008 DefineStr +SPBM_FIND_AND_REPLACE 21 0003 0000000008 DefineStr +SPBM_FLOOD_FILL 13 0005 0000000008 DefineStr +SPBM_FLOOD_FILL_NOT 14 0005 0000000008 DefineStr +SPBM_LINE 6 000B 0000000008 DefineStr +SPBM_MAIN_MENU 1 0003 0000000008 DefineStr +SPBM_PASTE 19 000F 0000000008 DefineStr +SPBM_PASTE_TRANSPARENT 20 0009 0000000008 DefineStr +SPBM_POLYLINE 15 000B 0000000008 DefineStr +SPBM_POLYPT 16 0009 0000000008 DefineStr +SPBM_PT 5 0005 0000000008 DefineStr +SPBM_RECT 8 0009 0000000008 DefineStr +SPBM_SAVE_GR 26 0003 0000000008 DefineStr +SPBM_TEXT 10 0009 0000000008 DefineStr +SPBM_TEXT_BOX 11 0009 0000000008 DefineStr +SPBM_TEXT_DIAMOND 12 0009 0000000008 DefineStr +SPBM_TRIM_TO_EXTENTS 22 0003 0000000008 DefineStr +SPBM_UNDO 25 0003 0000000008 DefineStr +SPBM_WIDTH 4 0003 0000000008 DefineStr +SPEDF_SEL 1 0015 0000000008 DefineStr +SPEDT_SIMPLE_PT 0 0015 0000000008 DefineStr +SPEDT_WIDTH_HEIGHT 1 000B 0000000008 DefineStr +SPED_EXIT 15 0007 0000000008 DefineStr +SPED_INS_CLIP 13 0003 0000000008 DefineStr +SPED_MAIN_MENU 14 0005 0000000008 DefineStr +SPED_SEL 2 0005 0000000008 DefineStr +SPED_SEL_RECTS 3 0005 0000000008 DefineStr +SPED_SEL_UNSEL_ALL 0 0003 0000000008 DefineStr +SPED_SET_ORIGIN 10 0003 0000000008 DefineStr +SPED_SHIFT_PTS 6 0007 0000000008 DefineStr +SPED_SHIFT_RECTS 7 0007 0000000008 DefineStr +SPED_SHIFT_SEL 8 0003 0000000008 DefineStr +SPED_SHIFT_SUB_ORIGIN 11 0003 0000000008 DefineStr +SPED_TEXT_ED 12 0003 0000000008 DefineStr +SPED_TRANSFORM_SEL 9 0003 0000000008 DefineStr +SPED_UNSEL 4 0007 0000000008 DefineStr +SPED_UNSEL_RECTS 5 0009 0000000008 DefineStr +SPE_ABORT (-1) 0011 0000000008 DefineStr +SPE_CONT 1 000B 0000000008 DefineStr +SPE_EXIT 0 0015 0000000008 DefineStr +SPF_SEL 128 0019 0000000008 DefineStr +SPG_TYPE_MASK 0x7F 004B 0000000008 DefineStr +SPHT_ELEM_CODE 1 0005 0000000008 DefineStr +SPT_ARROW 26\t\t\t 0017 0000000008 DefineStr +SPT_BITMAP 23\t\t\t 002B 0000000008 DefineStr +SPT_BSPLINE2 17\t\t\t 001F 0000000008 DefineStr +SPT_BSPLINE2_CLOSED 18\t\t\t 001D 0000000008 DefineStr +SPT_BSPLINE3 19\t\t\t 001B 0000000008 DefineStr +SPT_BSPLINE3_CLOSED 20\t\t\t 0019 0000000008 DefineStr +SPT_CIRCLE 14\t\t\t 0019 0000000008 DefineStr +SPT_COLOR 1 \t\t\t 001B 0000000008 DefineStr +SPT_DITHER_COLOR 2 \t\t\t 0013 0000000008 DefineStr +SPT_ED_MENU -5 0003 0000000008 DefineStr +SPT_ELLIPSE 15\t\t\t 001B 0000000008 DefineStr +SPT_END 0 \t\t\t 000B 0000000008 DefineStr +SPT_EXIT -6 0005 0000000008 DefineStr +SPT_FLOOD_FILL 21\t\t\t 0019 0000000008 DefineStr +SPT_FLOOD_FILL_NOT 22\t\t\t 0019 0000000008 DefineStr +SPT_INS_SCREEN_BITMAP -3 0007 0000000008 DefineStr +SPT_INS_TRANSPARENT_SCREEN_BITMAP -4 0009 0000000008 DefineStr +SPT_LINE 10\t\t\t 0017 0000000008 DefineStr +SPT_MENU -2 002D 0000000008 DefineStr +SPT_MESH 24\t\t\t 0027 0000000008 DefineStr +SPT_PLANAR_SYMMETRY 4 \t\t\t 0021 0000000008 DefineStr +SPT_POLYGON 16\t\t\t 001B 0000000008 DefineStr +SPT_POLYLINE 11\t\t\t 001F 0000000008 DefineStr +SPT_POLYPT 9 \t\t\t 0021 0000000008 DefineStr +SPT_PT 8 \t\t\t 001B 0000000008 DefineStr +SPT_RECT 12\t\t\t 0019 0000000008 DefineStr +SPT_ROTATED_RECT 13\t\t\t 0017 0000000008 DefineStr +SPT_SHIFT 7 \t\t\t 0013 0000000008 DefineStr +SPT_SHIFTABLE_MESH 25\t\t\t 0027 0000000008 DefineStr +SPT_TEXT 27\t\t\t 0017 0000000008 DefineStr +SPT_TEXT_BOX 28\t\t\t 0017 0000000008 DefineStr +SPT_TEXT_DIAMOND 29\t\t\t 0017 0000000008 DefineStr +SPT_THICK 3 \t\t\t 0015 0000000008 DefineStr +SPT_TRANSFORM_OFF 6 \t\t\t 000D 0000000008 DefineStr +SPT_TRANSFORM_ON 5 \t\t\t 0011 0000000008 DefineStr +SPT_TYPES_NUM 30 0009 0000000008 DefineStr +SPf_SEL 7 0011 0000000008 DefineStr +SPutChar 0000011C7A 0036 ExportSysSym Imm +SS 0000000502 000D Reg +SSF_INACTIVE 1 0006 0000000008 DefineStr +SSF_NO_COMPRESSION 2 0004 0000000008 DefineStr +SSF_NO_TENSION 4 0004 0000000008 DefineStr +ST0 0000000600 009D Reg +ST1 0000000601 0027 Reg +ST2 0000000602 0000 Reg +ST3 0000000603 0000 Reg +ST4 0000000604 0000 Reg +ST5 0000000605 0000 Reg +ST6 0000000606 0000 Reg +ST7 0000000607 0000 Reg +STC 00775F08D0 0000 OpCode +STD 00775F0878 0000 OpCode +STD_DISTRO_DVD_CONFIG \"TB\\nSca 0005 0000000030 DefineStr +STI 00775F0820 000C OpCode +STOSB 00775F07C8 0001 OpCode +STOSD 00775F0718 0004 OpCode +STOSQ 00775F06C0 0000 OpCode +STOSW 00775F0770 0000 OpCode +STR 00775F0630 0000 OpCode +STR_LEN 144 007D 0000000008 DefineStr +ST_ARG_TYPES NONE 38 04F7 0000000118 DefineStr +ST_BIBLE_BOOKS Genesis 42 0000 0000000238 DefineStr +ST_BIBLE_BOOK_LINES 297 43 0002 0000000190 DefineStr +ST_BIBLE_LINES 100110 0003 0000000008 DefineStr +ST_BIN_FILE_TYPES END 1B 0000 00000000E8 DefineStr +ST_BLKDEV_TYPES NULL 06 0002 0000000030 DefineStr +ST_COLORS BLACK 10 0001 0000000068 DefineStr +ST_CPUID_1_ECX_FLAGS SSE3 13B 0000 00000011D8 DefineStr +ST_CPUID_1_EDX_FLAGS x87 FPU 20 0000 00000001D0 DefineStr +ST_DAYS_OF_WEEK Sunday 07 0005 0000000040 DefineStr +ST_DOC_CMDS TX 2B 0186 0000000088 DefineStr +ST_DOC_FLAGS T 3E 0007 00000000C0 DefineStr +ST_DRIVE_TYPES NULL 06 0002 0000000028 DefineStr +ST_ERR_ST \"\d\dRED\ 000A 0000000028 DefineStr +ST_FALSE_TRUE False 23 0000 00000000E8 DefineStr +ST_FILE_ATTRS R 0C 02C4 0000000020 DefineStr +ST_FILE_UTIL_FLAGS r 17 0599 0000000038 DefineStr +ST_FSTACK_REGS ST0 08 0000 0000000028 DefineStr +ST_HTT_TYPES ExportSysS 20 1820 00000000D0 DefineStr +ST_INT_NAMES Divide Err 33 0000 0000000170 DefineStr +ST_INT_SIZE_TYPES I8 08 0000 0000000020 DefineStr +ST_LINK_TYPES FI 10 0000 0000000038 DefineStr +ST_MM_REGS MM0 08 0000 0000000028 DefineStr +ST_MONTHS January 0C 0000 0000000058 DefineStr +ST_NATURAL_TYPES I8 0A 0000 0000000030 DefineStr +ST_OFF_ON Off 26 0000 00000000F8 DefineStr +ST_RAINBOW_10 BLACK 0A 0000 0000000040 DefineStr +ST_RAW_TYPES 10 0000 0000000040 DefineStr +ST_RHYTHM_COMPLEXITY Simple 03 0000 0000000018 DefineStr +ST_SEG_REGS ES 06 0000 0000000018 DefineStr +ST_SMBIOS_BASEBOARD_FLAGS Hosting Bo 13 0000 0000000138 DefineStr +ST_SMBIOS_BASEBOARD_TYPES 0D 0000 00000000C0 DefineStr +ST_SMBIOS_BIOS_FLAGS 4C 0000 00000005D8 DefineStr +ST_SMBIOS_BIOS_FLAGSEXT1 ACPI 2C 0000 0000000250 DefineStr +ST_SMBIOS_BIOS_FLAGSEXT2 BIOS Boot 23 0000 0000000208 DefineStr +ST_SMBIOS_CACHE_ASSOCIATIVITY CE 0000 0000000DD8 DefineStr +ST_SMBIOS_CACHE_SRAM_TYPES Other D6 0000 0000000DD8 DefineStr +ST_SMBIOS_CONNECTOR_TYPES None BE 0000 0000000BD8 DefineStr +ST_SMBIOS_ENCLOSURE_SECURITY_STATUSES 33 0000 00000002D8 DefineStr +ST_SMBIOS_ENCLOSURE_STATES 3B 0000 0000000328 DefineStr +ST_SMBIOS_ENCLOSURE_TYPES 61 0000 00000005D8 DefineStr +ST_SMBIOS_MEMDEV_FORM_FACTORS 45 0000 0000000268 DefineStr +ST_SMBIOS_MEMDEV_TYPES 34 0000 00000001E0 DefineStr +ST_SMBIOS_MEMDEV_TYPE_DETAILS 12 0000 00000000D0 DefineStr +ST_SMBIOS_PHYMEM_LOCATIONS 10 0000 00000000A0 DefineStr +ST_SMBIOS_PHYMEM_USES 4E 0000 00000002D8 DefineStr +ST_SMBIOS_PORT_TYPES None 99 0000 00000009D8 DefineStr +ST_SMBIOS_PROCESSOR_FLAGS E0 0000 0000000DD8 DefineStr +ST_SMBIOS_PROCESSOR_TYPES 2C 0000 0000000268 DefineStr +ST_SMBIOS_PROCESSOR_UPGRADES 11B 0000 0000000FD8 DefineStr +ST_SMBIOS_PROCESSOR_VOLTAGE_LEVELS 5V 24 0000 0000000200 DefineStr +ST_SMBIOS_SLOT_DATA_BUS_WIDTHS 2E 0000 00000001C8 DefineStr +ST_SMBIOS_SLOT_FLAGS1 1E 0000 0000000160 DefineStr +ST_SMBIOS_SLOT_FLAGS2 PCI Power 15 0000 00000000F8 DefineStr +ST_SMBIOS_SLOT_TYPES1 72 0000 00000007D8 DefineStr +ST_SMBIOS_SLOT_TYPES2 4C 0000 00000003B0 DefineStr +ST_SMBIOS_WAKEUP_TYPES 1D 0000 00000001A8 DefineStr +ST_SPRITE_BITMAP_MENU Exit 1B 0000 00000000F8 DefineStr +ST_SPRITE_ED_MENU Select/Uns 0F 0000 00000000C8 DefineStr +ST_SPRITE_ELEM_CODES End 1E 0001 00000000E8 DefineStr +ST_SPRITE_ELEM_TYPES End 1E 0000 0000000128 DefineStr +ST_TY_TYPES NULL 07 0000 0000000028 DefineStr +ST_U16_REGS AX 10 0000 0000000050 DefineStr +ST_U32_REGS EAX 10 0000 0000000058 DefineStr +ST_U64_REGS RAX 10 0009 0000000040 DefineStr +ST_U8_REGS AL 10 0000 0000000048 DefineStr +ST_U8_REX_REGS AL 10 0000 0000000058 DefineStr +ST_WARN_ST \"\d\dLTRE 0019 0000000030 DefineStr +ST_XMM_REGS XMM0 0F 0000 0000000058 DefineStr +SU 00764909B8 0003 00000000BE Funct Public +SUB 00775F71E0 0057 OpCode +SUF_REM_CTRL_CHARS 0x001 000A 0000000008 DefineStr +SUF_REM_LEADING 0x002 0013 0000000008 DefineStr +SUF_REM_SPACES 0x008 0004 0000000008 DefineStr +SUF_REM_TRAILING 0x004 001C 0000000008 DefineStr +SUF_S2T 0x080 0006 0000000008 DefineStr +SUF_SAFE_DOLLAR 0x400 0003 0000000008 DefineStr +SUF_SCALE_INDENT 0x200 0003 0000000008 DefineStr +SUF_SINGLE_SPACE 0x010 0006 0000000008 DefineStr +SUF_T2S 0x100 0003 0000000008 DefineStr +SUF_TO_LOWER 0x040 0003 0000000008 DefineStr +SUF_TO_UPPER 0x020 0010 0000000008 DefineStr +SUFile 007648D098 0003 000000010D Funct +SV_I_REG 9 0005 0000000008 DefineStr +SV_NONE 11 0004 0000000008 DefineStr +SV_R_REG 8 0007 0000000008 DefineStr +SV_STI_LIKE 10 0004 0000000008 DefineStr +SYS_16MEG_AREA_LIMIT 0x1000000 0009 0000000010 DefineStr +SYS_BOOT_BLK 0000007C28 0005 ExportSysSym Imm +SYS_BOOT_PATCH_TABLE_BASE 0000007C2C 0006 ExportSysSym Imm +SYS_BOOT_SRC 0000007C24 0005 ExportSysSym Imm +SYS_CACHE_LINE_WIDTH 0000009AA0 0004 ExportSysSym Imm +SYS_CODE_BP 00000098E8 0006 ExportSysSym Imm +SYS_COMPILE_TIME 0000007C34 0004 ExportSysSym Imm +SYS_CPU_STRUCTS 0000009A40 0005 ExportSysSym Imm +SYS_CTRL_ALT_FLAGS 00000098D8 0006 ExportSysSym Imm +SYS_DATA_BP 00000098F0 0006 ExportSysSym Imm +SYS_ENTER_LONG_MODE 000000A6A0 0005 ExportSysSym Imm +SYS_EXTERN_TABLE 00000098E0 0007 ExportSysSym Imm +SYS_FIND_PCIBIOS_SERVICE_DIR 000001EB63 0003 ExportSysSym Imm +SYS_FIND_PCI_SERVICES 000001EBB1 0003 ExportSysSym Imm +SYS_FIXED_AREA 0x100000 0020 0000000010 DefineStr +SYS_FOCUS_TASK 0000009A38 0006 ExportSysSym Imm +SYS_FONT_PTR 00000090A0 0005 ExportSysSym Imm +SYS_GDT 0000008020 0006 ExportSysSym Imm +SYS_GDT_PTR 000000800C 0005 ExportSysSym Imm +SYS_HASH_BUCKET_FIND 000000F7AC 0004 ExportSysSym Imm +SYS_HASH_FIND 000000F788 0004 ExportSysSym Imm +SYS_HASH_FIND1 000000F783 0002 ExportSysSym Imm +SYS_HASH_SINGLE_TABLE_FIND 000000F73A 0005 ExportSysSym Imm +SYS_HASH_SINGLE_TABLE_FIND1 000000F735 0002 ExportSysSym Imm +SYS_HASH_STR 000000F710 0007 ExportSysSym Imm +SYS_HEAP_DEBUG_FLAG 00000098D6 0004 ExportSysSym Imm +SYS_HEAP_INIT_FLAG 00000098D2 0004 ExportSysSym Imm +SYS_HEAP_INIT_VAL 00000098D3 0004 ExportSysSym Imm +SYS_IDLE_PT 000000D23A 0007 ExportSysSym Imm +SYS_INIT_16MEG_SYS_CODE_BP 000000D5D0 0003 ExportSysSym Imm +SYS_INIT_PAGE_TABLES 000000D40D 0003 ExportSysSym Imm +SYS_KERNEL 0000007C20 0003 ExportSysSym Imm +SYS_KERNEL_END 00000320F0 0002 ExportSysSym Imm +SYS_MEM_INIT_FLAG 00000098D0 0004 ExportSysSym Imm +SYS_MEM_INIT_VAL 00000098D1 0004 ExportSysSym Imm +SYS_MP_COUNT 0000009A48 0004 ExportSysSym Imm +SYS_MP_COUNT_INITIAL 0000009A50 0006 ExportSysSym Imm +SYS_MP_COUNT_LOCK 0000009A58 0006 ExportSysSym Imm +SYS_PCIBIOS_SERVICE_CALL 000001EBCE 0003 ExportSysSym Imm +SYS_PCIBIOS_SERVICE_DIR 000001EB5B 0007 ExportSysSym Imm +SYS_PCI_BUSES 0000008016 0006 ExportSysSym Imm +SYS_PCI_SERVICES 000001EB5F 0008 ExportSysSym Imm +SYS_POW 000000AB5E 0019 ExportSysSym Imm +SYS_PROGRESS1 00000098F8 0004 ExportSysSym Imm +SYS_PROGRESS1_DESC 0000009918 0004 ExportSysSym Imm +SYS_PROGRESS1_MAX 0000009900 0004 ExportSysSym Imm +SYS_PROGRESS1_T0 0000009908 0004 ExportSysSym Imm +SYS_PROGRESS1_TF 0000009910 0004 ExportSysSym Imm +SYS_PROGRESS2 0000009948 0004 ExportSysSym Imm +SYS_PROGRESS2_DESC 0000009968 0004 ExportSysSym Imm +SYS_PROGRESS2_MAX 0000009950 0004 ExportSysSym Imm +SYS_PROGRESS2_T0 0000009958 0004 ExportSysSym Imm +SYS_PROGRESS2_TF 0000009960 0004 ExportSysSym Imm +SYS_PROGRESS3 0000009998 0004 ExportSysSym Imm +SYS_PROGRESS3_DESC 00000099B8 0004 ExportSysSym Imm +SYS_PROGRESS3_MAX 00000099A0 0004 ExportSysSym Imm +SYS_PROGRESS3_T0 00000099A8 0004 ExportSysSym Imm +SYS_PROGRESS3_TF 00000099B0 0004 ExportSysSym Imm +SYS_PROGRESS4 00000099E8 0004 ExportSysSym Imm +SYS_PROGRESS4_DESC 0000009A08 0004 ExportSysSym Imm +SYS_PROGRESS4_MAX 00000099F0 0004 ExportSysSym Imm +SYS_PROGRESS4_T0 00000099F8 0004 ExportSysSym Imm +SYS_PROGRESS4_TF 0000009A00 0004 ExportSysSym Imm +SYS_PROGRESSES 00000098F8 0005 ExportSysSym Imm +SYS_RAM_REBOOT 000000A6E1 000B ExportSysSym Imm +SYS_RAM_REBOOT_END 000000A722 0008 ExportSysSym Imm +SYS_RUN_LEVEL 0000007C30 000C ExportSysSym Imm +SYS_SEMAS 0000009B00 0007 ExportSysSym Imm +SYS_START_CR0 (CR0F_PE | 0005 0000000018 DefineStr +SYS_TIMER0_PERIOD (65536 * 1 0007 0000000020 DefineStr +SYS_TIMER_FREQ (18333 * 6 0005 0000000018 DefineStr +SYS_VAR_INIT_FLAG 00000098D4 0004 ExportSysSym Imm +SYS_VAR_INIT_VAL 00000098D5 0004 ExportSysSym Imm +SYS_VBE_FINAL_MODE 00000093E4 0005 ExportSysSym Imm +SYS_VBE_FINAL_MODE_NUM 00000094E4 0008 ExportSysSym Imm +SYS_VBE_INFO 00000090A4 0006 ExportSysSym Imm +SYS_VBE_MODES 00000092A4 0005 ExportSysSym Imm +Saw 0076986378 0001 000000008E Funct Public +Scale2Mem 000000E80C 0003 0000000072 Funct Public +ScaleIndent 000000F1D8 0004 00000000F4 Funct Public +ScanCode2Char 000001974B 0008 0000000081 Funct Public +ScanCode2KeyName 0000019B8B 000D 00000006C6 Funct Public +Screen2Clip 00769AA130 0003 000000007E Funct +ScreenCast 00000163E6 0003 00000000BB Funct Public +ScreenZoomTablesSize 0076509CB0 0003 0000000033 Funct +Seed 000000CFC8 0004 0000000060 Funct Public +Seg2Linear 000000E884 000C 000000002C Funct Public +ServerCmdLine 000001D48B 000C 000000003C Funct +ServerStartUp 0076413920 0003 0000000028 Funct +ServerTaskCont 000001D32B 0005 0000000085 Funct Public +SettingsPop 0076643678 000F 0000000126 Funct Public +SettingsPop2 00766AC7B0 0005 0000000141 Funct +SettingsPush 00766ACEF0 000F 0000000225 Funct Public +Sign 000000AA39 0008 Funct Public +SignI64 00000000AA 000C Funct Public +Silent 00000165A6 0064 0000000022 Funct Public +Sin 00000000B5 0036 Funct Public +SingleUser 000001669E 000B 0000000022 Funct Public +Sinh 0077576878 0001 000000004B Funct Public +Size 0076971540 0001 00000000BB Funct Public +Size1 0076AE5A28 0005 0000000069 Funct +SizeRep 00764A66B0 0001 0000000124 Funct Public +SizeRep1 00764BA5A0 0005 000000004E Funct +SizeRep2 00767AB828 0005 00000000D1 Funct +Sleep 00000161E6 003D 000000003E Funct Public +SleepUntil 000001618E 000A 0000000053 Funct Public +Sort 00764B8C78 0001 000000023D Funct Public +Sound 00000162D6 0034 000000010A Funct Public +SoundEffectEndTaskCB 007697C418 0003 0000000035 Funct +SoundEffectTask 00769EC2C8 0005 0000000266 Funct +SoundReset 00000164A6 0005 0000000036 Funct Public +SoundShift 0076A79A28 0001 0000000066 Funct Public +SoundTaskEndCB 0076999228 0005 0000000012 Funct Public +Spaces2Tabs 000000BB14 0004 0000000103 Funct Public +Spawn 000001CE9B 002C 000000018F Funct Public +SpawnQueue 000001FC7A 0005 00000000BA Funct +SpringFind 0077400028 0001 0000000101 Funct Public +Sprite 0076A14660 0001 000000003F Funct Public +Sprite2Code 00769EABE8 0003 0000000040 Funct Public +Sprite2DC 0076A95A28 0001 0000000070 Funct Public +Sprite2SpriteQueue 00769C71D0 000B 0000000090 Funct +Sprite3 0076A24428 001F 0000000A6F Funct Public +Sprite3B 0076A17FA0 0001 00000000B4 Funct Public +Sprite3Mat4x4B 0076ACBA28 0007 00000000CD Funct Public +Sprite3XB 0076A16840 0001 000000005D Funct Public +Sprite3YB 0076A1E2B8 0001 000000005D Funct Public +Sprite3ZB 0076A1D960 0001 000000005D Funct Public +SpriteBitMapEd 00769CDA28 0003 00000015C7 Funct +SpriteCtrlPtsDraw 00769EE290 0009 0000000137 Funct +SpriteCtrlPtsMove 00769B17A8 0003 00000000C1 Funct +SpriteEd 00769ABE28 0003 000000079F Funct +SpriteEdText 0076A52218 0003 000000022F Funct +SpriteEdUpdate 00769FB618 0031 0000000071 Funct +SpriteElem2Code 00769CC228 0003 0000000D31 Funct +SpriteElem2Summary 0076A33C90 0003 0000000369 Funct Public +SpriteElemQueuedBaseSize 0076A26E58 004D 0000000024 Funct +SpriteElemSize 0076A2D8E8 001D 0000000113 Funct +SpriteExtents 0076A1D030 0008 00000000FC Funct Public +SpriteInterpolate 0076A3E228 0001 00000007CC Funct Public +SpriteMainEd 00773DB428 0005 0000001391 Funct +SpriteMeshEd 00769DD028 0005 0000001ED0 Funct +SpritePolyPtPlot 00769C7960 0005 000000005A Funct +SpritePtQueueNew 00769E7690 0003 0000000317 Funct +SpriteQueue2Sprite 00769C6D98 0009 000000008C Funct +SpriteQueueSelAll 0077FC0AD8 0015 0000000044 Funct +SpriteQueueSelCount 0076B4A768 000B 0000000055 Funct +SpriteScreenInit 007736DCD0 001D 000000018A Funct +SpriteSelAll 0077FC0168 0005 0000000046 Funct +SpriteSelUnselShiftPts 00769AE628 0003 0000000682 Funct +SpriteSetOrigin 00769ECEB8 0005 0000000220 Funct +SpriteSetSettings 007747D628 0019 00000001BB Funct +SpriteSideBar2SpriteQueue 00769CA3C8 0007 00000000FE Funct +SpriteSideBarPickNew 00769DF330 0003 000000020F Funct +SpriteSideBarTask 00769EE880 0001 00000000BA Funct +SpriteSideBarTask2 0076B6FA28 0003 0000000093 Funct +SpriteSize 0076A4B628 0007 0000000047 Funct Public +SpriteTransform 0076B6FCC0 0001 0000000056 Funct Public +SpriteTransformBitMap 00769BA108 0003 0000000388 Funct +SpriteTransformCircle 00769BCFE0 0003 0000000193 Funct +SpriteTransformEllipse 00769BC048 0003 000000024C Funct +SpriteTransformQueue 00769B7028 0005 00000007FD Funct +SpriteTransformRect 00769BB2C0 0005 000000024A Funct +SpriteTypeMask 0076A9FA28 0005 000000006A Funct +Sqr 00000000B2 002C Funct Public +SqrI64 00000000B0 00C0 Funct Public +SqrU64 00000000B1 0002 Funct Public +Sqrt 00000000B4 005D Funct Public +SrcEdLink 0000031548 0009 0000000098 Funct Public +SrcFileName 0000031410 0004 0000000135 Funct Public +SrcLineNum 0000031250 0004 00000001BD Funct Public +StackRep 0000016A4E 0003 00000001EA Funct Public +StartUpTasks 00763165E8 0003 000000011D Funct +Str2ColorU16 0000015856 0005 00000001D2 Funct Public +Str2ColorU32 0000015A2E 0007 000000008D Funct Public +Str2Date 000001466E 0015 00000002B4 Funct Public +Str2F64 0000014436 0004 0000000238 Funct Public +Str2I64 000001424E 003C 00000001E2 Funct Public +StrCompare 000000B30E 0095 Funct Public +StrCopy 000000B2E6 00DB Funct Public +StrFind 000000BF2C 0012 00000000DF Funct Public +StrFirstOcc 000000BDA4 0003 0000000047 Funct Public +StrFirstRemove 000000BDEC 001B 0000000095 Funct Public +StrGet 000001C233 0019 0000000079 Funct Public +StrICompare 000000B34C 0014 Funct Public +StrIMatch 000000B492 0008 Funct Public +StrLastOcc 000000BE84 0012 0000000047 Funct Public +StrLastRemove 000000BECC 001D 000000005E Funct Public +StrLen 0000000084 0161 Funct Public +StrMatch 000000B43D 0013 Funct Public +StrNCompare 000000B39F 0021 Funct Public +StrNGet 000001C2B3 000C 000000011B Funct Public +StrNICompare 000000B3E1 0003 Funct Public +StrNew 000000E1AC 0174 0000000066 Funct Public +StrOcc 000000BACC 0022 0000000041 Funct Public +StrPrint 0000014016 0074 0000000028 Funct Public +StrPrintFunSeg 0000030ED8 0005 ExportSysSym Imm +StrPrintHex 000000B194 0004 000000006D Funct +StrPrintJoin 000001241E 0041 0000001BF6 Funct Public +StrReplace 000000C00C 0015 000000012C Funct Public +StrScan 0000014926 0007 00000004D5 Funct Public +StrUtil 000000BC1C 000B 0000000188 Funct Public +StreamDir 007762350F 000F 000000004E Funct +StreamDoc 00768FD600 0002 000000008D Funct Public +StreamExePrint 00776253FF 0003 00000000EB Funct Public +StreamPrint 0077623467 001E 00000000A6 Funct Public +Struct2Date 000001158A 000A 00000000EB Funct Public +Suspend 000001CA1B 0019 0000000051 Funct Public +SwapI64 00000000A8 0044 Funct Public +SwapU16 00000000A6 0014 Funct Public +SwapU32 00000000A7 0004 Funct Public +SwapU8 00000000A5 0002 Funct Public +Sweep 00769AD7C8 0001 0000000091 Funct Public +Sys 000001E5B3 0013 00000000A4 Funct Public +SysBadFree 000000D69E 0004 ExportSysSym Imm +SysBadMAlloc 000000D6C6 0003 ExportSysSym Imm +SysCAlloc 000000DF8C 001D 000000001B Funct Public +SysCls 0076655E00 0001 0000000021 Funct Public +SysDebug 00000165EE 0003 0000000022 Funct Public +SysDefinesLoad 0000015186 0003 ExportSysSym Imm +SysErr 000001E7A3 0011 00000000BD Funct Public +SysFile 0076785A28 0007 00000000EC Funct Public +SysGetStr2 00000174C6 0004 ExportSysSym Imm +SysGlobalsInit 0000031780 0003 ExportSysSym Imm +SysGrInit 0000031A48 0003 ExportSysSym Imm +SysHlt 000000B190 0005 Funct Public +SysI64Get 0000028083 0002 ExportSysSym Imm +SysLog 000001E65B 0005 000000007F Funct Public +SysMAlloc 000000DF34 0014 000000001B Funct Public +SysMAllocIdent 000000DFFC 0007 000000001B Funct Public +SysMacro2Str 00769665B8 0005 0000000205 Funct +SysMacroStripKey 007675D2B0 0003 000000007E Funct +SysOnce 00766F0388 0001 0000000067 Funct Public +SysOnceDrive 00766DF5F8 0001 00000000AB Funct Public +SysOnceFlush 00766CA748 0009 0000000028 Funct Public +SysReAlloc 000000E184 0003 0000000022 Funct Public +SysRep 00764A1828 000E 00000039D6 Funct Public +SysRepFlagsMake 00766D0808 000D 00000000C5 Funct +SysStrNew 000000E214 002C 000000001B Funct Public +SysSymImportsResolve 0000010EC2 0008 0000000059 Funct +SysTimerRead 0000015F76 0006 0000000086 Funct Public +SysTry 0000018E53 0019 000000009E Funct +SysUntry 0000018EF3 0019 0000000033 Funct +SysWarn 000001E6DB 0003 00000000C1 Funct Public +TASK_CONTEXT_SAVE 000000D088 0005 ExportSysSym Imm +TASK_EXCEPT_CALLERS 8 0005 0000000008 DefineStr +TASK_HASH_TABLE_SIZE (1 << 10) 0003 0000000010 DefineStr +TASK_NAME_LEN 32 0006 0000000008 DefineStr +TASK_SIGNATURE_VAL 'TskS' 0006 0000000008 DefineStr +TASKf_AWAITING_MESSAGE 9 000B 0000000008 DefineStr +TASKf_BREAK_LOCKED 10 0005 0000000008 DefineStr +TASKf_BREAK_TO_SHIFT_ESC 12 0008 0000000008 DefineStr +TASKf_CMD_LINE_PROMPT 4 0005 0000000008 DefineStr +TASKf_DISABLE_BPTS 8 0005 0000000008 DefineStr +TASKf_FILTER_INPUT 6 0009 0000000008 DefineStr +TASKf_HAS_SONG 7 0008 0000000008 DefineStr +TASKf_IDLE 3 001D 0000000008 DefineStr +TASKf_INPUT_FILTER_TASK 5 0012 0000000008 DefineStr +TASKf_KILL_AFTER_DEBUG 13 0004 0000000008 DefineStr +TASKf_KILL_TASK 1 000A 0000000008 DefineStr +TASKf_NONTIMER_RAND 14 0021 0000000008 DefineStr +TASKf_PENDING_BREAK 11 0004 0000000008 DefineStr +TASKf_SUSPENDED 2 0005 0000000008 DefineStr +TASKf_TASK_LOCK 0 0012 0000000008 DefineStr +TEST 00775F70A8 0098 OpCode +TEXT_COLS 128 0076 0000000008 DefineStr Public +TEXT_ROWS 96 0047 0000000008 DefineStr Public +TF_COPIED 2 0007 0000000008 DefineStr +TF_SEL 1 001F 0000000008 DefineStr +TK_ADD_EQU 0x119 0004 0000000008 DefineStr +TK_AND_AND 0x10F 0004 0000000008 DefineStr +TK_AND_EQU 0x116 0004 0000000008 DefineStr +TK_CHAR_CONST 0x103 0007 0000000008 DefineStr +TK_DBL_COLON 0x108 0009 0000000008 DefineStr +TK_DEREFERENCE 0x107 0004 0000000008 DefineStr +TK_DIV_EQU 0x115 0004 0000000008 DefineStr +TK_DOT_DOT 0x123 0003 0000000008 DefineStr +TK_ELLIPSIS 0x124 0005 0000000008 DefineStr +TK_ELSE 0x121 0005 0000000008 DefineStr +TK_ENDIF 0x120 0005 0000000008 DefineStr +TK_EOF 0 0011 0000000008 DefineStr +TK_EQU_EQU 0x10B 0004 0000000008 DefineStr +TK_F64 0x104 0006 0000000008 DefineStr +TK_GREATER_EQU 0x10E 0004 0000000008 DefineStr +TK_I64 0x102 000D 0000000008 DefineStr +TK_IDENT 0x100 0043 0000000008 DefineStr +TK_IF 0x11B 0005 0000000008 DefineStr +TK_IFAOT 0x11E 0006 0000000008 DefineStr +TK_IFDEF 0x11C 0005 0000000008 DefineStr +TK_IFJIT 0x11F 0004 0000000008 DefineStr +TK_IFNDEF 0x11D 0005 0000000008 DefineStr +TK_INS_BIN 0x125 0005 0000000008 DefineStr +TK_INS_BIN_SIZE 0x126 0005 0000000008 DefineStr +TK_LESS_EQU 0x10D 0004 0000000008 DefineStr +TK_MINUS_MINUS 0x106 0005 0000000008 DefineStr +TK_MOD_EQU 0x122 0004 0000000008 DefineStr +TK_MUL_EQU 0x114 0004 0000000008 DefineStr +TK_NORMALSCRIPT 0x003 0005 0000000008 DefineStr +TK_NOT_EQU 0x10C 0004 0000000008 DefineStr +TK_OR_EQU 0x117 0004 0000000008 DefineStr +TK_OR_OR 0x110 0004 0000000008 DefineStr +TK_PLUS_PLUS 0x105 0005 0000000008 DefineStr +TK_SHL 0x109 0006 0000000008 DefineStr +TK_SHL_EQU 0x112 0004 0000000008 DefineStr +TK_SHR 0x10A 0005 0000000008 DefineStr +TK_SHR_EQU 0x113 0004 0000000008 DefineStr +TK_STR 0x101 0020 0000000008 DefineStr +TK_SUBSCRIPT 0x002 0005 0000000008 DefineStr +TK_SUB_EQU 0x11A 0004 0000000008 DefineStr +TK_SUPERSCRIPT 0x001 0005 0000000008 DefineStr +TK_TKS_NUM 0x127 0007 0000000008 DefineStr +TK_XOR_EQU 0x118 0004 0000000008 DefineStr +TK_XOR_XOR 0x111 0004 0000000008 DefineStr +TO_UPPER 000000B341 0006 ExportSysSym Imm +TRANSPARENT 0xFF 0055 0000000008 DefineStr +TRUE 1 0724 0000000008 DefineStr +TSCGet 0000000076 0020 Funct Public +TSF_SAME_SONG 1 0008 0000000008 DefineStr +TSSBusy 000001F652 0003 0000000032 Funct Public +TSSNew 000001F68A 0003 ExportSysSym Imm +TSSSize 00764D48D0 0003 0000000056 Funct +TTS_CONST 0 0005 0000000008 DefineStr +TTS_CUR_LEX 4 0004 0000000008 DefineStr +TTS_ED_FILENAME 3 0006 0000000008 DefineStr +TTS_LOCKED_CONST 1 0008 0000000008 DefineStr +TTS_TASK_NAME 2 0007 0000000008 DefineStr +TXTPutS 007647A6C0 000D 0000000223 Funct +Tabs2Spaces 000000F0B8 0004 0000000119 Funct Public +Tan 00000000B7 0002 Funct Public +TaskCaller 0000016986 0012 00000000C2 Funct Public +TaskContextRestore 000000D0ED 0004 Funct +TaskDel 000001D5AB 0003 ExportSysSym Imm +TaskDerivedValsUpdate 000001D02B 001D 000000006F Funct Public +TaskEnd 000001D5DB 0003 ExportSysSym Imm +TaskEndNow 000000D18D 0004 Funct +TaskExe 000001D993 0019 0000000107 Funct Public +TaskFocusNext 000000D028 0004 ExportSysSym Imm +TaskInit 000001CC4B 0004 ExportSysSym Imm +TaskKillDying 000001D823 0006 00000000A0 Funct +TaskMemAlloced 00773B4828 000A 000000005F Funct Public +TaskMemUsed 007739FF30 0007 000000005F Funct Public +TaskMessage 000001DC13 0033 000000017B Funct Public +TaskQueueIns 000000D32D 0008 0000000057 Funct Public +TaskQueueInsChild 000000D3BD 0003 ExportSysSym Imm +TaskQueueRemove 000000D385 0008 0000000037 Funct Public +TaskQueueSize 0076493CD0 0003 00000000A5 Funct +TaskRegAddr 0000017026 0007 00000000DA Funct +TaskRep 00765122F8 0001 0000000063 Funct Public +TaskRepTask 00766C1988 0005 0000000108 Funct +TaskResetAwaitingMessage 000001D953 000A 000000003F Funct Public +TaskStackNew 000001CAAB 0004 ExportSysSym Imm +TaskStackSize 00764CF388 0003 0000000037 Funct +TaskText 000001DA9B 0008 0000000176 Funct Public +TaskValidate 000001C873 00CF 0000000036 Funct Public +TaskWait 000001DEDB 0015 0000000083 Funct Public +TemplateCtrlSlider 0076788628 0003 0000000D76 Funct +TermBttnNew 00766ADFD0 0003 0000000140 Funct +TermRightClickLink 0076703028 0003 00000005AC Funct +TextBorder 007733A510 0005 0000000155 Funct Public +TextChar 007732FC68 0027 Funct Public +TextLenAttr 007732FEE3 0003 Funct Public +TextLenAttrStr 007732FE14 0003 Funct Public +TextLenStr 007732FD48 0007 Funct Public +TextPrint 007734A330 002B 000000007C Funct Public +TextRect 0077347DD8 0003 00000000B0 Funct Public +TimeCal 000001600E 0007 00000000D4 Funct +TimeIns 0077FC7FF0 0003 0000000041 Funct +TimeSet 0000011BD2 0003 00000000A8 Funct Public +TimeStampCB 0077FC2B98 0003 0000000044 Funct +TimerInit 0000031C28 0003 ExportSysSym Imm +TipOfDay 00773A0A40 000A 000000011C Funct Public +ToBool 000000001D 004E Funct Public +ToDolDoc 007647B7F0 0001 00000000E0 Funct Public +ToF64 000000001C 0028 Funct Public +ToFileLine 0000020CB2 0006 0000000079 Funct Public +ToI64 000000001B 003B Funct Public +ToTXT 00767CB828 0001 00000000D8 Funct Public +ToUpper 000000001E 0019 Funct Public +Touch 0076975B80 0007 00000000C2 Funct Public +TouchFile 0076976678 0003 0000000182 Funct +Trace 0077623437 0003 0000000017 Funct Public +Tri 00769827F8 0001 000000008C Funct Public +Trunc 000000AAC3 0007 Funct Public +Type 00773D1568 000C 000000001D Funct Public +U 0000000000 0001 NULL +U 00776189E8 0006 00000000D0 Funct Public +U0 00775ECD28 0801 0000000000 IntType +U0 0000000047 0000 AsmKeyWord +U0i 00775ECFD0 0000 0000000000 IntType +U16 00775C53B0 01F0 0000000002 Class +U16 0000000049 0017 AsmKeyWord +U16_MAX 0xFFFF 0008 0000000008 DefineStr +U16_MIN 0 0003 0000000008 DefineStr +U16i 00775EBA90 0002 0000000002 IntType +U32 00775C4A98 0275 0000000004 Class +U32 000000004A 0013 AsmKeyWord +U32_MAX 0xFFFFFFFF 0008 0000000010 DefineStr +U32_MIN 0 0002 0000000008 DefineStr +U32i 00776044D8 0002 0000000004 IntType +U64 00775C3D98 042F 0000000008 Class +U64 000000004B 006E AsmKeyWord +U64_F64_MAX (0x43F0000 0002 0000000020 DefineStr +U64_MAX 0xFFFFFFFF 0002 0000000018 DefineStr +U64_MIN 0 0002 0000000008 DefineStr +U64i 0077603F88 0002 0000000008 IntType +U8 00775EBFE0 11ED 0000000001 IntType +U8 0000000048 0014 AsmKeyWord +U8_MAX 0xFF 000D 0000000008 DefineStr +U8_MIN 0 0003 0000000008 DefineStr +U8i 00775EC288 000C 0000000001 IntType +UAsmHashLoad 0077617180 0003 ExportSysSym Imm +USE16 0000000052 000E AsmKeyWord +USE32 0000000053 0007 AsmKeyWord +USE64 0000000054 0006 AsmKeyWord +Uf 007691EF98 0001 00000000CA Funct Public +Ui 0000000000 0001 NULL +Ui 0077617370 0007 0000001676 Funct Public +Un 0077618AB8 000D 00000000DC Funct Public +UncachedAliasAlloc 000000E714 0003 ExportSysSym Imm +UndefinedDefine 0000014F9E 0005 ExportSysSym Imm +UndefinedExtern 0077612853 0003 ExportSysSym Imm +Unmount 0076965C50 0003 000000001D Funct Public +UnusedExternWarning 007761289B 0004 ExportSysSym Imm +UnusedStack 00000168C6 000A 0000000067 Funct Public +UpdateDerivedViewAnglesCtrl 00766DFAF0 0003 000000010F Funct +UpdateRegVarImg 0076B01A28 0003 0000000069 Funct +User 000001D523 0019 0000000082 Funct Public +UserCmdLine 000001D4CB 0004 0000000054 Funct Public +UserStartUp 0076340D58 0004 0000000050 Funct +UserTaskCont 000001D3B3 0006 00000000D6 Funct Public +VBE_MODES_NUM 32 000B 0000000008 DefineStr +VERR 00775F05B8 0000 OpCode +VERW 00775F0540 0000 OpCode +VF_COPIED 2 0007 0000000008 DefineStr +VF_IGNORE 4 0007 0000000008 DefineStr +VF_SEL 1 002B 0000000008 DefineStr +VGAM_GRAPHICS 0xA0000 0004 0000000008 DefineStr +VIEWANGLES_BORDER 2 0009 0000000008 DefineStr +VIEWANGLES_RANGE 360 0049 0000000008 DefineStr +VIEWANGLES_SNAP 1 0009 0000000008 DefineStr +VIEWANGLES_SPACING 22 0067 0000000008 DefineStr +VideoRep 0076478B58 0002 00000003CB Funct Public +View 00768F62E0 0012 000000002D Funct Public +ViewAnglesDel 00766E8020 0003 000000004F Funct Public +ViewAnglesNew 007679F828 0003 00000000D7 Funct Public +WAIT 00775F0500 0000 OpCode +WBINVD 00775EE090 0005 OpCode +WHITE 15 0058 0000000008 DefineStr +WHITE32 0xFFFFFF 0003 0000000010 DefineStr +WIF_FOCUS_TASK_BORDER 0x01000000 0006 0000000010 DefineStr +WIF_FOCUS_TASK_CTRLS 0x00040000 0002 0000000010 DefineStr +WIF_FOCUS_TASK_GRAB_SCROLL 0x02000000 0002 0000000010 DefineStr +WIF_FOCUS_TASK_MENU 0x00020000 000F 0000000010 DefineStr +WIF_FOCUS_TASK_MS_L 0x00080000 0006 0000000010 DefineStr +WIF_FOCUS_TASK_MS_L_D 0x00100000 000C 0000000010 DefineStr +WIF_FOCUS_TASK_MS_R 0x00200000 0006 0000000010 DefineStr +WIF_FOCUS_TASK_MS_R_D 0x00400000 000C 0000000010 DefineStr +WIF_FOCUS_TASK_MS_WHEEL 0x00800000 0002 0000000010 DefineStr +WIF_SELF_BORDER 0x0100 000E 0000000008 DefineStr +WIF_SELF_CTRLS 0x0004 000A 0000000008 DefineStr +WIF_SELF_DOC 0x0400 0013 0000000008 DefineStr +WIF_SELF_FOCUS 0x0001 000E 0000000008 DefineStr +WIF_SELF_GRAB_SCROLL 0x0200 0010 0000000008 DefineStr +WIF_SELF_KEY_DESC 0x1000 0003 0000000008 DefineStr +WIF_SELF_MS_L 0x0008 0004 0000000008 DefineStr +WIF_SELF_MS_R 0x0020 0004 0000000008 DefineStr +WIF_SELF_MS_WHEEL 0x0080 0002 0000000008 DefineStr +WIF_SELF_ODE 0x0800 000B 0000000008 DefineStr +WIG_DBL_CLICK (WIF_FOCUS 000D 0000000030 DefineStr +WIG_NO_FOCUS_TASK_DEFAULT (WIG_TASK_ 0005 0000000058 DefineStr +WIG_TASK_DEFAULT (WIF_FOCUS 0013 0000000050 DefineStr +WIG_USER_TASK_DEFAULT WIF_SELF_K 0006 0000000018 DefineStr +WINMGR_FPS (60000.0 / 0005 0000000018 DefineStr +WINMGR_PERIOD (1001 / 60 0006 0000000018 DefineStr +WIN_SCROLL_BORDER_BONUS 4 0011 0000000008 DefineStr +WIN_SCROLL_SIZE 8 0015 0000000008 DefineStr +WIZ_HIGHLIGHT_OFF (DOCT_ERRO 0003 0000000018 DefineStr +WIZ_HIGHLIGHT_ON (DOCT_ERRO 0003 0000000018 DefineStr +WIf_FOCUS_TASK_BORDER 24 0006 0000000008 DefineStr +WIf_FOCUS_TASK_CTRLS 18 0006 0000000008 DefineStr +WIf_FOCUS_TASK_GRAB_SCROLL 25 0004 0000000008 DefineStr +WIf_FOCUS_TASK_MENU 17 0004 0000000008 DefineStr +WIf_FOCUS_TASK_MS_L 19 0006 0000000008 DefineStr +WIf_FOCUS_TASK_MS_L_D 20 0004 0000000008 DefineStr +WIf_FOCUS_TASK_MS_R 21 0006 0000000008 DefineStr +WIf_FOCUS_TASK_MS_R_D 22 0004 0000000008 DefineStr +WIf_FOCUS_TASK_MS_WHEEL 23 0002 0000000008 DefineStr +WIf_SELF_BORDER 8 0006 0000000008 DefineStr +WIf_SELF_CTRLS 2 0004 0000000008 DefineStr +WIf_SELF_DOC 10 0002 0000000008 DefineStr +WIf_SELF_FOCUS 0 0014 0000000008 DefineStr +WIf_SELF_GRAB_SCROLL 9 0004 0000000008 DefineStr +WIf_SELF_KEY_DESC 12 0016 0000000008 DefineStr +WIf_SELF_MS_L 3 0006 0000000008 DefineStr +WIf_SELF_MS_R 5 0006 0000000008 DefineStr +WIf_SELF_MS_WHEEL 7 0002 0000000008 DefineStr +WIf_SELF_ODE 11 0006 0000000008 DefineStr +WRMSR 00775EDF30 0006 OpCode +WSSf_SET_TO_POS 0 001B 0000000008 DefineStr +WallPaper 007663DA28 0003 00000008F4 Funct +WallPaperInit 007672E158 0003 0000000016 Funct +WheelChangeWinScroll 0077FC31A8 0003 0000000041 Funct +Who 0076918E28 0004 0000000827 Funct Public +WildMatch 000000C13C 0005 00000000C6 Funct Public +WinBorder 0076935760 000E 00000000A4 Funct Public +WinCalcIdles 007692AC78 0003 0000000169 Funct +WinCursorPosSet 007692BC98 000B 0000000168 Funct +WinDerivedScrollValsUpdate 0076705C50 0005 000000019F Funct +WinDerivedValsUpdate 0000015D86 000A 00000000D3 Funct Public +WinFinalUpdate 0076937020 0003 0000000083 Funct +WinFocus 0076944FB8 0003 000000005B Funct Public +WinGrid 007698C508 0001 000000012E Funct +WinHorz 007694CFA8 002C 00000000B3 Funct Public +WinInside 0000015E5E 0009 000000009B Funct Public +WinKeyNavMenu 00769EAC88 0003 00000002E4 Funct +WinMax 0076AD3A28 000A 000000006D Funct Public +WinMgrSleep 0076929828 0027 00000004B5 Funct +WinMgrTask 0076A20C28 0003 000000162C Funct +WinMouseUpdate 007699E6E0 0003 0000000162 Funct +WinOnTopWindows 0076945818 0003 0000000091 Funct +WinQueueIPMessages 0076947A28 0003 000000050A Funct +WinRefocus 0076AA98B0 0007 0000000057 Funct Public +WinScrollNull 0076B698B0 0007 0000000055 Funct Public +WinScrollRestore 0076937DC8 0007 0000000034 Funct Public +WinScrollsInit 0076732660 0003 0000000103 Funct +WinTileHorz 0076A17378 0004 0000000139 Funct Public +WinTileVert 0076935CE8 0007 000000013D Funct Public +WinToTop 0076945438 002C 0000000159 Funct Public +WinVert 0076944A98 002B 00000000B3 Funct Public +WinZBufFill 007741FE28 0003 000000015F Funct +WinZBufUpdate 0077304C28 0023 00000000D3 Funct Public +Words 007649CC50 0001 00000000E9 Funct Public +Wrap 00773BB638 0007 0000000085 Funct Public +XADD 00775F0408 0000 OpCode +XCHG 00775F6ED0 000A OpCode +XLATB 00775F03C8 0000 OpCode +XMM0 0000000800 0000 Reg +XMM1 0000000801 0000 Reg +XMM10 000000080A 0000 Reg +XMM11 000000080B 0000 Reg +XMM12 000000080C 0000 Reg +XMM13 000000080D 0000 Reg +XMM14 000000080E 0000 Reg +XMM15 000000080F 0000 Reg +XMM2 0000000802 0000 Reg +XMM3 0000000803 0000 Reg +XMM4 0000000804 0000 Reg +XMM5 0000000805 0000 Reg +XMM6 0000000806 0000 Reg +XMM8 0000000808 0000 Reg +XMM9 0000000809 0000 Reg +XOR 00775F6D28 0098 OpCode +XTalk 000001E863 000D 0000000088 Funct Public +XTalkStr 000001EAC3 0003 0000000046 Funct Public +XTalkStrWait 000001EB0B 0005 000000004E Funct Public +XTalkWait 000001E8EB 0009 0000000091 Funct Public +XchgI64 000000AECD 0002 Funct Public +XchgU16 000000AEF1 0002 Funct Public +XchgU32 000000AEE0 0002 Funct Public +XchgU8 000000AF05 0002 Funct Public +YELLOW 14 001B 0000000008 DefineStr +YearStartDate 000001150A 0008 000000007D Funct Public +Yield 000000D19C 0069 Funct Public +YorN 000000F3B8 0015 0000000092 Funct Public +_ARG 000000AA73 0004 ExportSysSym Imm +_BEQUAL 000000ADCF 0005 ExportSysSym Imm +_BIT_FIELD_EXT_U32 000000AE9B 0004 ExportSysSym Imm +_BIT_FIELD_OR_U32 000000AE76 0004 ExportSysSym Imm +_CALL 000000AE63 0005 ExportSysSym Imm +_CALLEXTNUM 000000B084 0004 ExportSysSym Imm +_CALLEXTSTR 000000B0C8 0004 ExportSysSym Imm +_CALL_IND 000000B049 0004 ExportSysSym Imm +_CEIL 000000AB29 0004 ExportSysSym Imm +_CLAMP_I64 000000AE1F 0005 ExportSysSym Imm +_CLAMP_U64 000000AE41 0004 ExportSysSym Imm +_CONFIG_HEAP_DEBUG FALSE 000A 0000000008 DefineStr +_CPUID 000000B025 0004 ExportSysSym Imm +_D3_ADD 000000A83F 0004 ExportSysSym Imm +_D3_ADD_EQU 000000A947 0004 ExportSysSym Imm +_D3_COPY 000000A8FE 0004 ExportSysSym Imm +_D3_CROSS 000000A7D2 0004 ExportSysSym Imm +_D3_DIST 000000A76E 0004 ExportSysSym Imm +_D3_DIST_SQR 000000A7A1 0004 ExportSysSym Imm +_D3_DIV 000000A8BE 0004 ExportSysSym Imm +_D3_DIV_EQU 000000A9BA 0004 ExportSysSym Imm +_D3_DOT 000000A814 0004 ExportSysSym Imm +_D3_EQU 000000A924 0004 ExportSysSym Imm +_D3_MUL 000000A897 0004 ExportSysSym Imm +_D3_MUL_EQU 000000A997 0004 ExportSysSym Imm +_D3_NORM 000000A722 0004 ExportSysSym Imm +_D3_NORM_SQR 000000A749 0004 ExportSysSym Imm +_D3_SUB 000000A86B 0004 ExportSysSym Imm +_D3_SUB_EQU 000000A96F 0004 ExportSysSym Imm +_D3_UNIT 000000A9DD 0004 ExportSysSym Imm +_D3_ZERO 000000A8E5 0004 ExportSysSym Imm +_DC_BLOT_COLOR4 0077329FE0 0003 ExportSysSym Imm +_ENDIAN_U16 000000AF67 0004 ExportSysSym Imm +_ENDIAN_U32 000000AF76 0004 ExportSysSym Imm +_ENDIAN_U64 000000AF84 0004 ExportSysSym Imm +_EXP 000000AC58 0004 ExportSysSym Imm +_FAR_CALL32 000001EC11 0005 ExportSysSym Imm +_FCLEX 000000AD0E 0004 ExportSysSym Imm +_FLDCW 000000ACEC 0004 ExportSysSym Imm +_FLOOR 000000AAF4 0004 ExportSysSym Imm +_FREE 000000DE10 0009 ExportSysSym Imm +_FSTCW 000000ACF7 0004 ExportSysSym Imm +_FSTSW 000000AD09 0004 ExportSysSym Imm +_GR_ROP_EQU_U8_NO_CLIPPING 007732A202 0003 ExportSysSym Imm +_HASH_ADD 000000F833 0006 ExportSysSym Imm +_HASH_ADD_AFTER 000000F860 0005 ExportSysSym Imm +_HASH_BUCKET_FIND 000000F81A 0005 ExportSysSym Imm +_HASH_FIND 000000F7D3 0006 ExportSysSym Imm +_HASH_REM_DEL 000000F882 0005 ExportSysSym Imm +_HASH_SINGLE_TABLE_FIND 000000F7F4 0006 ExportSysSym Imm +_HASH_STR 000000F7C0 0005 ExportSysSym Imm +_HI_CALL 0076650A18 0003 ExportSysSym Imm +_HI_MEMCOPY 0076650A2B 0003 ExportSysSym Imm +_IS_PIX_COVERED0 007732A1C3 0003 ExportSysSym Imm +_LAST_FUN 007762338E 0005 ExportSysSym Imm +_LBEQUAL 000000ADF6 0004 ExportSysSym Imm +_LN 000000ACD6 0004 ExportSysSym Imm +_LOG10 000000ACAA 0004 ExportSysSym Imm +_LOG2 000000ACC0 0004 ExportSysSym Imm +_LXCHG_I64 000000AF18 0004 ExportSysSym Imm +_LXCHG_U16 000000AF3E 0004 ExportSysSym Imm +_LXCHG_U32 000000AF2C 0004 ExportSysSym Imm +_LXCHG_U8 000000AF53 0004 ExportSysSym Imm +_MALLOC 000000DC46 0006 ExportSysSym Imm +_MEMCOMPARE 000000ADA4 0004 ExportSysSym Imm +_MEMCOPY 000000AD85 0005 ExportSysSym Imm +_MEMSET 000000AD12 0005 ExportSysSym Imm +_MEMSET_I64 000000AD68 0005 ExportSysSym Imm +_MEMSET_U16 000000AD2F 0004 ExportSysSym Imm +_MEMSET_U32 000000AD4C 0004 ExportSysSym Imm +_MHEAP_CTRL 000000DF11 0006 ExportSysSym Imm +_MSIZE 000000DEC7 0006 ExportSysSym Imm +_MSIZE2 000000DEEE 0006 ExportSysSym Imm +_MSR_READ 000000B15E 0004 ExportSysSym Imm +_MSR_WRITE 000000B176 0004 ExportSysSym Imm +_POW 000000ABF1 0004 ExportSysSym Imm +_POW10 000000AC06 0004 ExportSysSym Imm +_R10 Fs->r10 0002 0000000008 DefineStr +_R11 Fs->r11 0002 0000000008 DefineStr +_R12 Fs->r12 0002 0000000008 DefineStr +_R13 Fs->r13 0002 0000000008 DefineStr +_R14 Fs->r14 0002 0000000008 DefineStr +_R15 Fs->r15 0002 0000000008 DefineStr +_R8 Fs->r8 0002 0000000008 DefineStr +_R9 Fs->r9 0002 0000000008 DefineStr +_RAX Fs->rax 0002 0000000008 DefineStr +_RBP Fs->rbp 0002 0000000008 DefineStr +_RBX Fs->rbx 0002 0000000008 DefineStr +_RCX Fs->rcx 0002 0000000008 DefineStr +_RDI Fs->rdi 0002 0000000008 DefineStr +_RDX Fs->rdx 0002 0000000008 DefineStr +_REP_IN_U16 000000AFAB 0004 ExportSysSym Imm +_REP_IN_U32 000000AF93 0004 ExportSysSym Imm +_REP_IN_U8 000000AFC4 0004 ExportSysSym Imm +_REP_OUT_U16 000000AFF5 0004 ExportSysSym Imm +_REP_OUT_U32 000000AFDD 0004 ExportSysSym Imm +_REP_OUT_U8 000000B00E 0004 ExportSysSym Imm +_RET 000000B15D 0005 ExportSysSym Imm +_RIP Fs->rip 0002 0000000008 DefineStr +_ROUND 000000AA92 0004 ExportSysSym Imm +_RSI Fs->rsi 0002 0000000008 DefineStr +_RSP Fs->rsp 0002 0000000008 DefineStr +_SAVE_EXCEPT_REGS 0000018D47 0003 ExportSysSym Imm +_SIGN 000000AA39 0004 ExportSysSym Imm +_SQR 000000AA25 0002 ExportSysSym Imm +_STRCOMPARE 000000B30E 0006 ExportSysSym Imm +_STRCOPY 000000B2E6 0006 ExportSysSym Imm +_STRICOMPARE 000000B34C 0005 ExportSysSym Imm +_STRIMATCH 000000B492 0006 ExportSysSym Imm +_STRMATCH 000000B43D 0005 ExportSysSym Imm +_STRNCOMPARE 000000B39F 0005 ExportSysSym Imm +_STRNICOMPARE 000000B3E1 0005 ExportSysSym Imm +_SYS_HLT 000000B190 0008 ExportSysSym Imm +_TAKE_EXCEPT 0000018D35 0003 ExportSysSym Imm +_TASK_CONTEXT_RESTORE 000000D0ED 0007 ExportSysSym Imm +_TASK_END_NOW 000000D18D 0005 ExportSysSym Imm +_TEST_EXCEPT 0000018CFE 0003 ExportSysSym Imm +_TEXT_CHAR 007732FC68 0003 ExportSysSym Imm +_TEXT_LEN_ATTR 007732FEE3 0003 ExportSysSym Imm +_TEXT_LEN_ATTR_STR 007732FE14 0003 ExportSysSym Imm +_TEXT_LEN_STR 007732FD48 0003 ExportSysSym Imm +_TRUNC 000000AAC3 0004 ExportSysSym Imm +_XCHG_I64 000000AECD 0004 ExportSysSym Imm +_XCHG_U16 000000AEF1 0004 ExportSysSym Imm +_XCHG_U32 000000AEE0 0004 ExportSysSym Imm +_XCHG_U8 000000AF05 0004 ExportSysSym Imm +_YIELD 000000D19C 0006 ExportSysSym Imm +__CMD_LINE__ #exe{Strea 0002 0000000070 DefineStr +__DATE__ #exe{Strea 0002 0000000028 DefineStr +__DIR__ #exe{Strea 0023 0000000018 DefineStr +__FILE__ #exe{Strea 0002 0000000048 DefineStr +__LINE__ #exe{Strea 0002 0000000048 DefineStr +__TIME__ #exe{Strea 0002 0000000028 DefineStr +_extern 000000000B 017B KeyWord +_import 000000001C 0000 KeyWord +_intern 000000000E 007A KeyWord +ac 000000C340 0110 0000000128 GlbVar Public +acd 000000C2C8 0051 0000000072 GlbVar Public +ans (Fs->answe 0002 0000000010 DefineStr +ansf (Fs->answe 0002 0000000018 DefineStr +argpop 000000002E 0003 KeyWord +asm 0000000010 0027 KeyWord +asm_seg_prefixes 007761BC50 0003 ExportSysSym Imm +assert 0000000022 0058 KeyWord +blkdev 000000C468 00BB 0000000190 GlbVar Public +blkdev_text_attr 0000026A32 0003 ExportSysSym Imm +break 0000000013 0A8F KeyWord +c32_eax 000001EBED 000B 0000000004 GlbVar Public +c32_ebx 000001EBF1 000C 0000000004 GlbVar Public +c32_ecx 000001EBF5 000A 0000000004 GlbVar Public +c32_edi 000001EC01 0009 0000000004 GlbVar Public +c32_edx 000001EBF9 0003 0000000004 GlbVar Public +c32_eflags 000001EC05 0003 0000000004 GlbVar Public +c32_esi 000001EBFD 0004 0000000004 GlbVar Public +captured_macro_name 0076761150 0009 0000000090 GlbVar +case 0000000017 0E3A KeyWord +catch 0000000003 0069 KeyWord +char_bmp_alpha 000000B504 0007 0000000040 GlbVar Public +char_bmp_alpha_numeric 000000B544 001D 0000000040 GlbVar Public +char_bmp_alpha_numeric_no_at 000000B584 0004 0000000040 GlbVar Public +char_bmp_dec_numeric 000000B644 000B 0000000040 GlbVar Public +char_bmp_displayable 000000B884 000F 0000000040 GlbVar Public +char_bmp_filename 000000B604 0004 0000000040 GlbVar Public +char_bmp_hex_numeric 000000B684 000C 0000000040 GlbVar Public +char_bmp_macro 000000B804 0005 0000000040 GlbVar Public +char_bmp_non_eol 000000B904 0006 0000000040 GlbVar Public +char_bmp_non_eol_white_space 000000B704 0004 0000000040 GlbVar Public +char_bmp_printable 000000B844 000A 0000000040 GlbVar Public +char_bmp_safe_dollar 000000B8C4 0008 0000000040 GlbVar Public +char_bmp_white_space 000000B6C4 000D 0000000040 GlbVar Public +char_bmp_word 000000B5C4 000F 0000000040 GlbVar Public +char_bmp_zero_cr_nl_cursor 000000B744 0005 0000000040 GlbVar Public +char_bmp_zero_tab_cr_nl_cursor 000000B784 0005 0000000040 GlbVar Public +char_bmp_zero_tab_cr_nl_cursor_dollar 000000B7C4 0005 0000000040 GlbVar Public +class 0000000004 0238 KeyWord +cmp 0077610710 00C0 0000000218 GlbVar Public +comp_templates 0077610248 0004 ExportSysSym Imm +comp_templates_dont_pop 00776103C7 0004 ExportSysSym Imm +comp_templates_dont_push 007761048F 0004 ExportSysSym Imm +comp_templates_dont_push2 0077610651 0004 ExportSysSym Imm +comp_templates_dont_push_pop 00776105C5 0004 ExportSysSym Imm +comp_type_flags_src_code 0077614870 0003 ExportSysSym Imm +counts 000000C5F8 0039 0000000029 GlbVar Public +cpu_structs 0000009A40 002E 0000000008 GlbVar Public +ctrl_L_footer 0076758C68 0041 0000000008 GlbVar +debug 000000C628 002E 0000000041 GlbVar Public +default 0000000018 00BA KeyWord +define 0000000001 12A7 KeyWord +defined 000000002B 0000 KeyWord +dev 000000C670 0090 000000011C GlbVar Public +do 000000000F 00F3 KeyWord +doldoc 007694C700 007A 000000024C GlbVar Public +drv_text_attr 0000026A38 0004 ExportSysSym Imm +else 0000000007 12DA KeyWord +end 0000000016 0088 KeyWord +endif 0000000021 0007 KeyWord +eps (0x3CB0000 0002 0000000020 DefineStr +exe 0000000012 002E KeyWord +exp_1 (0x4005BF0 0002 0000000020 DefineStr +ext 00000098E0 001E 0000000008 GlbVar Public +ext_ASCII_task 0076938EC0 0005 0000000008 GlbVar +extern 000000000A 0571 KeyWord +fat_long_name_map 000002AF9B 0008 ExportSysSym Imm +fm_mouse_str 007694BEA0 0007 0000000008 GlbVar +for 0000000008 03F0 KeyWord +fp_doc_put 000000CC80 0007 0000000008 GlbVar +fp_getstr2 000000CC70 000A 0000000008 GlbVar +fp_old_final_screen_update 007694D2F8 0009 0000000008 GlbVar +fp_set_std_palette 000000CC88 001B 0000000008 GlbVar +fp_update_ctrls 000000CC78 0008 0000000008 GlbVar +god 0076923A08 003A 0000000028 GlbVar Public +god_complex_songs 0076653AE8 0003 0000000009 GlbVar +god_normal_songs 0076653B08 0003 0000000005 GlbVar +god_simple_songs 0076653B38 0003 0000000005 GlbVar +goto 0000000011 02BE KeyWord +gr 0077332628 02E3 000000290B GlbVar Public +gr32_palette_std 0077335108 0003 0000000040 GlbVar Public +gr_palette 0077347600 0009 0000000040 GlbVar Public +gr_palette_dark 007732C6A8 0003 0000000040 GlbVar Public +gr_palette_dorado 007732D3F8 0003 0000000040 GlbVar Public +gr_palette_gray 007732FFC0 0003 0000000040 GlbVar Public +gr_palette_gruvbox_dark 0077325588 0003 0000000040 GlbVar Public +gr_palette_gruvbox_light 0077335190 0003 0000000040 GlbVar Public +gr_palette_light 007732C000 0003 0000000040 GlbVar Public +gr_palette_monokai 00773248F8 0003 0000000040 GlbVar Public +gr_palette_night 007732CD48 0003 0000000040 GlbVar Public +gr_palette_pastel 0077324F58 0003 0000000040 GlbVar Public +gr_palette_smooth 007732DAA8 0003 0000000040 GlbVar Public +gr_palette_std 007736DBD8 0007 0000000080 GlbVar Public +gr_rainbow_10 0077335500 0001 000000000A GlbVar Public +gr_x_offsets 0077314E28 0009 0000000040 GlbVar Public +gr_x_offsets2 0077310ED8 0001 0000000020 GlbVar Public +gr_y_offsets 0077315C38 0009 0000000040 GlbVar Public +gr_y_offsets2 0077310DA0 0001 0000000020 GlbVar Public +haserrcode 000000002D 0000 KeyWord +heaplog_hc 0076568C88 000F 0000000008 GlbVar +heaplog_hc_watched 0076568C58 0009 0000000008 GlbVar +heaplog_head 00765688E0 0015 0000000008 GlbVar +help_file 0000000028 0059 KeyWord +help_index 0000000027 036A KeyWord +highlight_hash_type_colors 00776091C0 0003 0000000044 GlbVar +if 0000000006 359F KeyWord +ifaot 000000001F 0000 KeyWord +ifdef 000000001D 0000 KeyWord +ifjit 0000000020 0000 KeyWord +ifndef 000000001E 0000 KeyWord +import 000000001B 000D KeyWord +in_plot_l 0076701F38 0005 0000000008 GlbVar +in_plot_r 0076701DE8 0005 0000000008 GlbVar +include 0000000000 01A5 KeyWord +inf (0x7FF0000 0002 0000000020 DefineStr +intermediate_code_table 00776109D8 001B ExportSysSym Imm +internal_types_table 0077610928 0003 ExportSysSym Imm +interrupt 000000002C 0005 KeyWord +kbd 000000C930 0073 0000000082 GlbVar Public +keydev 000000C9B8 0039 00000000F0 GlbVar +lastclass 0000000025 000F KeyWord +lex_zeros 0077613CE4 0008 ExportSysSym Imm +local_time_offset 000000C2B0 000D 0000000008 GlbVar Public +lock 000000002A 000E KeyWord +log10_2 (0x3FD3441 0003 0000000020 DefineStr +log2_10 (0x400A934 0003 0000000020 DefineStr +log2_e (0x3FF7154 0003 0000000020 DefineStr +loge_2 (0x3FE62E4 0003 0000000020 DefineStr +mem_boot_base 0000007C3C 0015 0000000004 GlbVar +mem_heap_base 0000009880 000D 0000000008 GlbVar +mem_heap_limit 0000009888 0010 0000000008 GlbVar +mem_mapped_space 0000009898 000C 0000000008 GlbVar +mem_page_size 0000009890 0008 0000000008 GlbVar Public +mem_physical_space 0000008004 0008 0000000008 GlbVar +month_start_days 00000114DA 0006 0000000018 GlbVar Public +month_start_days_leap 00000114F2 0006 0000000018 GlbVar Public +mouse 000000C7E0 023D 00000000A8 GlbVar Public +mouse_grid 000000C790 0045 0000000050 GlbVar Public +mouse_hard 000000CAA8 00AE 0000000084 GlbVar Public +mouse_hard_last 000000CB30 000F 0000000084 GlbVar +mouse_last 000000C888 001E 00000000A8 GlbVar +mp_count 0000009A48 005B 0000000008 GlbVar Public +mp_count_initial 0000009A50 0005 0000000008 GlbVar +mp_count_lock 0000009A58 0005 0000000008 GlbVar +music 00769F0CE8 0077 0000000068 GlbVar Public +no_warn 0000000026 0005 KeyWord +noargpop 000000002F 0000 KeyWord +noreg 0000000024 0003 KeyWord +num_lock_map 00000198D3 0003 ExportSysSym Imm +ode_alloced_factor 0077349CC8 0007 0000000008 GlbVar +offset 000000001A 0171 KeyWord +old_mouse 007693F750 0045 00000000A8 GlbVar +pf_array 0076568D18 000D 0000000008 GlbVar +pf_buf_in_ptr 0076652B58 000F 0000000008 GlbVar +pf_cpu 0076652B40 000B 0000000008 GlbVar +pf_depth 00764C1710 0005 0000000008 GlbVar +pf_jiffy_end 00765692B8 0007 0000000008 GlbVar +pf_jiffy_start 00764C1790 0005 0000000008 GlbVar +pf_prof_active 0076568B98 0009 0000000008 GlbVar +pi (0x400921F 0002 0000000020 DefineStr +polypt_map 0076A22A60 0005 0000000009 GlbVar +pow10_I64 000000C2B8 0005 ExportSysSym Imm +progress1 00000098F8 003A 0000000008 GlbVar Public +progress1_desc 0000009918 000B 0000000030 GlbVar Public +progress1_max 0000009900 0015 0000000008 GlbVar Public +progress1_t0 0000009908 0006 0000000008 GlbVar Public +progress1_tf 0000009910 0002 0000000008 GlbVar Public +progress2 0000009948 0005 0000000008 GlbVar Public +progress2_desc 0000009968 0008 0000000030 GlbVar Public +progress2_max 0000009950 0008 0000000008 GlbVar Public +progress2_t0 0000009958 0006 0000000008 GlbVar Public +progress2_tf 0000009960 0002 0000000008 GlbVar Public +progress3 0000009998 0005 0000000008 GlbVar Public +progress3_desc 00000099B8 0002 0000000030 GlbVar Public +progress3_max 00000099A0 0002 0000000008 GlbVar Public +progress3_t0 00000099A8 0006 0000000008 GlbVar Public +progress3_tf 00000099B0 0002 0000000008 GlbVar Public +progress4 00000099E8 000E 0000000008 GlbVar Public +progress4_desc 0000009A08 0002 0000000030 GlbVar Public +progress4_max 00000099F0 000B 0000000008 GlbVar Public +progress4_t0 00000099F8 0006 0000000008 GlbVar Public +progress4_tf 0000009A00 0002 0000000008 GlbVar Public +public 0000000019 0A03 KeyWord +reg 0000000023 026D KeyWord +registry_version 0076703BF0 0005 0000000008 GlbVar +return 000000000C 0A22 KeyWord +rev_bits_table 000000C2A8 0009 0000000008 GlbVar Public +scan_code_map 00000197D3 0003 ExportSysSym Imm +screencast 000000CBB8 004F 0000000044 GlbVar Public +sizeof 000000000D 03F8 KeyWord +sprite_elem_base_sizes 0076A661A0 000F 00000000F0 GlbVar +sqrt2 (0x3FF6A09 0002 0000000020 DefineStr +start 0000000015 016B KeyWord +static 0000000029 000C KeyWord +str2color_list 0000015848 0004 ExportSysSym Imm +switch 0000000014 0189 KeyWord +sys_PCIBIOS_service_dir 000001EB5B 0001 0000000004 GlbVar Public +sys_boot_blk 0000007C28 0004 0000000004 GlbVar +sys_boot_patch_table_base 0000007C2C 0003 0000000004 GlbVar +sys_boot_src 0000007C24 000D 0000000004 GlbVar +sys_cache_line_width 0000009AA0 0003 0000000008 GlbVar Public +sys_clip_doc 000000C280 002B 0000000008 GlbVar Public +sys_clip_tri_head 00769F7300 000B 0000000040 GlbVar +sys_clip_vertex_head 0077FC0808 000B 0000000044 GlbVar +sys_code_bp 00000098E8 002A 0000000008 GlbVar Public +sys_compile_time 0000007C34 000E 0000000008 GlbVar Public +sys_ctrl_alt_flags 00000098D8 0007 0000000008 GlbVar +sys_cur_submenu_entry 0076949DD0 001F 0000000008 GlbVar +sys_data_bp 00000098F0 0027 0000000008 GlbVar Public +sys_focus_task 0000009A38 0079 0000000008 GlbVar Public +sys_font_std 000000E8B8 0003 ExportSysSym Imm +sys_gdt 0000008020 0006 0000001080 GlbVar +sys_heap_debug 00000098D6 0002 0000000001 GlbVar +sys_heap_init_flag 00000098D2 0002 0000000001 GlbVar +sys_heap_init_val 00000098D3 0002 0000000001 GlbVar +sys_macro_head 000000C208 000D 0000000070 GlbVar +sys_macro_repeat_n 0076761788 0007 0000000008 GlbVar +sys_macro_task 000000C278 0016 0000000008 GlbVar +sys_mem_init_flag 00000098D0 0003 0000000001 GlbVar +sys_mem_init_val 00000098D1 0003 0000000001 GlbVar +sys_message_flags 0076703C08 0007 0000000008 GlbVar +sys_neg_pows_lets 0000012398 0003 ExportSysSym Imm +sys_neg_pows_list 00000123E8 0002 ExportSysSym Imm +sys_num_spawned_tasks 000000C290 0004 0000000008 GlbVar Public +sys_os_version 000000C2C0 0012 0000000008 GlbVar Public +sys_pci_buses 0000008016 000D 0000000002 GlbVar Public +sys_pci_services 000001EB5F 0011 0000000004 GlbVar Public +sys_pos_pows_lets 0000012380 0003 ExportSysSym Imm +sys_pos_pows_list 00000123B0 0002 ExportSysSym Imm +sys_progresses 00000098F8 0014 0000000140 GlbVar Public +sys_registry_doc 0076703C20 002B 0000000008 GlbVar +sys_run_level 0000007C30 0043 0000000004 GlbVar +sys_semas 0000009B00 00A5 0000000A80 GlbVar +sys_task 000000C288 0034 0000000008 GlbVar Public +sys_task_being_screen_updated 000000C2A0 000E 0000000008 GlbVar +sys_var_init_flag 00000098D4 0007 0000000001 GlbVar +sys_var_init_val 00000098D5 0007 0000000001 GlbVar +sys_vbe_info 00000090A4 0025 0000000200 GlbVar Public +sys_vbe_mode 00000093E4 0022 0000000100 GlbVar Public +sys_vbe_mode_num 00000094E4 0006 0000000002 GlbVar +sys_vbe_modes 00000092A4 0008 0000000140 GlbVar +sys_winmgr_task 000000C298 005E 0000000008 GlbVar +tM 0076981200 0005 0000000028 Funct Public +tS 00000160E6 006F 0000000025 Funct Public +text 000000CC00 00B4 0000000069 GlbVar Public +throw 0000018F2B 00B6 00000001E2 Funct Public +try 0000000005 0069 KeyWord +uasm 0077616590 002A 0000000038 GlbVar +union 0000000002 0025 KeyWord +wall 0076650AA8 0015 0000000008 GlbVar +while 0000000009 0815 KeyWord +winmgr 007693F668 000B 000000003B GlbVar Unres +winmgr 007693F668 0066 000000003B GlbVar Public +pi (0x400921F 0054 0000000020 DefineStr +inf (0x7FF0000 0009 0000000020 DefineStr diff --git a/src/Apps/KeepAway/KeepAway.CC b/src/Apps/KeepAway/KeepAway.CC index fb2df1f3..42c24bfa 100755 --- a/src/Apps/KeepAway/KeepAway.CC +++ b/src/Apps/KeepAway/KeepAway.CC @@ -2,7 +2,7 @@ //with $LK,"::/Apps/GrModels/Run.CC"$. //They were cut-and-pasted here. -$BG,14$ +$BG,YELLOW$ $SP,"<1>",BI=1$ @@ -436,7 +436,7 @@ U0 Shoot(Obj *o) U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See $LK+PU,"Noise",A="FF:::/System/ZSound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. +// See $LK+PU,"Noise",A="FF:::/System/Sound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/src/Apps/Strut/Strut.CC b/src/Apps/Strut/Strut.CC index 97095836..f9bca7d1 100755 --- a/src/Apps/Strut/Strut.CC +++ b/src/Apps/Strut/Strut.CC @@ -1,4 +1,4 @@ -$BG,0$ +$BG,BLACK$ $SP,"<1>",BI=1$ $SP,"<2>",BI=2$ @@ -371,7 +371,7 @@ U0 CleanUp() U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See $LK+PU,"Noise",A="FF:::/System/ZSound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. +// See $LK+PU,"Noise",A="FF:::/System/Sound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/src/Apps/X-Caliber/X-Caliber.CC b/src/Apps/X-Caliber/X-Caliber.CC index cf4a9a52..b3e8d7ed 100755 --- a/src/Apps/X-Caliber/X-Caliber.CC +++ b/src/Apps/X-Caliber/X-Caliber.CC @@ -99,7 +99,7 @@ I64 stars_x[STARS_NUM], stars_y[STARS_NUM]; CMathODE *ode = NULL; I64 level, score, remaining; -$BG,0$ +$BG,BLACK$ $SP,"<1>",BI=1$ $SP,"<2>",BI=2$ @@ -1029,7 +1029,7 @@ U0 MyDerivative(CMathODE *ode, F64, COrder2D3 *, COrder2D3 *) U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See $LK+PU,"Noise",A="FF:::/System/ZSound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. +// See $LK+PU,"Noise",A="FF:::/System/Sound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/src/Demo/AcctExample/PersonalNotes.DD b/src/Demo/AcctExample/PersonalNotes.DD index 8f72b9ff..565aa1c2 100755 --- a/src/Demo/AcctExample/PersonalNotes.DD +++ b/src/Demo/AcctExample/PersonalNotes.DD @@ -145,7 +145,7 @@ $FG,5$$TX+CX,"TODO? Meh"$$FG$ $FG,5$$TX+CX,"TODO: Too Hard, or Not Worth Doing."$$FG$ * AutoComplete/$LK,"Man",A="MN:Man"$() Jmp for user code. -* $LK,"Bible sized nodes",A="FF:::/System/DolDoc/DocRecalc.CC,->tag+i"$ +* $LK,"Bible sized nodes",A="FF:::/System/DolDoc/DocRecalc.CC,->tag + i"$ * $LK,"FileMgr",A="MN:FileMgr"$() is bad with lots of files. @@ -259,7 +259,7 @@ $FG,5$$TX+CX,"Committee Needed"$$FG$ * Make so just CdRom; command to copy entire disk to ::/CdRom directory? -* $LK,"MP DepthBuf",A="FF:::/System/Gr/SpriteMesh.CC,dc->depth_buf=e->"$ is a kludge because of dc->depth_buf=NULL in various graphics routines. +* $LK,"MP DepthBuf",A="FF:::/System/Gr/SpriteMesh.CC,//We"$ is a kludge because of dc->depth_buf=NULL in various graphics routines. * Improve editor undo, add redo. @@ -277,7 +277,7 @@ $FG,5$$TX+CX,"Committee Needed"$$FG$ * $LK,"GrPutChar3",A="MN:GrPutChar3"$() with depth buf? * Eliminate? $LK,"::/System/Ctrls/CtrlsA.CC"$? -* Eliminate? $LK,"::/System/ZMathODE.CC"$? +* Eliminate? $LK,"::/System/MathODE.CC"$? * Eliminate? $LK,"Complex",A="MN:Complex"$? * Eliminate? $LK,"CDC",A="MN:CDC"$.brush? * Eliminate? $LK,"Mat4x4MulXYZ",A="MN:Mat4x4MulXYZ"$() change to 3x3? @@ -408,7 +408,7 @@ $FG,5$$TX+CX,"Uncategorized"$$FG$ >Might want to do ZOOM in U8 graphics and convert screen capture to U8 >Might want to rev bit order -* This $LK,"Fs->catch_except=TRUE",A="FF:::/Kernel/Job.CC,Fs->catch_except=TRUE"$ causes problems because it +* This $LK,"Fs->catch_except = TRUE",A="FF:::/Kernel/Job.CC,Fs->catch_except = TRUE"$ causes problems because it catches divide and out-of-mem. Not sure what to do, yet. * Release semaphores or break lock sema,usb_td diff --git a/src/Demo/Games/FlatTops.CC b/src/Demo/Games/FlatTops.CC index 020c6ba5..bb89e964 100755 --- a/src/Demo/Games/FlatTops.CC +++ b/src/Demo/Games/FlatTops.CC @@ -140,7 +140,7 @@ U0 ObjDel(Obj *tmpo) } } } -$BG,1$ +$BG,BLUE$ $SP,"<1>",BI=1$ @@ -704,7 +704,7 @@ U0 ShipFix(Obj *tmpo, F64 d) U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona) {//Make white noise for given number of mS. -// See $LK+PU,"Noise",A="FF:::/System/ZSound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. +// See $LK+PU,"Noise",A="FF:::/System/Sound.CC,*Noise("$. On bare-metal, Spawn() hogs CPU. CSoundEffectFrame *ns; if (mS > 0) diff --git a/src/Doc/ChangeLog.DD b/src/Doc/ChangeLog.DD index f1682b3f..b26ddae9 100755 --- a/src/Doc/ChangeLog.DD +++ b/src/Doc/ChangeLog.DD @@ -117,10 +117,10 @@ $IV,1$----04/27/20 15:34:42----$IV,0$ * Changed $LK+PU,"GrBitMap",A="FI:::/System/Gr/GrBitMap.CC"$ to use non-timer rand for drawing speed improvement on multicore. $IV,1$----04/21/20 18:54:47----$IV,0$ -* Altered $LK+PU,"Tom Palettes",A="FF:::/System/Gr/GrPalette.CC,PaletteSetTom"$ for better visibility. +* Altered $LK+PU,"Tom Palettes",A="FF:::/System/Gr/GrPalette.CC,PaletteSetDark"$ for better visibility. $IV,1$----04/21/20 16:13:01----$IV,0$ -* Added start-up intro $LK+PU,"Splash",A="FI:::/ZSplash.CC"$ as a PopUp in $LK+PU,"Once",A="FF:::/Once.CC,PopUpRunFile"$, after performing a full boot (excludes soft reboots). +* Added start-up intro $LK+PU,"Splash",A="FI:::/System/ZSplash.CC"$ as a PopUp in $LK+PU,"Once",A="FF:::/HomeSys.CC,PopUp"$, after performing a full boot (excludes soft reboots). $IV,1$----04/13/20 13:48:15----$IV,0$ * Added $LK,"PIC_INIT",A="MN:PIC_INIT"$ and comments to $LK,"IntPICInit",A="MN:IntPICInit"$(). @@ -133,7 +133,7 @@ $IV,1$----04/12/20 17:06:38----$IV,0$ * Changed $LK,"BIN_SIGNATURE_VAL",A="MN:BIN_SIGNATURE_VAL"$ from 'TOSB' to 'ZCCB'. $IV,1$----04/11/20 18:10:58----$IV,0$ -* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at $LK,"FilesRefactored",A="FI:C:/Home/FilesRefactored.DD"$. +* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at /Home/FilesRefactored.DD. $IV,1$----04/10/20 07:44:08----$IV,0$ * $LK,"R",A="MN:R"$("PIC1", "$LK,"PIC_1",A="MN:PIC_1"$"); @@ -171,7 +171,7 @@ $IV,1$----03/29/20 14:07:00----$IV,0$ $IV,1$----03/27/20 13:06:00----$IV,0$ * Modified $LK,"Ctrl Slider",A="MN:VIEWANGLES_RANGE"$ for 3D model editor to allow higher precision. -* Added $LK,"PaletteSetTom",A="MN:PaletteSetTom"$() and $LK,"PaletteSetTomLight",A="MN:PaletteSetTomLight"$(). +* Added $LK,"PaletteSetTom",A="MN:PaletteSetDark"$() and $LK,"PaletteSetTomLight",A="MN:PaletteSetLight"$(). $IV,1$----03/21/20 19:35:00----$IV,0$ * Added $LK,"StrReplace",A="MN:StrReplace"$(), not fully tested yet. @@ -210,7 +210,7 @@ $IV,1$----03/19/20 01:51:36----$IV,0$ $IV,1$----03/16/20 14:44:00----$IV,0$ * $LK,"R",A="MN:R"$("GetStr", "$LK,"StrGet",A="MN:StrGet"$"); * Renamed GSF -> $LK,"SGF",A="MN:SGF_SHIFT_ESC_EXIT"$ as a consequence. -* Added some $LK,"AHCI headers",A="MN:AHCI_SIG_ATA"$. +* Added some $LK,"AHCI headers",A="MN:AHCI_MAX_PORTS"$. $IV,1$----03/12/20 22:00:36----$IV,0$ * Added $LK,"PaletteSetGruvboxDark",A="MN:PaletteSetGruvboxDark"$(). @@ -234,7 +234,7 @@ $IV,1$----02/23/20 02:36:28----$IV,0$ $IV,1$----02/22/20 20:04:00----$IV,0$ * Reduced $LK,"MEM_MIN_MEG",A="MN:MEM_MIN_MEG"$ to 256 MiB (VMWare users have to do less work). * Added $FG,2$$FG$ to AC $LK,"standby",A="FI:::/Doc/StandBy.DD"$ doc. -* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into $LK,"::/System/Divination.CC",A="FI:::/System/Divination.CC"$. Functions renamed from God*() to $LK,"Divine*",A="MN:GodWord"$(). Psalmody GodSong feature $LK,"disabled",A="FF:::/Apps/Psalmody/PsalmodyMain.CC,GodSongStr"$. DolDoc "BF:" links removed. CtrlAltB() is free to be used for other things. +* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into ::/System/Divination.CC. Functions renamed from $LK,"God*",A="MN:GodWord"$() to Divine*(). Psalmody GodSong feature $LK,"disabled",A="FF:::/Apps/Psalmody/PsalmodyMain.CC,GodSongStr"$. DolDoc "BF:" links removed. CtrlAltB() is free to be used for other things. * Updated the $LK,"Charter",A="FI:::/Doc/Charter.DD"$. $IV,1$----02/21/20 17:30:17----$IV,0$ @@ -250,7 +250,7 @@ $IV,1$----02/20/20 17:40:10----$IV,0$ $IV,1$----02/19/20 21:46:17----$IV,0$ $BK,1$* Zenith 1.0 released.$BK,0$ -* $LK,"GRScreenCaptureWrite",A="MN:GRScreenCaptureWrite"$() and $LK,"GRScreenCaptureRead",A="MN:GRScreenCaptureRead"$() are broken. $LK,"DCLoad",A="MN:DCLoad"$() and $LK,"DCSave",A="MN:DCSave"$() use $LK,"DCF_COMPRESSED",A="MN:DCF_COMPRESSED"$. It also saves the palette as $LK,"CBGR48",A="MN:CBGR48"$, which is a problem. +* $LK,"GRScreenCaptureWrite",A="MN:GRScreenCaptureWrite"$() and $LK,"GRScreenCaptureRead",A="MN:GRScreenCaptureRead"$() are broken. $LK,"DCLoad",A="MN:DCLoad"$() and $LK,"DCSave",A="MN:DCSave"$() use DCF_COMPRESSED. It also saves the palette as $LK,"CBGR48",A="MN:CBGR48"$, which is a problem. * Updated $LK,"MemRep",A="MN:MemRep"$() to report on VBE variables. * Renamed VGAFlush() -> $LK,"LFBFlush",A="MN:LFBFlush"$(). * Updated $LK,"Palette Demo",A="FI:::/Demo/Graphics/Palette.CC"$ to use current palette environment. @@ -376,7 +376,7 @@ $BK$$FG,4$!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!$FG$$BK,0$ $IV,1$----04/30/17 22:24:51----$IV,0$ -* $LK,"CmdLinePmt",A="MN:CmdLinePmt"$() doesn't print U0 ans. +* $LK,"CmdLinePmt",A="MN:CmdLinePrompt"$() doesn't print U0 ans. * Added comma flag $LK,"StrPrintJoin",A="MN:StrPrintJoin"$(,"%,p"); * Enhanced $LK,"PrintErr",A="MN:PrintErr"$() and $LK,"PrintWarn",A="MN:PrintWarn"$(). @@ -399,11 +399,11 @@ $IV,1$----02/05/17 16:37:39----$IV,0$ * Added $LK,"::/Doc/BlkChain.DD"$. $IV,1$----02/03/17 17:27:36----$IV,0$ -* Added multicore $LK,"::/Adam/AMathODE.HC"$. +* Added multicore $LK,"::/System/MathODE.CC"$. * Improved support for sub and super scripts. $IV,1$----01/31/17 10:22:10----$IV,0$ -* Added $LK,"::/Demo/Graphics/LightTable.HC"$. +* Added $LK,"::/Demo/Graphics/LightTable.CC"$. * Added $LK,"TOS Linux Setup",A="FF:::/Demo/AcctExample/TOS/TOSPolicies.DD,TOS Linux Setup"$. $IV,1$----01/27/17 08:13:37----$IV,0$ @@ -430,21 +430,21 @@ $IV,1$----01/25/17 20:44:17----$IV,0$ $IV,1$----01/24/17 21:56:06----$IV,0$ -* Improved $LK,"::/Apps/Psalmody/JukeBox.HC"$ +* Improved $LK,"::/Apps/Psalmody/JukeBox.CC"$ * $LK,"R",A="MN:R"$("TreeBranch","Tree"); * Added $LK,"DocTreeWrite",A="MN:DocTreeWrite"$() and $LK,"DocTreeAppend",A="MN:DocTreeAppend"$(). $IV,1$----01/22/17 06:08:00----$IV,0$ * $BK,1$TempleOS version 5.02 Released$BK,0$ -* Changed polling of $LK,"KbdMsHndlr",A="MN:KbdMsHndlr"$() in $LK,"WinMgrSleep",A="MN:WinMgrSleep"$(), increased fifos. +* Changed polling of $LK,"KbdMsHndlr",A="MN:KbdMouseHandler"$() in $LK,"WinMgrSleep",A="MN:WinMgrSleep"$(), increased fifos. $IV,1$----01/17/17 18:11:53----$IV,0$ * Fixed $FG,2$$$$FG$ class offset so $FG,2$#assert$FG$'s don't lag a token. $IV,1$----01/17/17 14:39:41----$IV,0$ -* Added $LK,"blkdev.ins_base0",A="MN:CBlkDevGlbls"$ and $LK,"blkdev.ins_unit",A="MN:CBlkDevGlbls"$. +* Added $LK,"blkdev.ins_base0",A="MN:CBlkDevGlobals"$ and $LK,"blkdev.ins_unit",A="MN:CBlkDevGlobals"$. * Added make $LK,"RedSeaISO",A="MN:RedSeaISO"$() to $LK,"FileMgr",A="MN:FileMgr"$(). -* Added $LK,"blkdev.dft_iso_c_filename",A="MN:CBlkDevGlbls"$ $TX,"",D="DFT_ISO_C_FILENAME"$. +* Added $LK,"blkdev.dft_iso_c_filename",A="MN:CBlkDevGlobals"$ $TX,"",D="DFT_ISO_C_FILENAME"$. $IV,1$----01/17/17 06:12:21----$IV,0$ * $LK,"R",A="MN:R"$("MIN_...","..._MIN"); @@ -457,22 +457,22 @@ $IV,1$----01/14/17 19:16:51----$IV,0$ $IV,1$----01/14/17 09:43:12----$IV,0$ * Improved $LK,"::/Demo/AcctExample/TOS/TOSHolySpirit.HC"$. -* Added cmp $LK,"U0 Expression",A="FF:::/Compiler/PrsExp.HC,U0 Expression"$ warn. +* Added cmp $LK,"U0 Expression",A="FF:::/Compiler/ParseExp.CC,U0 Expression"$ warn. * Improved syntax highlighting. $IV,1$----01/11/17 03:33:33----$IV,0$ * $BK,1$TempleOS version 5.01 Released$BK,0$ * $LK,"R",A="MN:R"$("ChangeLog","ChgLog"); * Added show mouse pos to $FG,2$$FG$. -* Improved $LK,"TOSRegen",A="FF:::/Demo/AcctExample/TOS/TOSDistro.HC,TOSRegen("$(). -* Added $LK,"Let2Let",A="MN:Let2Let"$(). +* Improved $LK,"TOSRegen",A="FF:::/Demo/AcctExample/TOS/TOSDistro.CC,TOSRegen("$(). +* Added $LK,"Let2Let",A="MN:Letter2Letter"$(). $IV,1$----01/10/17 14:27:58----$IV,0$ * Made $LK,"DocPut",A="MN:DocPut"$() use parent task's doc if input filter task. -* Added $LK,"Once",A="MN:Once"$(), $LK,"AOnce",A="MN:AOnce"$(), $LK,"OnceFlush",A="MN:OnceFlush"$(), $LK,"AOnceFlush",A="MN:AOnceFlush"$(), $LK,"OnceDrv",A="MN:OnceDrv"$(), $LK,"AOnceDrv",A="MN:AOnceDrv"$() and $LK,"OnceExe",A="MN:OnceExe"$(). +* Added $LK,"Once",A="MN:Once"$(), $LK,"AOnce",A="MN:SysOnce"$(), $LK,"OnceFlush",A="MN:OnceFlush"$(), $LK,"AOnceFlush",A="MN:SysOnceFlush"$(), $LK,"OnceDrv",A="MN:OnceDrive"$(), $LK,"AOnceDrv",A="MN:SysOnceDrive"$() and $LK,"OnceExe",A="MN:OnceExe"$(). * $LK,"R",A="MN:R"$("DoOnce","Once"); -* Added $LK,"RegAppend",A="MN:RegAppend"$() and $LK,"RegCnt",A="MN:RegCnt"$(); -* $LK,"R",A="MN:R"$("RegSetDftEntry()","$LK,"RegDft",A="MN:RegDft"$()"); +* Added $LK,"RegAppend",A="MN:RegAppend"$() and $LK,"RegCnt",A="MN:RegCount"$(); +* $LK,"R",A="MN:R"$("RegSetDftEntry()","$LK,"RegDft",A="MN:RegDefault"$()"); * $LK,"R",A="MN:R"$("RegExeBranch()","$LK,"RegExe",A="MN:RegExe"$()"); * $LK,"R",A="MN:R"$("RegWriteBranch()","$LK,"RegWrite",A="MN:RegWrite"$()"); @@ -480,7 +480,7 @@ $IV,1$----01/10/17 11:45:41----$IV,0$ * Added $LK,"::/Adam/InsReg.HC"$ with $LK,"InsReg",A="MN:InsReg"$(), $LK,"InsRereg",A="MN:InsRereg"$() and $LK,"InsUnreg",A="MN:InsUnreg"$(). * Added $LK,"::/Adam/Host.HC"$ with $LK,"HostChgDsk",A="MN:HostChgDsk"$(). * Added $LK,"::/Adam/Opt/Utils/TOS.HC"$ with $LK,"TOSStdIns",A="MN:TOSStdIns"$(). -* Added cmd line args for partition % to $LK,"DskPrt",A="MN:DskPrt"$(). +* Added cmd line args for partition % to $LK,"DskPrt",A="MN:DiskPart"$(). $IV,1$----01/09/17 21:48:34----$IV,0$ * $LK,"R",A="MN:R"$("a1","arg1"); @@ -496,13 +496,13 @@ $IV,1$----01/09/17 02:30:59----$IV,0$ * Moved AfterEgypt to the supplemental disk. $IV,1$----01/06/17 06:07:19----$IV,0$ -* Fixed $LK,"DskChg",A="MN:DskChg"$(). -* Improved $LK,"::/Misc/OSTestSuite.HC"$. +* Fixed $LK,"DskChg",A="MN:DiskChange"$(). +* Improved $LK,"::/Misc/OSTestSuite.CC"$. $IV,1$----01/05/17 04:53:21----$IV,0$ * No longer support ASCII#12, CH_FORM_FEED. * Fixed $LK,"sys_var_init_flag",A="MN:sys_var_init_flag"$. -* $LK,"GRScrnCaptureRead",A="MN:GRScrnCaptureRead"$(). +* $LK,"GRScrnCaptureRead",A="MN:GRScreenCaptureRead"$(). $IV,1$----01/04/17 18:06:14----$IV,0$ * Added $LK,"::/Demo/AcctExample/TOS/TOSPolicies.DD"$. @@ -512,18 +512,18 @@ $IV,1$----01/04/17 18:06:14----$IV,0$ * $LK,"R",A="MN:R"$("Handler","Hndlr"); * $LK,"R",A="MN:R"$("InputPointer","Mouse"); * Improved $LK,"MemRep",A="MN:MemRep"$(). -* Changed $LK,"::/Adam/WallPaper.HC"$. +* Changed $LK,"::/System/WallPaper.CC"$. $IV,1$----01/03/17 12:23:49----$IV,0$ * $LK,"R",A="MN:R"$("chars_cmp...","char_bmp..."); -* Added chk for $LK,"Profanity",A="FF:::/Demo/AcctExample/TOS/TOSMisc.HC,Profanity"$. -* Improved $LK,"TOSRegen",A="FF:::/Demo/AcctExample/TOS/TOSDistro.HC,TOSRegen"$. +* Added chk for $LK,"Profanity",A="FF:::/Demo/AcctExample/TOS/TOSMisc.CC,Profanity"$. +* Improved $LK,"TOSRegen",A="FF:::/Demo/AcctExample/TOS/TOSDistro.CC,TOSRegen"$. * Removed $TX,"TempleOSBooks1.ISO",HTML="http://www.templeos.org/files/TempleOSBooks1.ISO"$ and $TX,"TempleOSBooks2.ISO",HTML="http://www.templeos.org/files/TempleOSBooks2.ISO"$ out of $TX,"TempleOSSup1.ISO",HTML="http://www.templeos.org/TempleOSSup1.ISO"$. $IV,1$----01/01/17 17:16:16----$IV,0$ * $BK,1$TempleOS version 5.00 Released$BK,0$ * Added $LK,"Collapse",A="MN:Collapse"$(). -* Added $LK,"CursorRem",A="MN:CursorRem"$(). +* Added $LK,"CursorRem",A="MN:CursorRemove"$(). $IV,1$----12/31/16 07:21:20----$IV,0$ * $LK,"R",A="MN:R"$("SYS_SEMA_...","SEMA_..."); @@ -533,11 +533,11 @@ $IV,1$----12/31/16 07:21:20----$IV,0$ $IV,1$----12/30/16 23:42:20----$IV,0$ * $LK,"R",A="MN:R"$("Pages512","Pags"); -* Overhauled $LK,"::/Kernel/Mem/PageTables.HC"$. +* Overhauled $LK,"::/Kernel/Memory/PageTables.CC"$. * $LK,"R",A="MN:R"$("BusyWait()","$LK,"Busy",A="MN:Busy"$()"); $IV,1$----12/29/16 10:21:44----$IV,0$ -* Changed $LK,"Snd",A="MN:Snd"$() from $FG,2$freq$FG$ to a $FG,2$I8$FG$ val called an $FG,2$ona$FG$. +* Changed $LK,"Snd",A="MN:Sound"$() from $FG,2$freq$FG$ to a $FG,2$I8$FG$ val called an $FG,2$ona$FG$. * Fixed error in music octaves. * To convert songs, download Supplemental#1 ISO from the AppStore on http://www.templeos.org and run Sup1/Sup1Utils/CvtSong500.HC. @@ -550,7 +550,7 @@ $IV,1$----12/03/16 13:19:58----$IV,0$ * $LK,"R",A="MN:R"$("SpriteX3B()","$LK,"Sprite3XB",A="MN:Sprite3XB"$()"); * $LK,"R",A="MN:R"$("SpriteY3B()","$LK,"Sprite3YB",A="MN:Sprite3YB"$()"); * $LK,"R",A="MN:R"$("SpriteZ3B()","$LK,"Sprite3ZB",A="MN:Sprite3ZB"$()"); -* Improved $LK,"::/Demo/Games/Talons.HC"$. +* Improved $LK,"::/Demo/Games/Talons.CC"$. $IV,1$----12/03/16 10:16:26----$IV,0$ * Changed $LK,"__CMD_LINE__",A="MN:__CMD_LINE__"$. @@ -562,82 +562,82 @@ $IV,1$----11/30/16 22:44:35----$IV,0$ * Added $LK,"SpriteTransform",A="MN:SpriteTransform"$(). $IV,1$----11/28/16 07:11:41----$IV,0$ -* Improved $LK,"::/Apps/Titanium/Titanium.HC"$. +* Improved $LK,"::/Apps/Titanium/Titanium.CC"$. $IV,1$----11/26/16 22:43:51----$IV,0$ -* Added solar storms to $LK,"::/Apps/X-Caliber/X-Caliber.HC"$. +* Added solar storms to $LK,"::/Apps/X-Caliber/X-Caliber.CC"$. * $LK,"R",A="MN:R"$("TimeOut","Titanium"); $IV,1$----11/20/16 19:46:43----$IV,0$ * $BK,1$TempleOS version 4.13 Released$BK,0$ -* Improved $LK,"::/Apps/Titanium/Titanium.HC"$. -* Improved $LK,"::/Apps/X-Caliber/X-Caliber.HC"$. +* Improved $LK,"::/Apps/Titanium/Titanium.CC"$. +* Improved $LK,"::/Apps/X-Caliber/X-Caliber.CC"$. $IV,1$----11/19/16 08:19:51----$IV,0$ * Improved Budget application. $IV,1$----11/17/16 18:49:51----$IV,0$ * $LK,"R",A="MN:R"$("EagleDive","Talons"); -* Improved $LK,"::/Demo/Games/RocketScience.HC"$. -* Improved $LK,"::/Demo/Games/Rocket.HC"$. +* Improved $LK,"::/Demo/Games/RocketScience.CC"$. +* Improved $LK,"::/Demo/Games/Rocket.CC"$. $IV,1$----10/28/16 05:54:27----$IV,0$ -* Added $LK,"::/Demo/RadixSort.HC"$. +* Added $LK,"::/Demo/RadixSort.CC"$. $IV,1$----10/26/16 00:21:06----$IV,0$ * Added $LK,"CProgress",A="MN:CProgress"$.t0. * Improved $LK,"::/Doc/Boot.DD"$. $IV,1$----10/25/16 18:02:44----$IV,0$ -* Improved $LK,"::/Adam/Gr/SpriteEd.HC"$. +* Improved $LK,"::/System/Gr/SpriteEd.CC"$. * Improved $LK,"::/Demo/AcctExample/TOS/TOSHolySpirit.HC"$. $IV,1$----10/12/16 10:55:26----$IV,0$ * Added $LK,"CCF_NO_CHAR_CONST",A="MN:CCF_NO_CHAR_CONST"$. -* Improved $LK,"::/Demo/ToHtmlToTXTDemo/ToHtml.HC"$. +* Improved $LK,"::/Demo/ToHtmlToTXTDemo/ToHtml.CC"$. $IV,1$----10/03/16 01:09:35----$IV,0$ * Changed $LK,"GodWord",A="MN:GodWord"$(). $IV,1$----09/30/16 18:29:59----$IV,0$ * Improved $LK,"Rand",A="MN:Rand"$()'s. -* Improved $LK,"::/Adam/Opt/Utils/ToTXT.HC"$. +* Improved $LK,"::/System/Utils/ToTXT.CC"$. $IV,1$----09/29/16 10:13:14----$IV,0$ * $BK,1$TempleOS version 4.12 Released$BK,0$ -* Added $LK,"TASKf_CMD_LINE_PMT",A="MN:TASKf_CMD_LINE_PMT"$. +* Added $LK,"TASKf_CMD_LINE_PMT",A="MN:TASKf_CMD_LINE_PROMPT"$. * Improved $LK,"TaskWait",A="MN:TaskWait"$(). * Improved $LK,"DeathWait",A="MN:DeathWait"$(). $IV,1$----09/27/16 12:40:21----$IV,0$ -* Added $LK,"SndRst",A="MN:SndRst"$(). -* Got rid of crappy reverb in $LK,"::/Apps/Psalmody/PsalmodyMain.HC"$. +* Added $LK,"SndRst",A="MN:SoundReset"$(). +* Got rid of crappy reverb in $LK,"::/Apps/Psalmody/PsalmodyMain.CC"$. $IV,1$----09/27/16 11:09:25----$IV,0$ -* Improved $LK,"::/Misc/OSTestSuite.HC"$. +* Improved $LK,"::/Misc/OSTestSuite.CC"$. * Fixed bug in $LK,"EdCharIns",A="MN:EdCharIns"$() printing $$ cmds. * Added $LK,"FUF_JUST_DD",A="MN:FUF_JUST_DD"$ and $LK,"FILEMASK_DD",A="MN:FILEMASK_DD"$. $IV,1$----09/27/16 01:05:52----$IV,0$ -* Improved $LK,"::/Doc/MemOverview.DD"$. +* Improved $LK,"::/Doc/MemoryOverview.DD"$. * Got rid of $FG,4$::/Demo/Lectures/Mem$FG$. * Made filename paths relative to document location in DolDoc links. * $LK,"R",A="MN:R"$("Temp","Tmp"); $IV,1$----09/26/16 00:44:42----$IV,0$ -* Added CloseAssault and OverRun to $LK,"::/Apps/ToTheFront/ToTheFront.HC"$. +* Added CloseAssault and OverRun to $LK,"::/Apps/ToTheFront/ToTheFront.CC"$. $IV,1$----09/22/16 07:53:20----$IV,0$ -* Improved $LK,"::/Demo/Graphics/Box.HC"$. -* Improved $LK,"::/Demo/Graphics/SpritePlot3D.HC"$. +* Improved $LK,"::/Demo/Graphics/Box.CC"$. +* Improved $LK,"::/Demo/Graphics/SpritePlot3D.CC"$. $IV,1$----09/21/16 17:09:40----$IV,0$ -* Fixed bug in $LK,"::/Demo/Games/BomberGolf.HC"$. +* Fixed bug in $LK,"::/Demo/Games/BomberGolf.CC"$. $IV,1$----09/20/16 15:57:30----$IV,0$ * $LK,"R",A="MN:R"$("Screen","Scrn"); * $LK,"R",A="MN:R"$("WinMgrSync","$LK,"Refresh",A="MN:Refresh"$"); -* $LK,"R",A="MN:R"$("InDbg","$LK,"DbgMode",A="MN:DbgMode"$"); +* $LK,"R",A="MN:R"$("InDbg","$LK,"DbgMode",A="MN:DebugMode"$"); * Improved $LK,"::/Doc/Boot.DD"$. $IV,1$----09/20/16 07:31:52----$IV,0$ @@ -664,11 +664,11 @@ $IV,1$----09/06/16 13:01:42----$IV,0$ * Got rid of $FG,4$MSG_FOCUS$FG$, $FG,4$MSG_MOVE$FG$, and $FG,4$MSG_SIZE$FG$. There are no longer messages for moving and sizing windows. $IV,1$----09/06/16 02:40:43----$IV,0$ -* Improved $LK,"::/Demo/MagicPairs.HC"$. +* Improved $LK,"::/Demo/MagicPairs.CC"$. $IV,1$----08/27/16 09:45:39----$IV,0$ * Improved $LK,"CPURep",A="MN:CPURep"$(). -* Improved $LK,"::/Misc/OSTestSuite.HC"$. +* Improved $LK,"::/Misc/OSTestSuite.CC"$. * Added $LK,"BirthWait",A="MN:BirthWait"$() and $LK,"DeathWait",A="MN:DeathWait"$(). $IV,1$----08/22/16 04:14:47----$IV,0$ @@ -678,21 +678,21 @@ $IV,1$----07/17/16 13:03:12----$IV,0$ * Improved $LK,"DocOpt",A="MN:DocOpt"$(). $IV,1$----07/17/16 03:23:53----$IV,0$ -* Improved $LK,"::/Demo/Games/RawHide.HC"$. +* Improved $LK,"::/Demo/Games/RawHide.CC"$. $IV,1$----07/15/16 10:11:10----$IV,0$ * $BK,1$TempleOS version 4.10 Released$BK,0$ -* Improved $LK,"::/Demo/Games/Talons.HC"$. +* Improved $LK,"::/Demo/Games/Talons.CC"$. $IV,1$----07/15/16 05:17:24----$IV,0$ -* Created $LK,"CDevGlbls",A="MN:CDevGlbls"$.uncached_alias. +* Created $LK,"CDevGlbls",A="MN:CDevGlobals"$.uncached_alias. * Added 1 Gig page table support. $IV,1$----07/13/16 17:21:19----$IV,0$ * Added multicore report to $LK,"CPURep",A="MN:CPURep"$(). $IV,1$----07/09/16 08:46:36----$IV,0$ -* Changed scoring in $LK,"::/Demo/Games/Talons.HC"$. +* Changed scoring in $LK,"::/Demo/Games/Talons.CC"$. * Replaced many $FG,2$"%Q"$FG$ with $FG,2$"%$$Q"$FG$. * Fixed $FG,2$'\x24'$FG$. * Added $FG,2$'\d'$FG$ for $FG,2$'$$'$FG$. @@ -707,11 +707,11 @@ $IV,1$----07/07/16 07:21:03----$IV,0$ $IV,1$----07/06/16 23:45:30----$IV,0$ * Fixed multicore bug in $LK,"Sprite3",A="MN:Sprite3"$(). -* Improved $LK,"::/Demo/Games/Talons.HC"$. +* Improved $LK,"::/Demo/Games/Talons.CC"$. $IV,1$----07/05/16 06:03:47----$IV,0$ * $BK,1$TempleOS version 4.09 Released$BK,0$ -* Improved $LK,"::/Demo/Games/Talons.HC"$. +* Improved $LK,"::/Demo/Games/Talons.CC"$. * Improved $LK,"GrFillTri0",A="MN:GrFillTri0"$(). $IV,1$----07/03/16 04:30:05----$IV,0$ @@ -720,18 +720,18 @@ $IV,1$----07/03/16 04:30:05----$IV,0$ * Added $LK,"BDT_ISO_FILE_READ",A="MN:BDT_ISO_FILE_READ"$. $IV,1$----07/01/16 05:29:08----$IV,0$ -* Made underscore mandatory on $LK,"HolyC",A="FI:::/Doc/HolyC.DD"$ callable asm functions. +* Made underscore mandatory on $LK,"HolyC",A="FI:::/Doc/CosmiC.DD"$ callable asm functions. $IV,1$----06/28/16 13:15:08----$IV,0$ * Changed $LK,"TaskRep",A="MN:TaskRep"$() and $LK,"MemRep",A="MN:MemRep"$(). -* Changed $LK,"::/Adam/WallPaper.HC"$. +* Changed $LK,"::/System/WallPaper.CC"$. $IV,1$----06/26/16 14:01:16----$IV,0$ * Added $LK,"LastFun",A="MN:LastFun"$(), $LK,"RunFile",A="MN:RunFile"$(), $LK,"RunFile2",A="MN:RunFile2"$() and $LK,"PopUpRunFile",A="MN:PopUpRunFile"$(). * Made boot code modular. $IV,1$----06/24/16 14:15:13----$IV,0$ -* Added A.I. to $LK,"::/Apps/KeepAway/KeepAway.HC"$ and changed scoring. +* Added A.I. to $LK,"::/Apps/KeepAway/KeepAway.CC"$ and changed scoring. $IV,1$----06/24/16 02:55:42----$IV,0$ * $BK,1$TempleOS version 4.08 Released$BK,0$ @@ -758,10 +758,10 @@ $IV,1$----06/16/16 20:59:41----$IV,0$ * $FG,2$$FG$ is next task. $IV,1$----06/16/16 19:49:39----$IV,0$ -* Added $LK,"::/Doc/Comm.HC"$. +* Added $LK,"::/Doc/Comm.CC"$. * Added $LK,"::/Doc/StdTempleOSPC.DD"$. * Added $LK,"::/Kernel/FontCyrillic.HC"$. $FG,2$$FG$ $IV,1$----06/02/16 03:20:56----$IV,0$ * $BK,1$TempleOS version 4.07 Released$BK,0$ -* Added claws to $LK,"::/Demo/Games/Talons.HC"$. +* Added claws to $LK,"::/Demo/Games/Talons.CC"$. diff --git a/src/Doc/Credits.DD b/src/Doc/Credits.DD index 6c6b16db..0839373f 100755 --- a/src/Doc/Credits.DD +++ b/src/Doc/Credits.DD @@ -1,12 +1,12 @@ $WW,1$$FG,5$$TX+CX,"Credits"$$FG$ -$FG,2$Terry A. Davis$FG$ wrote all of TempleOS over a span of $FG,2$$TX,"15.0",D="DD_TEMPLEOS_AGE"$$FG$ years (full-time). ZealOS, written over a span of $FG,2$$TX,"1.8",D="DD_ZEALOS_AGE"$$FG$ years, is a fork of ZenithOS, which itself is a fork of TempleOS. It can run on some bare metal 64-bit PC's from about 2007-2019 with no layering, libraries, tools, modules or anything from other sources. Otherwise, you run it in a virtual machine, like $FG,2$VMware$FG$, $FG,2$QEMU$FG$ or $FG,2$VirtualBox$FG$. It is independent and stands alone. 100% of the src code is including on all distro's, from the kernel to the compiler to the boot loaders! It is public domain, not GPL. +$FG,2$Terry A. Davis$FG$ wrote all of TempleOS over a span of $FG,2$$TX,"15.0",D="DD_TEMPLEOS_AGE"$$FG$ years (full-time). ZealOS, written over a span of $FG,2$$TX,"1.9",D="DD_ZEALOS_AGE"$$FG$ years, is a fork of ZenithOS, which itself is a fork of TempleOS. It can run on some bare metal 64-bit PC's from about 2007-2019 with no layering, libraries, tools, modules or anything from other sources. Otherwise, you run it in a virtual machine, like $FG,2$VMware$FG$, $FG,2$QEMU$FG$ or $FG,2$VirtualBox$FG$. It is independent and stands alone. 100% of the src code is including on all distro's, from the kernel to the compiler to the boot loaders! It is public domain, not GPL. *) $LK,"ATA Reg and Cmd Definitions",A="MN:ATA_NOP"$ are originally from Linux. Later, Terry got the spec. *) The heap algorithm, $LK,"::/Kernel/Memory/MAllocFree.CC"$, is adapted from one Terry saw at Ticketmaster when he worked on their VAX operating system. -*) The adaptive-step-size-Runge-Kutta algorithm, $LK,"::/System/ZMathODE.CC"$, is adapted from the book, $UL,1$Numeric Recipies in C$UL,0$. +*) The adaptive-step-size-Runge-Kutta algorithm, $LK,"::/System/MathODE.CC"$, is adapted from the book, $UL,1$Numeric Recipies in C$UL,0$. *) The mountain in some games is from $FG,4$$TX,"http://www.public-domain-photos.com",HTML="http://www.public-domain-photos.com"$$FG$. The wolf in BlackDiamond is also from there. Terry took watermarked photos and converted to 16 color. diff --git a/src/Doc/Define.DD b/src/Doc/Define.DD index d329cdff..36c7d9a2 100755 --- a/src/Doc/Define.DD +++ b/src/Doc/Define.DD @@ -4,6 +4,6 @@ If you have an $FG,2$@$FG$ as the first char of a define list entry, it is an al Each task can load its own Define strings. Remember, when a $LK,"Hash",A="HI:Hash"$ table is searched for a string, if it is not found, the parent task's table is searched. -The $LK,"DolDoc",A="FI:::/Doc/DolDocOverview.DD"$ framework supports text that changes based on entries in the task's symbol table. Set a text entry with a $FG,2$D=$FG$ arg, as in $FG,2$$$TX,"",D="DD_MYSTRING"$$$FG$. See $LK,"::/Demo/DolDoc/DefineStr.CC"$, $LK,"::/System/ZDefine.CC"$ and $LK,"::/Doc/MemoryOverview.DD"$. +The $LK,"DolDoc",A="FI:::/Doc/DolDocOverview.DD"$ framework supports text that changes based on entries in the task's symbol table. Set a text entry with a $FG,2$D=$FG$ arg, as in $FG,2$$$TX,"",D="DD_MYSTRING"$$$FG$. See $LK,"::/Demo/DolDoc/DefineStr.CC"$, $LK,"::/System/Define.CC"$ and $LK,"::/Doc/MemoryOverview.DD"$. See $LK,"::/Demo/Define.CC"$. diff --git a/src/Doc/DolDocOverview.DD b/src/Doc/DolDocOverview.DD index 497bcee8..19d8d548 100755 --- a/src/Doc/DolDocOverview.DD +++ b/src/Doc/DolDocOverview.DD @@ -231,7 +231,7 @@ $ID,2$Some cmds need auxilliary strings. $FG,2$A="str"$FG$ means an $LK,"CDocEnt $ID,-2$$TR,"D=\"\" Define Str"$ $ID,2$A $FG,2$D=""$FG$ means either a $LK,"define",A="HI:Define"$ str indirection is present on a text widget, or a define list is present on a list widget. -For indirection, the tag will be regenerated by substituting the value of a system $FG,2$#define$FG$ or $LK,"DefineLoad",A="MN:DefineLoad"$() string. See $LK,"::/Demo/DolDoc/DefineStr.CC"$, $LK,"::/System/ZDefine.CC"$ and $LK,"::/Doc/MemoryOverview.DD"$. +For indirection, the tag will be regenerated by substituting the value of a system $FG,2$#define$FG$ or $LK,"DefineLoad",A="MN:DefineLoad"$() string. See $LK,"::/Demo/DolDoc/DefineStr.CC"$, $LK,"::/System/Define.CC"$ and $LK,"::/Doc/MemoryOverview.DD"$. For $FG,2$LS$FG$ widgets, see $LK,"::/Demo/DolDoc/Form.CC"$. $ID,-2$$TR,"HTML=\"\""$ diff --git a/src/Doc/GRFiles.DD b/src/Doc/GRFiles.DD index 0458a3dd..c5e0fa60 100755 --- a/src/Doc/GRFiles.DD +++ b/src/Doc/GRFiles.DD @@ -38,7 +38,7 @@ class GRFile I32 width; I32 width_internal; //Rounded-up to multiple of 8. I32 height; - I32 flags; //DCF_COMPRESSED? See $LK,"::/Kernel/Compress.CC"$. + I32 flags; CBGR48 palette[16]; //Included if DCF_PALETTE. U8 body[]; };$HL,0$ diff --git a/src/Doc/GuideLines.DD b/src/Doc/GuideLines.DD index dbf63665..31ae684f 100755 --- a/src/Doc/GuideLines.DD +++ b/src/Doc/GuideLines.DD @@ -92,7 +92,7 @@ $ID,-5$ $FG,5$$TX+CX,"Hash Sym Tables"$$FG$ -* See $LK,"::/System/ZHash.CC"$ for examples of how the hash tables are set-up. Basically, syms are placed into hash tables and child process hash tables are chained to parents. This provides scopes for vars and functions. +* See $LK,"::/System/Hash.CC"$ for examples of how the hash tables are set-up. Basically, syms are placed into hash tables and child process hash tables are chained to parents. This provides scopes for vars and functions. * $FG,2$sys_task->hash_table$FG$ holds the $LK,"CosmiC",A="FI:::/Doc/CosmiC.DD"$ syms loaded in on start-up. diff --git a/src/Doc/HelpIndex.DD b/src/Doc/HelpIndex.DD index 46b76500..7eee3231 100755 Binary files a/src/Doc/HelpIndex.DD and b/src/Doc/HelpIndex.DD differ diff --git a/src/Doc/RedSea.DD b/src/Doc/RedSea.DD index bb8b1089..e0383b5f 100755 --- a/src/Doc/RedSea.DD +++ b/src/Doc/RedSea.DD @@ -32,8 +32,6 @@ public class CRedSeaBoot //RedSea is type FAT32 in partition table to fool BIOS. $HL,0$ See $LK,"::/Kernel/BlkDev/FileSysRedSea.CC"$ and $LK,"::/System/Boot/DiskISORedSea.CC"$. -Files with names ending in are compressed. See $LK,"::/Kernel/Compress.CC"$. - To replace ISO9660, make hard-drive partition image of a measured size and copy onto a CD/DVD starting at about sector 20, with EL TORITO booting. 512-byte sectors will be placed on top of 2048-byte CD/DCD sectors, so there will be four blocks per CD/DVD sector. RedSea file system has no bad block table and no redundant allocation table. diff --git a/src/Home/Net/Tests/DHCPTest2.CC b/src/Home/Net/Tests/DHCPTest2.CC index 0454dfbb..44342668 100755 --- a/src/Home/Net/Tests/DHCPTest2.CC +++ b/src/Home/Net/Tests/DHCPTest2.CC @@ -14,7 +14,7 @@ U0 DHCPTest() if (ipv4_globals.local_ip != 0) { "\nThis test will only work on unconfigured network.\n"; - "To force for testing, comment out $FG,0$NetConfigure;$FG$ in $LK,"NetStart",A="FF:C:/Home/Net/NetStart.CC,NetConfigure"$.\n\n"; + "To force for testing, comment out $FG,0$NetConfigure;$FG$ in $LK,"Run.CC",A="FF:C:/Home/Net/Run.CC,NetConfigure"$.\n\n"; return; } diff --git a/src/Kernel/KStart16.CC b/src/Kernel/KStart16.CC index e3e6bca1..9f4e30ed 100755 --- a/src/Kernel/KStart16.CC +++ b/src/Kernel/KStart16.CC @@ -22,7 +22,7 @@ SYS_RUN_LEVEL:: DU32 0; #exe { - StreamPrint("SYS_COMPILE_TIME:: DU64 0x%X;", Now); //See $LK,"IDEBootDVDProbe",A="MN:IDEBootDVDProbe"$ + StreamPrint("SYS_COMPILE_TIME:: DU64 0x%X;", Now); //See $LK,"AHCIBootDVDProbeAll",A="MN:AHCIBootDVDProbeAll"$ }; #assert SYS_COMPILE_TIME + sizeof(CDate) + sizeof(CBinFile) < DVD_BLK_SIZE diff --git a/src/System/BlkDev/Mount.CC b/src/System/BlkDev/Mount.CC index 1fa91019..b2713958 100755 --- a/src/System/BlkDev/Mount.CC +++ b/src/System/BlkDev/Mount.CC @@ -233,7 +233,7 @@ U8 Mount2(U8 boot_drive_let, CDoc *_doc, Bool _caller_is_prtdisk) } public U8 Mount(Bool caller_is_prtdisk=FALSE) -{//Mount drives. Called from $LK,"DiskPart(Mount)",A="FF:::/System/ZBlkDev/DiskPart.CC,Mount("$. +{//Mount drives. Called from $LK,"DiskPart(Mount)",A="FF:::/System/BlkDev/DiskPart.CC,Mount("$. return Mount2(0, NULL, caller_is_prtdisk); } diff --git a/src/System/Boot/BootDVD.CC b/src/System/Boot/BootDVD.CC index 16fee648..ec9cd80a 100755 --- a/src/System/Boot/BootDVD.CC +++ b/src/System/Boot/BootDVD.CC @@ -168,7 +168,7 @@ BDVD_MAIN:: LOOP @@35 POP DS -//See $LK,"IDEBootDVDProbe",A="MN:IDEBootDVDProbe"$(). +//See $LK,"AHCIBootDVDProbeAll",A="MN:AHCIBootDVDProbeAll"$(). MOV EBX, U32 [BDVD_BLK_LO - BDVD_START] MOV AX, U16 [BDVD_SHIFT_BLKS - BDVD_START] SHL EAX, 16 diff --git a/src/System/Gr/GrGlobals.CC b/src/System/Gr/GrGlobals.CC index 279fc09a..e8d45b73 100755 --- a/src/System/Gr/GrGlobals.CC +++ b/src/System/Gr/GrGlobals.CC @@ -22,7 +22,7 @@ public class CGrGlobals U0 (*fp_wall_paper)(CTask *task); U0 (*fp_draw_mouse)(CDC *dc, I64 x, I64 y); U0 (*fp_draw_grab_mouse)(CDC *dc, I64 x, I64 y, Bool closed); - U8 *empty_sprite; //Gets assigned $LK,"gr.empty_sprite",A="FF:::/System/ZMouse.CC,empty_sprite"$ + U8 *empty_sprite; //Gets assigned $LK,"gr.empty_sprite",A="FF:::/System/Mouse.CC,empty_sprite"$ #define GR_PEN_BRUSHES_NUM 64 CDC *pen_brushes [GR_PEN_BRUSHES_NUM], diff --git a/src/System/Hash.CC b/src/System/Hash.CC index 49959f70..889a3736 100755 --- a/src/System/Hash.CC +++ b/src/System/Hash.CC @@ -293,12 +293,12 @@ public U0 Who(U8 *fu_flags=NULL, CHashTable *h=NULL, U8 *idx=NULL, CDoc *doc=NUL { if (ptr->type & HTG_SRC_SYM && ptr(CHashSrcSym *)->src_link) { - DocPrint(doc, "$$LK,\"%-20s\",A=\"%s\"$$", ptr->str, ptr(CHashSrcSym *)->src_link); + DocPrint(doc, "$$LK,\"%-40s\",A=\"%s\"$$", ptr->str, ptr(CHashSrcSym *)->src_link); if (idx) comment = HelpComment(task, ptr, ptr(CHashSrcSym *)->src_link); } else - DocPrint(doc, "%-20s", ptr->str); + DocPrint(doc, "%-40s", ptr->str); if (!idx) {