home *** CD-ROM | disk | FTP | other *** search
- FORTH DEFINITIONS
- VOCABULARY OS_C
- OS_C DEFINITIONS HEX
-
- 0 CONSTANT WriteC
- 1 CONSTANT WriteS
- 2 CONSTANT Write0
- 3 CONSTANT NewLine
- 4 CONSTANT ReadC
- 5 CONSTANT CLI
- 6 CONSTANT Byte
- 7 CONSTANT Word
- 8 CONSTANT File
- 9 CONSTANT Args
- A CONSTANT BGet
- B CONSTANT BPut
- C CONSTANT GBPB
- D CONSTANT Find
- E CONSTANT ReadLine
- F CONSTANT Control
- 10 CONSTANT GetEnv
- 11 CONSTANT Exit
- 12 CONSTANT SetEnv
- 13 CONSTANT IntOn
- 14 CONSTANT IntOff
- 15 CONSTANT CallBack
- 16 CONSTANT EnterOS
- 17 CONSTANT BreakPt
- 18 CONSTANT BreakCtrl
- 19 CONSTANT UnusedSWI
- 1A CONSTANT UpdateMEMC
- 1B CONSTANT SetCallBack
- 1C CONSTANT Mouse
- 1D CONSTANT Heap
- 1E CONSTANT Module
- 1F CONSTANT Claim
- 20 CONSTANT Release
- 21 CONSTANT ReadUnsigned
- 22 CONSTANT GenerateEvent
- 23 CONSTANT ReadVarVal
- 24 CONSTANT SetVarVal
- 25 CONSTANT GSInit
- 26 CONSTANT GSRead
- 27 CONSTANT GSTrans
- 28 CONSTANT BinaryToDecimal
- 29 CONSTANT FSControl
- 2A CONSTANT ChangeDynamicArea
- 2B CONSTANT GenerateError
- 2C CONSTANT ReadEscapeState
- 2D CONSTANT EvaluateExpression
- 2E CONSTANT SpriteOp
- 2F CONSTANT ReadPalette
- 30 CONSTANT ServiceCall
- 31 CONSTANT ReadVduVariables
- 32 CONSTANT ReadPoint
- 33 CONSTANT UpCall
- 34 CONSTANT CallAVector
- 35 CONSTANT ReadModeVariable
- 36 CONSTANT RemoveCursors
- 37 CONSTANT RestoreCursors
- 38 CONSTANT SWINumberToString
- 39 CONSTANT SWINumberFromString
- 3A CONSTANT ValidateAddress
- 3B CONSTANT CallAfter
- 3C CONSTANT CallEvery
- 3D CONSTANT RemoveTickerEvent
- 3E CONSTANT InstallKeyHandler
- 3F CONSTANT CheckModeValid
- 40 CONSTANT ChangeEnvironment
- 41 CONSTANT ClaimScreenMemory
- 42 CONSTANT ReadMonotonicTime
- 43 CONSTANT SubstituteArgs
- 44 CONSTANT PrettyPrint
- 45 CONSTANT Plot
- 46 CONSTANT WriteN
- 47 CONSTANT AddToVector
- 48 CONSTANT WriteEnv
- 49 CONSTANT ReadArgs
- 4A CONSTANT ReadRAMFsLimits
- 4B CONSTANT ClaimDeviceVector
- 4C CONSTANT ReleaseDeviceVector
- 4D CONSTANT DelinkApplication
- 4E CONSTANT RelinkApplication
- 4F CONSTANT HeapSort
- 50 CONSTANT ExitAndDie
- 51 CONSTANT ReadMemMapInfo
- 52 CONSTANT ReadMemMapEntries
- 53 CONSTANT SetMemMapEntries
- 54 CONSTANT AddCallBack
- 55 CONSTANT ReadDefaultHandler
- 56 CONSTANT SetECFOrigin
- 57 CONSTANT SerialOp
- 58 CONSTANT ReadSysInfo
- 59 CONSTANT Confirm
- 5A CONSTANT ChangedBox
- 5B CONSTANT CRC
- 5C CONSTANT ReadDynamicArea
- 5D CONSTANT PrintChar
-
- C0 CONSTANT ConvertStandardDateAndTime
- C1 CONSTANT ConvertDateAndTime
-
- D0 CONSTANT ConvertHex1
- D1 CONSTANT ConvertHex2
- D2 CONSTANT ConvertHex4
- D3 CONSTANT ConvertHex6
- D4 CONSTANT ConvertHex8
- D5 CONSTANT ConvertCardinal1
- D6 CONSTANT ConvertCardinal2
- D7 CONSTANT ConvertCardinal3
- D8 CONSTANT ConvertCardinal4
- D9 CONSTANT ConvertInteger1
- DA CONSTANT ConvertInteger2
- DB CONSTANT ConvertInteger3
- DC CONSTANT ConvertInteger4
- DD CONSTANT ConvertBinary1
- DE CONSTANT ConvertBinary2
- DF CONSTANT ConvertBinary3
- E0 CONSTANT ConvertBinary4
- E1 CONSTANT ConvertSpacedCardinal1
- E2 CONSTANT ConvertSpacedCardinal2
- E3 CONSTANT ConvertSpacedCardinal3
- E4 CONSTANT ConvertSpacedCardinal4
- E5 CONSTANT ConvertSpacedInteger1
- E6 CONSTANT ConvertSpacedInteger2
- E7 CONSTANT ConvertSpacedInteger3
- E8 CONSTANT ConvertSpacedInteger4
- E9 CONSTANT ConvertFixedNetStation
- EA CONSTANT ConvertNetStation
- EB CONSTANT ConvertFixedFileSize
- EC CONSTANT ConvertFileSize
- 100 CONSTANT WriteI
-
- FORTH DEFINITIONS
- VOCABULARY Font_C IMMEDIATE
- Font_C DEFINITIONS HEX
-
- 40080 CONSTANT CacheAddr
- 40081 CONSTANT FindFont
- 40082 CONSTANT LoseFont
- 40083 CONSTANT ReadDefn
- 40084 CONSTANT ReadInfo
- 40085 CONSTANT StringWidth
- 40086 CONSTANT Paint
- 40087 CONSTANT Caret
- 40088 CONSTANT ConverttoOS
- 40089 CONSTANT Converttopoints
- 4008A CONSTANT SetFont
- 4008B CONSTANT CurrentFont
- 4008C CONSTANT FutureFont
- 4008D CONSTANT FindCaret
- 4008E CONSTANT CharBBox
- 4008F CONSTANT ReadScaleFactor
- 40090 CONSTANT SetScaleFactor
- 40091 CONSTANT ListFonts
- 40092 CONSTANT SetFontColours
- 40093 CONSTANT SetPalette
- 40094 CONSTANT ReadThresholds
- 40095 CONSTANT SetThresholds
- 40096 CONSTANT FindCaretJ
- 40097 CONSTANT StringBBox
- 40098 CONSTANT ReadColourTable
-
- FORTH DEFINITIONS
- VOCABULARY Wimp_C IMMEDIATE
- Wimp_C DEFINITIONS HEX
-
- 400C0 CONSTANT Initialise
- 400C1 CONSTANT CreateWindow
- 400C2 CONSTANT CreateIcon
- 400C3 CONSTANT DeleteWindow
- 400C4 CONSTANT DeleteIcon
- 400C5 CONSTANT OpenWindow
- 400C6 CONSTANT CloseWindow
- 400C7 CONSTANT Poll
- 400C8 CONSTANT RedrawWindow
- 400C9 CONSTANT UpdateWindow
- 400CA CONSTANT GetRectangle
- 400CB CONSTANT GetWindowState
- 400CC CONSTANT GetWindowInfo
- 400CD CONSTANT SetIconState
- 400CE CONSTANT GetIconState
- 400CF CONSTANT GetPointerInfo
- 400D0 CONSTANT DragBox
- 400D1 CONSTANT ForceRedraw
- 400D2 CONSTANT SetCaretPosition
- 400D3 CONSTANT GetCaretPosition
- 400D4 CONSTANT CreateMenu
- 400D5 CONSTANT DecodeMenu
- 400D6 CONSTANT WhichIcon
- 400D7 CONSTANT SetExtent
- 400D8 CONSTANT SetPointerShape
- 400D9 CONSTANT OpenTemplate
- 400DA CONSTANT CloseTemplate
- 400DB CONSTANT LoadTemplate
- 400DC CONSTANT ProcessKey
- 400DD CONSTANT CloseDown
- 400DE CONSTANT StartTask
- 400DF CONSTANT ReportError
- 400E0 CONSTANT GetWindowOutline
- 400E1 CONSTANT PollIdle
- 400E2 CONSTANT PlotIcon
- 400E3 CONSTANT SetMode
- 400E4 CONSTANT SetPalette
- 400E5 CONSTANT ReadPalette
- 400E6 CONSTANT SetColour
- 400E7 CONSTANT SendMessage
- 400E8 CONSTANT CreateSubMenu
- 400E9 CONSTANT SpriteOp
- 400EA CONSTANT BaseOfSprites
- 400EB CONSTANT BlockCopy
- 400EC CONSTANT SlotSize
- 400ED CONSTANT ReadPixTrans
- 400EE CONSTANT ClaimFreeMemory
- 400EF CONSTANT CommandWindow
- 400F0 CONSTANT TextColour
- 400F1 CONSTANT TransferBlock
- 400F2 CONSTANT ReadSysInfo
- 400F3 CONSTANT SetFontColours
-
- FORTH DEFINITIONS
- VOCABULARY Sound_C IMMEDIATE
- Sound_C DEFINITIONS HEX
-
- 40140 CONSTANT Configure
- 40141 CONSTANT Enable
- 40142 CONSTANT Stereo
- 40143 CONSTANT Speaker
-
- 40180 CONSTANT Volume
- 40181 CONSTANT SoundLog
- 40182 CONSTANT LogScale
- 40183 CONSTANT InstallVoice
- 40184 CONSTANT RemoveVoice
- 40185 CONSTANT AttachVoice
- 40186 CONSTANT ControlPacked
- 40187 CONSTANT Tuning
- 40188 CONSTANT Pitch
- 40189 CONSTANT Control
- 4018A CONSTANT AttachNamedVoice
- 4018B CONSTANT ReadControlBlock
- 4018C CONSTANT WriteControlBlock
-
- 401C0 CONSTANT QInit
- 401C1 CONSTANT QSchedule
- 401C2 CONSTANT QRemove
- 401C3 CONSTANT QFree
- 401C4 CONSTANT QSDispatch
- 401C5 CONSTANT QTempo
- 401C6 CONSTANT QBeat
- 401C7 CONSTANT QInterface
-
- FORTH DEFINITIONS
- VOCABULARY ADFS_C IMMEDIATE
- ADFS_C DEFINITIONS HEX
-
- 40240 CONSTANT DiscOp
- 40241 CONSTANT HDC
- 40242 CONSTANT Drives
- 40243 CONSTANT FreeSpace
- 40244 CONSTANT Retries
- 40245 CONSTANT DescribeDisc
-
- FORTH DEFINITIONS
- VOCABULARY Podule_C IMMEDIATE
- Podule_C DEFINITIONS HEX
-
- 40280 CONSTANT ReadID
- 40281 CONSTANT ReadHeader
- 40282 CONSTANT EnumerateChunks
- 40283 CONSTANT ReadChunk
- 40284 CONSTANT ReadBytes
- 40285 CONSTANT WriteBytes
- 40286 CONSTANT CallLoader
- 40287 CONSTANT RawRead
- 40288 CONSTANT RawWrite
- 40289 CONSTANT HardwareAddress
-
- FORTH DEFINITIONS
- VOCABULARY WaveSynth_C IMMEDIATE
- WaveSynth_C DEFINITIONS HEX
-
- 40300 CONSTANT Load
-
- FORTH DEFINITIONS
- VOCABULARY Debugger_C IMMEDIATE
- Debugger_C DEFINITIONS HEX
-
- 40380 CONSTANT Disassemble
-
- FORTH DEFINITIONS
- VOCABULARY FileCore_C IMMEDIATE
- FileCore_C DEFINITIONS HEX
-
- 40540 CONSTANT DiscOp
- 40541 CONSTANT Create
- 40542 CONSTANT Drives
- 40543 CONSTANT FreeSpace
- 40544 CONSTANT FloppyStructure
- 40545 CONSTANT DescribeDisc
-
- FORTH DEFINITIONS
- VOCABULARY Shell_C IMMEDIATE
- Shell_C DEFINITIONS HEX
-
- 405C0 CONSTANT Create
- 405C1 CONSTANT Destroy
-
- FORTH DEFINITIONS
- VOCABULARY HourGlass_C IMMEDIATE
- HourGlass_C DEFINITIONS HEX
-
- 406C0 CONSTANT On
- 406C1 CONSTANT Off
- 406C2 CONSTANT Smash
- 406C3 CONSTANT Start
- 406C4 CONSTANT Percentage
- 406C5 CONSTANT LEDS
-
- FORTH DEFINITIONS
- VOCABULARY Draw_C IMMEDIATE
- Draw_C DEFINITIONS HEX
-
- 40700 CONSTANT ProcessPath
- 40701 CONSTANT ProcessPathFP
- 40702 CONSTANT Fill
- 40703 CONSTANT FillFP
- 40704 CONSTANT Stroke
- 40705 CONSTANT StrokeFP
- 40706 CONSTANT StrokePath
- 40707 CONSTANT StrokePathFP
- 40708 CONSTANT FlattenPath
- 40709 CONSTANT FlattenPathFP
- 4070A CONSTANT TransformPath
- 4070B CONSTANT TransformPathFP
-
- FORTH DEFINITIONS DECIMAL
-