home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / sim_v1.72 / s / bug.libfile next >
Text File  |  1995-02-27  |  19KB  |  1,595 lines

  1.  
  2. ;------------------------------------------------------------------------
  3. *
  4. *    S.I.M. System Symbol Definitions
  5. *
  6. *    Author        Stefan Walter
  7. *    Environement    Kickstart V39
  8. *    Version        1.06
  9. *    Last revision    03.01.93
  10. *
  11. ;------------------------------------------------------------------------
  12. *
  13. * This file contains symbol definitions for many libraries, devices
  14. * and other system lists and objects in memory. The file file may be
  15. * modified to suit your own needs by simply cutting out the definitions
  16. * you do not need and adding the ones not defined here. However if you
  17. * copy the entier SIM toolkit to someone else, copy the original file.
  18. *
  19. ;------------------------------------------------------------------------
  20. *
  21. * This file contains definitions for:
  22. *
  23. *    - Libraries: asl, commodities, diskfont, dos, exec, expansion,
  24. *      gadtools, graphics, icon, iffparse, intuition, layers, locale,
  25. *      utility and workbench
  26. *    - Normal and enhanced chipset and cia registers
  27. *    - TaskReady, TaskWait, Port, Library, Interrupt, Device,
  28. *      Resource, Memory lists.
  29. *    - ThisTask node
  30. *
  31. ;------------------------------------------------------------------------
  32.  
  33. *******    asl.library *******************
  34.  
  35.     $LIBRARY    asl.library
  36.     $SIZE    -6
  37.  
  38. AslBase.0
  39.  
  40.     $JUMP    -1e
  41.  
  42. AllocFileRequest
  43. FreeFileRequest
  44. RequestFile
  45. AllocAslRequest
  46. FreeAslRequest
  47. AslRequest
  48.  
  49.     $ENDNODE
  50.  
  51. *******    commodities.library ***********
  52.  
  53.     $LIBRARY    commodities.library
  54.     $SIZE    -6
  55.  
  56. CxBase.0
  57.  
  58.     $JUMP    -1e
  59.  
  60. CreateCxObj
  61. CxBroker
  62. ActivateCxObj
  63. DeleteCxObj
  64. DeleteCxObjAll
  65. CxObjType
  66. CxObjError
  67. ClearCxObjError
  68. SetCxObjPri
  69. AttachCxObj
  70. EnqueueCxObj
  71. InsertCxObj
  72. RemoveCxObj
  73. commoditiesPrivate1
  74. SetTranslate
  75. SetFilter
  76. SetFilterIX
  77. ParseIX
  78. CxMsgType
  79. CxMsgData
  80. CxMsgID
  81. DivertCxMsg
  82. RouteCxMsg
  83. DisposeCxMsg
  84. InvertKeyMap
  85. AddIEvents
  86. commoditiesPrivate2
  87. commoditiesPrivate3
  88. commoditiesPrivate4
  89. MatchIX
  90. commoditiesPrivate5
  91. commoditiesPrivate6
  92. commoditiesPrivate7
  93. commoditiesPrivate8
  94. commoditiesPrivate9
  95.  
  96.     $ENDNODE
  97.  
  98. *******    diskfont.library **************
  99.  
  100.     $LIBRARY    diskfont.library
  101.     $SIZE    -6
  102.  
  103. DiskfontBase.0
  104.  
  105.     $JUMP    -1e
  106.  
  107. OpenDiskFont
  108. AvailFonts
  109. NewFontContents
  110. DisposeFontContents
  111. NewScaledDiskFont
  112.  
  113.     $ENDNODE
  114.  
  115. *******    dos.library *******************
  116.  
  117.     $LIBRARY    dos.library
  118.     $SIZE    -6
  119.  
  120. DosBase.0
  121.  
  122.     $JUMP    -1e
  123.  
  124. Open
  125. Close
  126. Read
  127. Write
  128. Input
  129. Output
  130. Seek
  131. DeleteFile
  132. Rename
  133. Lock
  134. UnLock
  135. DupLock
  136. Examine
  137. ExNext
  138. Info
  139. CreateDir
  140. CurrentDir
  141. IoErr
  142. CreateProc
  143. Exit
  144. LoadSeg
  145. UnLoadSeg
  146. dosPrivate1
  147. dosPrivate2
  148. DeviceProc
  149. SetComment
  150. SetProtection
  151. DateStamp
  152. Delay
  153. WaitForChar
  154. ParentDir
  155. IsInteractive
  156. Execute
  157. AllocDosObject
  158. FreeDosObject
  159. DoPkt
  160. SendPkt
  161. WaitPkt
  162. ReplyPkt
  163. AbortPkt
  164. LockRecord
  165. LockRecords
  166. UnLockRecord
  167. UnLockRecords
  168. SelectInput
  169. SelectOutput
  170. FGetC
  171. FPutC
  172. UnGetC
  173. FRead
  174. FWrite
  175. FGets
  176. FPuts
  177. VFWritef
  178. VFPrintf
  179. Flush
  180. SetVBuf
  181. DupLockFromFH
  182. OpenFromLock
  183. ParentOfFH
  184. ExamineFH
  185. SetFileDate
  186. NameFromLock
  187. NameFromFH
  188. SplitName
  189. SameLock
  190. SetMode
  191. ExAll
  192. ReadLink
  193. MakeLink
  194. ChangeMode
  195. SetFileSize
  196. SetIoErr
  197. Fault
  198. PrintFault
  199. ErrorReport.-c        ;1 reserved
  200. Cli
  201. CreateNewProc
  202. RunCommand
  203. GetConsoleTask
  204. SetConsoleTask
  205. GetFileSysTask
  206. SetFileSysTask
  207. GetArgStr
  208. SetArgStr
  209. FindCliProc
  210. MaxCli
  211. SetCurrentDirName
  212. GetCurrentDirName
  213. SetProgramName
  214. GetProgramName
  215. SetPrompt
  216. GetPrompt
  217. SetProgramDir
  218. GetProgramDir
  219. SystemTagList
  220. AssignLock
  221. AssignLate
  222. AssignPath
  223. AssignAdd
  224. RemAssignList
  225. GetDeviceProc
  226. FreeDeviceProc
  227. LockDosList
  228. UnLockDosList
  229. AttemptLockDosList
  230. RemDosEntry
  231. AddDosEntry
  232. FindDosEntry
  233. NextDosEntry
  234. MakeDosEntry
  235. FreeDosEntry
  236. IsFileSystem
  237. Format
  238. Relabel
  239. Inhibit
  240. AddBuffers
  241. CompareDates
  242. DateToStr
  243. StrToDate
  244. InternalLoadSeg
  245. InternalUnLoadSeg
  246. NewLoadSeg
  247. AddSegment
  248. FindSegment
  249. RemSegment
  250. CheckSignal
  251. ReadArgs
  252. FindArg
  253. ReadItem
  254. StrToLong
  255. MatchFirst
  256. MatchNext
  257. MatchEnd
  258. ParsePattern
  259. MatchPattern
  260. dosPrivate3
  261. FreeArgs.-c        ;1 reserved
  262. FilePart
  263. PathPart
  264. AddPart
  265. StartNotify
  266. EndNotify
  267. SetVar
  268. GetVar
  269. DeleteVar
  270. FindVar
  271. dosPrivate4
  272. CliInitNewcli
  273. CliInitRun
  274. WriteChars
  275. PutStr
  276. VPrintf.-c        ;1 reserved
  277. ParsePatternNoCase
  278. MatchPatternNoCase
  279. dosPrivate5
  280. SameDevice
  281. ExAllEnd
  282. SetOwner
  283.  
  284.     $LIBRARY    dos.library
  285.     $JUMP    22
  286.     $SIZE    4
  287.  
  288. dl_Root
  289. dl_GV
  290. dl_A2
  291. dl_A5
  292. dl_A6
  293. dl_Errors
  294. dl_TimeReq
  295. dl_UtilityBase
  296.  
  297.     $ENDNODE
  298.  
  299. *******    exec.library ******************
  300.  
  301.     $LIBRARY    exec.library
  302.     $SIZE    -6
  303.  
  304. ExecBase.0
  305.  
  306.     $JUMP    -1e
  307.  
  308. Supervisor
  309. execPrivate1
  310. execPrivate2
  311. execPrivate3
  312. execPrivate4
  313. execPrivate5
  314. execPrivate6
  315. InitCode
  316. InitStruct
  317. MakeLibrary
  318. MakeFunctions
  319. FindResident
  320. InitResident
  321. Alert
  322. Debug
  323. Disable
  324. Enable
  325. Forbid
  326. Permit
  327. SetSR
  328. SuperState
  329. UserState
  330. SetIntVector
  331. AddIntServer
  332. RemIntServer
  333. Cause
  334. Allocate
  335. Deallocate
  336. AllocMem
  337. AllocAbs
  338. FreeMem
  339. AvailMem
  340. AllocEntry
  341. FreeEntry
  342. Insert
  343. AddHead
  344. AddTail
  345. Remove
  346. RemHead
  347. RemTail
  348. Enqueue
  349. FindName
  350. AddTask
  351. RemTask
  352. FindTask
  353. SetTaskPri
  354. SetSignal
  355. SetExcept
  356. Wait
  357. Signal
  358. AllocSignal
  359. FreeSignal
  360. AllocTrap
  361. FreeTrap
  362. AddPort
  363. RemPort
  364. PutMsg
  365. GetMsg
  366. ReplyMsg
  367. WaitPort
  368. FindPort
  369. AddLibrary
  370. RemLibrary
  371. OldOpenLibrary
  372. CloseLibrary
  373. SetFunction
  374. SumLibrary
  375. AddDevice
  376. RemDevice
  377. OpenDevice
  378. CloseDevice
  379. DoIO
  380. SendIO
  381. CheckIO
  382. WaitIO
  383. AbortIO
  384. AddResource
  385. RemResource
  386. OpenResource
  387. execPrivate7
  388. execPrivate8
  389. execPrivate9
  390. RawDoFmt
  391. GetCC
  392. TypeOfMem
  393. Procure
  394. Vacate
  395. OpenLibrary
  396. InitSemaphore
  397. ObtainSemaphore
  398. ReleaseSemaphore
  399. AttemptSemaphore
  400. ObtainSemaphoreList
  401. ReleaseSemaphoreList
  402. FindSemaphore
  403. AddSemaphore
  404. RemSemaphore
  405. SumKickData
  406. AddMemList
  407. CopyMem
  408. CopyMemQuick
  409. CacheClearU
  410. CacheClearE
  411. CacheControl
  412. CreateIORequest
  413. DeleteIORequest
  414. CreateMsgPort
  415. DeleteMsgPort
  416. ObtainSemaphoreShared
  417. AllocVec
  418. FreeVec
  419. CreatePool
  420. DeletePool
  421. AllocPooled
  422. FreePooled
  423. AttemptSemaphoreShared
  424. ColdReboot
  425. StackSwap
  426. ChildFree
  427. ChildOrphan
  428. ChildStatus
  429. ChildWait
  430. CachePreDMA
  431. CachePostDMA
  432. AddMemHandler
  433. RemMemHandler
  434. execPrivate10
  435. execPrivate11
  436. execPrivate12
  437. execPrivate13
  438. execPrivate14
  439.  
  440.     $ADDR    4
  441.     $APTR
  442.     $JUMP    22
  443.     $SIZE    4
  444.  
  445. SoftVer.2
  446. LowMemChkSum.2
  447. ChkBase
  448. ColdCapture
  449. CoolCapture
  450. WarmCapture
  451. SysStkUpper
  452. SysStkLower
  453. MaxLocMem
  454. DebugEntry
  455. DebugData
  456. AlertData
  457. MaxExtMem
  458. ChkSum.2
  459. IntVects.0
  460. IVTBE.c
  461. IVDSKBLK.c
  462. IVSOFTINT.c
  463. IVPORTS.c
  464. IVCOPER.c
  465. IVVERTB.c
  466. IVBLIT.c
  467. IVAUD0.c
  468. IVAUD1.c
  469. IVAUD2.c
  470. IVAUD3.c
  471. IVRBF.c
  472. IVDSKSYNC.c
  473. IVEXTER.c
  474. IVINTEN.c
  475. IVNMI.c
  476. ThisTask
  477. IdleCount
  478. DispCount
  479. Quantum.2
  480. Elapsed.2
  481. SysFlags.2
  482. IDNestCnt.1
  483. TDNestCnt.1
  484. AttnFlags.2
  485. AttnResched.2
  486. ResModules
  487. TaskTrapCode
  488. TaskExceptCode
  489. TaskExitCode
  490. TaskSigAlloc
  491. TaskTrapAlloc.2
  492. MemList.e
  493. ResourceList.e
  494. DeviceList.e
  495. IntrList.e
  496. LibList.e
  497. PortList.e
  498. TaskReady.e
  499. TaskWait.e
  500. SoftInts.50
  501. LastAlert.10
  502. VBlankFrequency.1
  503. PowerSupplyFrequency.1
  504. SemaphoreList.e
  505. KickMemPtr
  506. KickTagPtr
  507. KickCheckSum
  508. ex_Pad0.2
  509. ex_Reserved0
  510. ex_RamLibPrivate
  511. ex_EClockFrequency
  512. ex_CacheControl
  513. ex_TaskID
  514. ex_PuddleSize
  515. ex_PoolThreshold
  516. ex_PublicPool.e
  517. ex_MMULock
  518. ex_Reserved.c
  519.  
  520. *******    expansion.library *************
  521.  
  522.     $LIBRARY    expansion.library
  523.     $SIZE    -6
  524.  
  525. ExpansionBase.0
  526.  
  527.     $JUMP    -1e
  528.  
  529. AddConfigDev
  530. AddBootNode
  531. AllocBoardMem
  532. AllocConfigDev
  533. AllocExpansionMem
  534. ConfigBoard
  535. ConfigChain
  536. FindConfigDev
  537. FreeBoardMem
  538. FreeConfigDev
  539. FreeExpansionMem
  540. ReadExpansionByte
  541. ReadExpansionRom
  542. RemConfigDev
  543. WriteExpansionByte
  544. ObtainConfigBinding
  545. ReleaseConfigBinding
  546. SetCurrentBinding
  547. GetCurrentBinding
  548. MakeDosNode
  549. AddDosNode
  550. expansionPrivate1
  551. expansionPrivate2
  552.  
  553.     $ENDNODE
  554.  
  555. *******    gadtools.library **************
  556.  
  557.     $LIBRARY    gadtools.library
  558.     $SIZE    -6
  559.  
  560. GadToolsBase.0
  561.  
  562.     $JUMP    -1e
  563.  
  564. CreateGadgetA
  565. FreeGadgets
  566. GT_SetGadgetAttrsA
  567. CreateMenusA
  568. FreeMenus
  569. LayoutMenuItemsA
  570. LayoutMenusA
  571. GT_GetIMsg
  572. GT_ReplyIMsg
  573. GT_RefreshWindow
  574. GT_BeginRefresh
  575. GT_EndRefresh
  576. GT_FilterIMsg
  577. GT_PostFilterIMsg
  578. CreateContext
  579. DrawBevelBoxA
  580. GetVisualInfoA
  581. FreeVisualInfo
  582. gadtoolsPrivate1
  583. gadtoolsPrivate2
  584. gadtoolsPrivate3
  585. gadtoolsPrivate4
  586. gadtoolsPrivate5
  587. gadtoolsPrivate6
  588. GT_GetGadgetAttrsA
  589.  
  590.     $ENDNODE
  591.  
  592. *******    graphics.library **************
  593.  
  594.     $LIBRARY    graphics.library
  595.     $SIZE    -6
  596.  
  597. GfxBase.0
  598.  
  599.     $JUMP    -1e
  600.  
  601. BltBitMap
  602. BltTemplate
  603. ClearEOL
  604. ClearScreen
  605. TextLength
  606. Text
  607. SetFont
  608. OpenFont
  609. CloseFont
  610. AskSoftStyle
  611. SetSoftStyle
  612. AddBob
  613. AddVSprite
  614. DoCollision
  615. DrawGList
  616. InitGels
  617. InitMasks
  618. RemIBob
  619. RemVSprite
  620. SetCollision
  621. SortGList
  622. AddAnimOb
  623. Animate
  624. GetGBuffers
  625. InitGMasks
  626. DrawEllipse
  627. AreaEllipse
  628. LoadRGB4
  629. InitRastPort
  630. InitVPort
  631. MrgCop
  632. MakeVPort
  633. LoadView
  634. WaitBlit
  635. SetRast
  636. Move
  637. Draw
  638. AreaMove
  639. AreaDraw
  640. AreaEnd
  641. WaitTOF
  642. QBlit
  643. InitArea
  644. SetRGB4
  645. QBSBlit
  646. BltClear
  647. RectFill
  648. BltPattern
  649. ReadPixel
  650. WritePixel
  651. Flood
  652. PolyDraw
  653. SetAPen
  654. SetBPen
  655. SetDrMd
  656. InitView
  657. CBump
  658. CMove
  659. CWait
  660. VBeamPos
  661. InitBitMap
  662. ScrollRaster
  663. WaitBOVP
  664. GetSprite
  665. FreeSprite
  666. ChangeSprite
  667. MoveSprite
  668. LockLayerRom
  669. UnlockLayerRom
  670. SyncSBitMap
  671. CopySBitMap
  672. OwnBlitter
  673. DisownBlitter
  674. InitTmpRas
  675. AskFont
  676. AddFont
  677. RemFont
  678. AllocRaster
  679. FreeRaster
  680. AndRectRegion
  681. OrRectRegion
  682. NewRegion
  683. ClearRectRegion
  684. ClearRegion
  685. DisposeRegion
  686. FreeVPortCopLists
  687. FreeCopList
  688. ClipBlit
  689. XorRectRegion
  690. FreeCprList
  691. GetColorMap
  692. FreeColorMap
  693. GetRGB4
  694. ScrollVPort
  695. UCopperListInit
  696. FreeGBuffers
  697. BltBitMapRastPort
  698. OrRegionRegion
  699. XorRegionRegion
  700. AndRegionRegion
  701. SetRGB4CM
  702. BltMaskBitMapRastPort
  703. GfxInternal1
  704. GfxInternal2
  705. AttemptLockLayerRom
  706. GfxNew
  707. GfxFree
  708. GfxAssociate
  709. BitMapScale
  710. ScalerDiv
  711. TextExtent
  712. TextFit
  713. GfxLookUp
  714. VideoControl
  715. OpenMonitor
  716. CloseMonitor
  717. FindDisplayInfo
  718. NextDisplayInfo
  719. graphicsPrivate1
  720. graphicsPrivate2
  721. graphicsPrivate3
  722. GetDisplayInfoData
  723. FontExtent
  724. ReadPixelLine8
  725. WritePixelLine8
  726. ReadPixelArray8
  727. WritePixelArray8
  728. GetVPModeID
  729. ModeNotAvailable
  730. WeighTAMatch
  731. EraseRect
  732. ExtendFont
  733. StripFont
  734. CalcIVG
  735. AttachPalExtra
  736. ObtainBestPenA
  737. GfxInternal3
  738. SetRGB32
  739. GetAPen
  740. GetBPen
  741. GetDrMd
  742. GetOutlinePen
  743. LoadRGB32
  744. SetChipRev
  745. SetABPenDrMd
  746. GetRGB32
  747. GfxSpare1
  748. graphicsPrivate4
  749. AllocBitMap
  750. FreeBitMap
  751. GetExtSpriteA
  752. CoerceMode
  753. ChangeVPBitMap
  754. ReleasePen
  755. ObtainPen
  756. GetBitMapAttr
  757. AllocDBufInfo
  758. FreeDBufInfo
  759. SetOutlinePen
  760. SetWriteMask
  761. SetMaxPen
  762. SetRGB32CM
  763. ScrollRasterBF
  764. FindColor
  765. GfxSpare2
  766. AllocSpriteDataA
  767. ChangeExtSpriteA
  768. FreeSpriteData
  769. SetRPAttrsA
  770. GetRPAttrsA
  771. BestModeIDA
  772.  
  773.     $LIBRARY    graphics.library
  774.     $JUMP    22
  775.     $SIZE    4
  776.  
  777. gb_ActiView
  778. gb_copinit    
  779. gb_cia        
  780. gb_blitter    
  781. gb_LOFlist    
  782. gb_SHFlist    
  783. gb_blthd    
  784. gb_blttl
  785. gb_bsblthd
  786. gb_bsblttl
  787. gb_vbsrv.16
  788. gb_timsrv.16
  789. gb_bltsrv.16
  790. gb_TextFonts.e
  791. gb_DefaultFont
  792. gb_Modes.2    
  793. gb_VBlank.1
  794. gb_Debug.1
  795. gb_BeamSync.2
  796. gb_system_bplcon0.2
  797. gb_SpriteReserved.1
  798. gb_bytereserved.1
  799. gb_Flags.2
  800. gb_BlitLock.2
  801. gb_BlitNest.2
  802. gb_BlitWaitQ.e
  803. gb_BlitOwner
  804. gb_TOF_WaitQ.e
  805. gb_DisplayFlags.2
  806. gb_SimpleSprites
  807. gb_MaxDisplayRow.2
  808. gb_MaxDisplayColumn.2
  809. gb_NormalDisplayRows.2
  810. gb_NormalDisplayColumns.2
  811. gb_NormalDPMX.2
  812. gb_NormalDPMY.2
  813. gb_LastChanceMemory
  814. gb_LCMptr
  815. gb_MicrosPerLine.2    
  816. gb_MinDisplayColumn.2
  817. gb_ChipRevBits0.1    
  818. gb_MemType.1
  819. gb_crb_reserved.4
  820. gb_monitor_id.2        
  821. gb_hedley.20
  822. gb_hedley_sprites.20
  823. gb_hedley_sprites1.20
  824. gb_hedley_count.2
  825. gb_hedley_flags.2
  826. gb_hedley_tmp.2
  827. gb_hash_table
  828. gb_current_tot_rows.2
  829. gb_current_tot_cclks.2
  830. gb_hedley_hint.1
  831. gb_hedley_hint2.1
  832. gb_nreserved.10
  833. gb_a2024_sync_raster
  834. gb_control_delta_pal.1
  835. gb_control_delta_ntsc.1
  836. gb_current_monitor
  837. gb_MonitorList.e
  838. gb_default_monitor
  839. gb_MonitorListSemaphore
  840. gb_DisplayInfoDataBase
  841. gb_TopLine.2
  842. gb_ActiViewCprSemaphore
  843. gb_UtilBase
  844. gb_ExecBase
  845. gb_bwshifts
  846. gb_StrtFetchMasks
  847. gb_StopFetchMasks
  848. gb_Overrun
  849. gb_RealStops
  850. gb_SpriteWidth.2
  851. gb_SpriteFMode.2
  852. gb_SoftSprites.1
  853. gb_arraywidth.1        
  854. gb_DefaultSpriteWidth.2    
  855. gb_SprMoveDisable.1
  856. gb_WantChips.1
  857. gb_BoardMemType.1
  858. gb_Bugs.1
  859. gb_LayersBase
  860. gb_ColorMask
  861. gb_IVector
  862. gb_IData
  863. gb_SpecialCounter
  864. gb_DBList
  865. gb_MonitorFlags.2
  866. gb_ScanDoubledSprites.1
  867. gb_BP3Bits.1
  868. gb_MonitorVBlank.4
  869. gb_natural_monitor
  870. gb_ProgData
  871. gb_ExtSprites.1
  872.  
  873.     $ENDNODE
  874.  
  875. *******    icon.library ******************
  876.  
  877.     $LIBRARY    icon.library
  878.     $SIZE    -6
  879.  
  880. IconBase.0
  881.  
  882.     $JUMP    -1e
  883.  
  884. iconPrivate1
  885. iconPrivate2
  886. GetIcon
  887. PutIcon
  888. FreeFreeList
  889. iconPrivate3
  890. iconPrivate4
  891. AddFreeList
  892. GetDiskObject
  893. PutDiskObject
  894. FreeDiskObject
  895. FindToolType
  896. MatchToolValue
  897. BumpRevision
  898. iconPrivate5
  899. GetDefDiskObject
  900. PutDefDiskObject
  901. GetDiskObjectNew
  902. DeleteDiskObject
  903.  
  904.     $ENDNODE
  905.  
  906. *******    iffparse.library **************
  907.  
  908.     $LIBRARY    iffparse.library
  909.     $SIZE    -6
  910.  
  911. IFFParseBase.0
  912.  
  913.     $JUMP    -1e
  914.  
  915. AllocIFF
  916. OpenIFF
  917. ParseIFF
  918. CloseIFF
  919. FreeIFF
  920. ReadChunkBytes
  921. WriteChunkBytes
  922. ReadChunkRecords
  923. WriteChunkRecords
  924. PushChunk
  925. PopChunk
  926. EntryHandler
  927. ExitHandler
  928. PropChunk
  929. PropChunks
  930. StopChunk
  931. StopChunks
  932. CollectionChunk
  933. CollectionChunks
  934. StopOnExit
  935. FindProp
  936. FindCollection
  937. FindPropContext
  938. CurrentChunk
  939. ParentChunk
  940. AllocLocalItem
  941. LocalItemData
  942. SetLocalItemPurge
  943. FreeLocalItem
  944. FindLocalItem
  945. StoreLocalItem
  946. StoreItemInContext
  947. InitIFF
  948. InitIFFasDOS
  949. InitIFFasClip
  950. OpenClipboard
  951. CloseClipboard
  952. GoodID
  953. GoodType
  954. IDtoStr
  955.  
  956.     $ENDNODE
  957.  
  958. *******    intuition.library *************
  959.  
  960.     $LIBRARY    intuition.library
  961.     $SIZE    -6
  962.  
  963. IntuitionBase.0
  964.  
  965.     $JUMP    -1e
  966.  
  967. OpenIntuition
  968. Intuition
  969. AddGadget
  970. ClearDMRequest
  971. ClearMenuStrip
  972. ClearPointer
  973. CloseScreen
  974. CloseWindow
  975. CloseWorkBench
  976. CurrentTime
  977. DisplayAlert
  978. DisplayBeep
  979. DoubleClick
  980. DrawBorder
  981. DrawImage
  982. EndRequest
  983. GetDefPrefs
  984. GetPrefs
  985. InitRequester
  986. ItemAddress
  987. ModifyIDCMP
  988. ModifyProp
  989. MoveScreen
  990. MoveWindow
  991. OffGadget
  992. OffMenu
  993. OnGadget
  994. OnMenu
  995. OpenScreen
  996. OpenWindow
  997. OpenWorkBench
  998. PrintIText
  999. RefreshGadgets
  1000. RemoveGadget
  1001. ReportMouse
  1002. Request
  1003. ScreenToBack
  1004. ScreenToFront
  1005. SetDMRequest
  1006. SetMenuStrip
  1007. SetPointer
  1008. SetWindowTitles
  1009. ShowTitle
  1010. SizeWindow
  1011. ViewAddress
  1012. ViewPortAddress
  1013. WindowToBack
  1014. WindowToFront
  1015. WindowLimits
  1016. SetPrefs
  1017. IntuiTextLength
  1018. WBenchToBack
  1019. WBenchToFront
  1020. AutoRequest
  1021. BeginRefresh
  1022. BuildSysRequest
  1023. EndRefresh
  1024. FreeSysRequest
  1025. MakeScreen
  1026. RemakeDisplay
  1027. RethinkDisplay
  1028. AllocRemember
  1029. AlohaWorkbench
  1030. FreeRemember
  1031. LockIBase
  1032. UnlockIBase
  1033. GetScreenData
  1034. RefreshGList
  1035. AddGList
  1036. RemoveGList
  1037. ActivateWindow
  1038. RefreshWindowFrame
  1039. ActivateGadget
  1040. NewModifyProp
  1041. QueryOverscan
  1042. MoveWindowInFrontOf
  1043. ChangeWindowBox
  1044. SetEditHook
  1045. SetMouseQueue
  1046. ZipWindow
  1047. LockPubScreen
  1048. UnlockPubScreen
  1049. LockPubScreenList
  1050. UnlockPubScreenList
  1051. NextPubScreen
  1052. SetDefaultPubScreen
  1053. SetPubScreenModes
  1054. PubScreenStatus
  1055. ObtainGIRPort
  1056. ReleaseGIRPort
  1057. GadgetMouse
  1058. intuitionPrivate1
  1059. GetDefaultPubScreen
  1060. EasyRequestArgs
  1061. BuildEasyRequestArgs
  1062. SysReqHandler
  1063. OpenWindowTagList
  1064. OpenScreenTagList
  1065. DrawImageState
  1066. PointInImage
  1067. EraseImage
  1068. NewObjectA
  1069. DisposeObject
  1070. SetAttrsA
  1071. GetAttr
  1072. SetGadgetAttrsA
  1073. NextObject
  1074. intuitionPrivate2
  1075. MakeClass
  1076. AddClass
  1077. GetScreenDrawInfo
  1078. FreeScreenDrawInfo
  1079. ResetMenuStrip
  1080. RemoveClass
  1081. FreeClass
  1082. intuitionPrivate3
  1083. intuitionPrivate4.-2a        ;6 reserved
  1084. AllocScreenBuffer
  1085. FreeScreenBuffer
  1086. ChangeScreenBuffer
  1087. ScreenDepth
  1088. ScreenPosition
  1089. ScrollWindowRaster
  1090. LendMenus
  1091. DoGadgetMethodA
  1092. SetWindowPointerA
  1093. TimedDisplayAlert
  1094. HelpControl
  1095.  
  1096.     $LIBRARY    intuition.library
  1097.     $JUMP    22
  1098.     $SIZE    4
  1099.  
  1100. ib_ViewLord.12
  1101. ib_ActiveWindow
  1102. ib_ActiveScreen
  1103. ib_FirstScreen
  1104. ib_Flags    
  1105. ib_MouseY.2    
  1106. ib_MouseX.2    
  1107. ib_Seconds
  1108. ib_Micros
  1109.  
  1110.     $ENDNODE
  1111.  
  1112. *******    layers.library ****************
  1113.  
  1114.     $LIBRARY    layers.library
  1115.     $SIZE    -6
  1116.  
  1117. LayersBase.0
  1118.  
  1119.     $JUMP    -1e
  1120.  
  1121. InitLayers
  1122. CreateUpfrontLayer
  1123. CreateBehindLayer
  1124. UpfrontLayer
  1125. BehindLayer
  1126. MoveLayer
  1127. SizeLayer
  1128. ScrollLayer
  1129. BeginUpdate
  1130. EndUpdate
  1131. DeleteLayer
  1132. LockLayer
  1133. UnlockLayer
  1134. LockLayers
  1135. UnlockLayers
  1136. LockLayerInfo
  1137. SwapBitsRastPortClipRect
  1138. WhichLayer
  1139. UnlockLayerInfo
  1140. NewLayerInfo
  1141. DisposeLayerInfo
  1142. FattenLayerInfo
  1143. ThinLayerInfo
  1144. MoveLayerInFrontOf
  1145. InstallClipRegion
  1146. MoveSizeLayer
  1147. CreateUpfrontHookLayer
  1148. CreateBehindHookLayer
  1149. InstallLayerHook
  1150. InstallLayerInfoHook
  1151. SortLayerCR
  1152. DoHookClipRects
  1153.  
  1154.     $ENDNODE
  1155.  
  1156. *******    locale.library ****************
  1157.  
  1158.     $LIBRARY    locale.library
  1159.     $SIZE    -6
  1160.  
  1161. LocaleBase.0
  1162.  
  1163.     $JUMP    -1e
  1164.  
  1165. localePrivate1
  1166. CloseCatalog
  1167. CloseLocale
  1168. ConvToLower
  1169. ConvToUpper
  1170. FormatDate
  1171. FormatString
  1172. GetCatalogStr
  1173. GetLocaleStr
  1174. IsAlNum
  1175. IsAlpha
  1176. IsCntrl
  1177. IsDigit
  1178. IsGraph
  1179. IsLower
  1180. IsPrint
  1181. IsPunct
  1182. IsSpace
  1183. IsUpper
  1184. IsXDigit
  1185. OpenCatalogA
  1186. OpenLocale
  1187. ParseDate
  1188. localePrivate2
  1189. StrConvert
  1190. StrnCmp
  1191. localePrivate3
  1192. localePrivate4
  1193. localePrivate5
  1194. localePrivate6
  1195. localePrivate7
  1196. localePrivate8
  1197.  
  1198.     $ENDNODE
  1199.  
  1200. *******    utility.library ***************
  1201.  
  1202.     $LIBRARY    utility.library
  1203.     $SIZE    -6
  1204.  
  1205. UtilityBase.0
  1206.  
  1207.     $JUMP    -1e
  1208.  
  1209. FindTagItem
  1210. GetTagData
  1211. PackBoolTags
  1212. NextTagItem
  1213. FilterTagChanges
  1214. MapTags
  1215. AllocateTagItems
  1216. CloneTagItems
  1217. FreeTagItems
  1218. RefreshTagItemClones
  1219. TagInArray
  1220. FilterTagItems
  1221. CallHookPkt.-12        ;2 reserved
  1222. Amiga2Date
  1223. Date2Amiga
  1224. CheckDate
  1225. SMult32
  1226. UMult32
  1227. SDivMod32
  1228. UDivMod32
  1229. Stricmp
  1230. Strnicmp
  1231. ToUpper
  1232. ToLower
  1233. ApplyTagChanges.-c    ;1 reserved
  1234. SMult64
  1235. UMult64
  1236. PackStructureTags
  1237. UnpackStructureTags
  1238. AddNamedObject
  1239. AllocNamedObjectA
  1240. AttemptRemNamedObject
  1241. FindNamedObject
  1242. FreeNamedObject
  1243. NamedObjectName
  1244. ReleaseNamedObject
  1245. RemNamedObject
  1246. GetUniqueID
  1247.  
  1248.     $ENDNODE
  1249.  
  1250. *******    workbench.library *************
  1251.  
  1252.     $LIBRARY    workbench.library
  1253.     $SIZE    -6
  1254.  
  1255. WorkbenchBase.0
  1256.  
  1257.     $JUMP    -1e
  1258.  
  1259. wbPrivate1
  1260. wbPrivate2
  1261. wbPrivate3
  1262. AddAppWindowA
  1263. RemoveAppWindow
  1264. AddAppIconA
  1265. RemoveAppIcon
  1266. AddAppMenuItemA
  1267. RemoveAppMenuItem
  1268. wbPrivate4
  1269. WBInfo
  1270.  
  1271.     $ENDNODE
  1272.  
  1273. ****** cia registers ******************
  1274.  
  1275.     $ADDR    $bfe001
  1276.     $SIZE    $100
  1277.  
  1278. ciaa.0
  1279. ciaapra
  1280. ciaaprb
  1281. ciaaddra
  1282. ciaaddrb
  1283. ciaatalo
  1284. ciaatahi
  1285. ciaatblo
  1286. ciaatbhi
  1287. ciaatodlow
  1288. ciaatodmid
  1289. ciaatodhi.200
  1290. ciaasdr
  1291. ciaaicr
  1292. ciaacra
  1293. ciaacrb
  1294.  
  1295.     $ADDR    $bfd000
  1296.  
  1297. ciab.0
  1298. ciabpra
  1299. ciabprb
  1300. ciabddra
  1301. ciabddrb
  1302. ciabtalo
  1303. ciabtahi
  1304. ciabtblo
  1305. ciabtbhi
  1306. ciabtodlow
  1307. ciabtodmid
  1308. ciabtodhi.200
  1309. ciabsdr
  1310. ciabicr
  1311. ciabcra
  1312. ciabcrb
  1313.  
  1314.     $ENDNODE
  1315.  
  1316. *******    chipset ***********************
  1317.  
  1318.     $ADDR    $dff000
  1319.     $SIZE    2
  1320.  
  1321. custom.0
  1322. bltddat
  1323. dmaconr
  1324. vposr
  1325. vhposr
  1326. dskdatr
  1327. joy0dat
  1328. joy1dat
  1329. clxdat
  1330. adkconr
  1331. pot0dat
  1332. pot1dat
  1333. potinp
  1334. serdatr
  1335. dskbytr
  1336. intenar
  1337. intreqr
  1338. dskpt.0
  1339. dskpth
  1340. dskptl
  1341. dsklen
  1342. dskdat
  1343. refptr
  1344. vposw
  1345. vhposw
  1346. copcon
  1347. serdat
  1348. serper
  1349. potgo
  1350. joytest
  1351. strequ
  1352. strvbl
  1353. strhor
  1354. strlong
  1355. bltcon0
  1356. bltcon1
  1357. bltafwm
  1358. bltalwm
  1359. bltcpt.0
  1360. bltcpth
  1361. bltcptl
  1362. bltbpt.0
  1363. bltbpth
  1364. bltbptl
  1365. bltapt.0
  1366. bltapth
  1367. bltaptl
  1368. bltdpt.0
  1369. bltdpth
  1370. bltdptl
  1371. bltsize.3
  1372. bltcon0l.1
  1373. bltsizv
  1374. bltsizh
  1375. bltcmod
  1376. bltbmod
  1377. bltamod
  1378. bltdmod.a
  1379. bltcdat
  1380. bltbdat
  1381. bltadat.8
  1382. deniseid
  1383. dsksync
  1384. cop1lc.0
  1385. cop1lch
  1386. cop1lcl
  1387. cop2lc.0
  1388. cop2lch
  1389. cop2lcl
  1390. copjmp1
  1391. copjmp2
  1392. copins
  1393. diwstrt
  1394. diwstop
  1395. ddfstrt
  1396. ddfstop
  1397. dmacon
  1398. clxcon
  1399. intena
  1400. intreq
  1401. adkcon
  1402. aud0ptr.0
  1403. aud0pth
  1404. aud0ptl
  1405. aud0len
  1406. aud0per
  1407. aud0vol
  1408. aud0dat.6
  1409. aud1ptr.0
  1410. aud1pth
  1411. aud1ptl
  1412. aud1len
  1413. aud1per
  1414. aud1vol
  1415. aud1dat.6
  1416. aud2ptr.0
  1417. aud2pth
  1418. aud2ptl
  1419. aud2len
  1420. aud2per
  1421. aud2vol
  1422. aud2dat.6
  1423. aud3ptr.0
  1424. aud3pth
  1425. aud3ptl
  1426. aud3len
  1427. aud3per
  1428. aud3vol
  1429. aud3dat.6
  1430. bpl1pt.0
  1431. bpl1pth
  1432. bpl1ptl
  1433. bpl2pt.0
  1434. bpl2pth
  1435. bpl2ptl
  1436. bpl3pt.0
  1437. bpl3pth
  1438. bpl3ptl
  1439. bpl4pt.0
  1440. bpl4pth
  1441. bpl4ptl
  1442. bpl5pt.0
  1443. bpl5pth
  1444. bpl5ptl
  1445. bpl6pt.0
  1446. bpl6pth
  1447. bpl6ptl.a
  1448. bplcon0
  1449. bplcon1
  1450. bplcon2
  1451. bplcon3
  1452. bpl1mod
  1453. bpl2mod
  1454. bplhmod.4
  1455. bpl1dat
  1456. bpl2dat
  1457. bpl3dat
  1458. bpl4dat
  1459. bpl5dat
  1460. bpl6dat.6
  1461. spr0pt.0
  1462. spr0pth
  1463. spr0ptl
  1464. spr1pt.0
  1465. spr1pth
  1466. spr1ptl
  1467. spr2pt.0
  1468. spr2pth
  1469. spr2ptl
  1470. spr3pt.0
  1471. spr3pth
  1472. spr3ptl
  1473. spr4pt.0
  1474. spr4pth
  1475. spr4ptl
  1476. spr5pt.0
  1477. spr5pth
  1478. spr5ptl
  1479. spr6pt.0
  1480. spr6pth
  1481. spr6ptl
  1482. spr7pt.0
  1483. spr7pth
  1484. spr7ptl
  1485. spr0pos
  1486. spr0ctl
  1487. spr0dataa
  1488. spr0datab
  1489. spr1pos
  1490. spr1ctl
  1491. spr1dataa
  1492. spr1datab
  1493. spr2pos
  1494. spr2ctl
  1495. spr2dataa
  1496. spr2datab
  1497. spr3pos
  1498. spr3ctl
  1499. spr3dataa
  1500. spr3datab
  1501. spr4pos
  1502. spr4ctl
  1503. spr4dataa
  1504. spr4datab
  1505. spr5pos
  1506. spr5ctl
  1507. spr5dataa
  1508. spr5datab
  1509. spr6pos
  1510. spr6ctl
  1511. spr6dataa
  1512. spr6datab
  1513. spr7pos
  1514. spr7ctl
  1515. spr7dataa
  1516. spr7datab
  1517. color00
  1518. color01
  1519. color02
  1520. color03
  1521. color04
  1522. color05
  1523. color06
  1524. color07
  1525. color08
  1526. color09
  1527. color10
  1528. color11
  1529. color12
  1530. color13
  1531. color14
  1532. color15
  1533. color16
  1534. color17
  1535. color18
  1536. color19
  1537. color20
  1538. color21
  1539. color22
  1540. color23
  1541. color24
  1542. color25
  1543. color26
  1544. color27
  1545. color28
  1546. color29
  1547. color30
  1548. color31
  1549. htotal
  1550. hsstop
  1551. hbstrt
  1552. hbstop
  1553. vtotal
  1554. vsstop
  1555. vbstrt
  1556. vbstop
  1557. sprhstrt
  1558. sprhstop
  1559. bplhstrt
  1560. bplhstop
  1561. hhposw
  1562. hhposr
  1563. beamcom0
  1564. hsstrt
  1565. vsstrt
  1566. hcenter
  1567. diwhigh
  1568.  
  1569.     $ENDNODE
  1570.  
  1571. *******    system ************************
  1572.  
  1573.     $ADDR    4
  1574.     $APTR
  1575.     $JUMP    $142
  1576.     $SIZE    $e
  1577.  
  1578.     $LIST    ;Mem
  1579.     $LIST    ;Resource
  1580.     $LIST    ;Device
  1581.     $LIST    ;Intr
  1582.     $LIST    ;Lib
  1583.     $LIST    ;Port
  1584.     $LIST    ;TaskReady
  1585.     $LIST    ;TaskWait
  1586.     $JUMP    -$9e
  1587.     $APTR
  1588.     $NODE    ;*ThisTask
  1589.  
  1590.     $ENDNODE
  1591.  
  1592.  
  1593.     $END
  1594.  
  1595.