home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / language / armforth / !ARMforth / Support / OSConsts < prev    next >
Encoding:
Text File  |  1990-01-12  |  8.0 KB  |  338 lines

  1. FORTH DEFINITIONS
  2. VOCABULARY OS_C
  3. OS_C DEFINITIONS HEX
  4.  
  5.     0 CONSTANT WriteC
  6.     1 CONSTANT WriteS
  7.     2 CONSTANT Write0
  8.     3 CONSTANT NewLine
  9.     4 CONSTANT ReadC
  10.     5 CONSTANT CLI
  11.     6 CONSTANT Byte
  12.     7 CONSTANT Word
  13.     8 CONSTANT File
  14.     9 CONSTANT Args
  15.     A CONSTANT BGet
  16.     B CONSTANT BPut
  17.     C CONSTANT GBPB
  18.     D CONSTANT Find
  19.     E CONSTANT ReadLine
  20.     F CONSTANT Control
  21.    10 CONSTANT GetEnv
  22.    11 CONSTANT Exit
  23.    12 CONSTANT SetEnv
  24.    13 CONSTANT IntOn
  25.    14 CONSTANT IntOff
  26.    15 CONSTANT CallBack
  27.    16 CONSTANT EnterOS
  28.    17 CONSTANT BreakPt
  29.    18 CONSTANT BreakCtrl
  30.    19 CONSTANT UnusedSWI
  31.    1A CONSTANT UpdateMEMC
  32.    1B CONSTANT SetCallBack
  33.    1C CONSTANT Mouse
  34.    1D CONSTANT Heap
  35.    1E CONSTANT Module
  36.    1F CONSTANT Claim
  37.    20 CONSTANT Release
  38.    21 CONSTANT ReadUnsigned
  39.    22 CONSTANT GenerateEvent
  40.    23 CONSTANT ReadVarVal
  41.    24 CONSTANT SetVarVal
  42.    25 CONSTANT GSInit
  43.    26 CONSTANT GSRead
  44.    27 CONSTANT GSTrans
  45.    28 CONSTANT BinaryToDecimal
  46.    29 CONSTANT FSControl
  47.    2A CONSTANT ChangeDynamicArea
  48.    2B CONSTANT GenerateError
  49.    2C CONSTANT ReadEscapeState
  50.    2D CONSTANT EvaluateExpression
  51.    2E CONSTANT SpriteOp
  52.    2F CONSTANT ReadPalette
  53.    30 CONSTANT ServiceCall
  54.    31 CONSTANT ReadVduVariables
  55.    32 CONSTANT ReadPoint
  56.    33 CONSTANT UpCall
  57.    34 CONSTANT CallAVector
  58.    35 CONSTANT ReadModeVariable
  59.    36 CONSTANT RemoveCursors
  60.    37 CONSTANT RestoreCursors
  61.    38 CONSTANT SWINumberToString
  62.    39 CONSTANT SWINumberFromString
  63.    3A CONSTANT ValidateAddress
  64.    3B CONSTANT CallAfter
  65.    3C CONSTANT CallEvery
  66.    3D CONSTANT RemoveTickerEvent
  67.    3E CONSTANT InstallKeyHandler
  68.    3F CONSTANT CheckModeValid
  69.    40 CONSTANT ChangeEnvironment
  70.    41 CONSTANT ClaimScreenMemory
  71.    42 CONSTANT ReadMonotonicTime
  72.    43 CONSTANT SubstituteArgs
  73.    44 CONSTANT PrettyPrint
  74.    45 CONSTANT Plot
  75.    46 CONSTANT WriteN
  76.    47 CONSTANT AddToVector
  77.    48 CONSTANT WriteEnv
  78.    49 CONSTANT ReadArgs
  79.    4A CONSTANT ReadRAMFsLimits
  80.    4B CONSTANT ClaimDeviceVector
  81.    4C CONSTANT ReleaseDeviceVector
  82.    4D CONSTANT DelinkApplication
  83.    4E CONSTANT RelinkApplication
  84.    4F CONSTANT HeapSort
  85.    50 CONSTANT ExitAndDie
  86.    51 CONSTANT ReadMemMapInfo
  87.    52 CONSTANT ReadMemMapEntries
  88.    53 CONSTANT SetMemMapEntries
  89.    54 CONSTANT AddCallBack
  90.    55 CONSTANT ReadDefaultHandler
  91.    56 CONSTANT SetECFOrigin
  92.    57 CONSTANT SerialOp
  93.    58 CONSTANT ReadSysInfo
  94.    59 CONSTANT Confirm
  95.    5A CONSTANT ChangedBox
  96.    5B CONSTANT CRC
  97.    5C CONSTANT ReadDynamicArea
  98.    5D CONSTANT PrintChar
  99.  
  100.    C0 CONSTANT ConvertStandardDateAndTime
  101.    C1 CONSTANT ConvertDateAndTime
  102.  
  103.    D0 CONSTANT ConvertHex1
  104.    D1 CONSTANT ConvertHex2
  105.    D2 CONSTANT ConvertHex4
  106.    D3 CONSTANT ConvertHex6
  107.    D4 CONSTANT ConvertHex8
  108.    D5 CONSTANT ConvertCardinal1
  109.    D6 CONSTANT ConvertCardinal2
  110.    D7 CONSTANT ConvertCardinal3
  111.    D8 CONSTANT ConvertCardinal4
  112.    D9 CONSTANT ConvertInteger1
  113.    DA CONSTANT ConvertInteger2
  114.    DB CONSTANT ConvertInteger3
  115.    DC CONSTANT ConvertInteger4
  116.    DD CONSTANT ConvertBinary1
  117.    DE CONSTANT ConvertBinary2
  118.    DF CONSTANT ConvertBinary3
  119.    E0 CONSTANT ConvertBinary4
  120.    E1 CONSTANT ConvertSpacedCardinal1
  121.    E2 CONSTANT ConvertSpacedCardinal2
  122.    E3 CONSTANT ConvertSpacedCardinal3
  123.    E4 CONSTANT ConvertSpacedCardinal4
  124.    E5 CONSTANT ConvertSpacedInteger1
  125.    E6 CONSTANT ConvertSpacedInteger2
  126.    E7 CONSTANT ConvertSpacedInteger3
  127.    E8 CONSTANT ConvertSpacedInteger4
  128.    E9 CONSTANT ConvertFixedNetStation
  129.    EA CONSTANT ConvertNetStation
  130.    EB CONSTANT ConvertFixedFileSize
  131.    EC CONSTANT ConvertFileSize
  132.   100 CONSTANT WriteI
  133.  
  134. FORTH DEFINITIONS
  135. VOCABULARY Font_C IMMEDIATE
  136. Font_C DEFINITIONS HEX
  137.  
  138. 40080 CONSTANT CacheAddr
  139. 40081 CONSTANT FindFont
  140. 40082 CONSTANT LoseFont
  141. 40083 CONSTANT ReadDefn
  142. 40084 CONSTANT ReadInfo
  143. 40085 CONSTANT StringWidth
  144. 40086 CONSTANT Paint
  145. 40087 CONSTANT Caret
  146. 40088 CONSTANT ConverttoOS
  147. 40089 CONSTANT Converttopoints
  148. 4008A CONSTANT SetFont
  149. 4008B CONSTANT CurrentFont
  150. 4008C CONSTANT FutureFont
  151. 4008D CONSTANT FindCaret
  152. 4008E CONSTANT CharBBox
  153. 4008F CONSTANT ReadScaleFactor
  154. 40090 CONSTANT SetScaleFactor
  155. 40091 CONSTANT ListFonts
  156. 40092 CONSTANT SetFontColours
  157. 40093 CONSTANT SetPalette
  158. 40094 CONSTANT ReadThresholds
  159. 40095 CONSTANT SetThresholds
  160. 40096 CONSTANT FindCaretJ
  161. 40097 CONSTANT StringBBox
  162. 40098 CONSTANT ReadColourTable
  163.  
  164. FORTH DEFINITIONS
  165. VOCABULARY Wimp_C IMMEDIATE
  166. Wimp_C DEFINITIONS HEX
  167.  
  168. 400C0 CONSTANT Initialise
  169. 400C1 CONSTANT CreateWindow
  170. 400C2 CONSTANT CreateIcon
  171. 400C3 CONSTANT DeleteWindow
  172. 400C4 CONSTANT DeleteIcon
  173. 400C5 CONSTANT OpenWindow
  174. 400C6 CONSTANT CloseWindow
  175. 400C7 CONSTANT Poll
  176. 400C8 CONSTANT RedrawWindow
  177. 400C9 CONSTANT UpdateWindow
  178. 400CA CONSTANT GetRectangle
  179. 400CB CONSTANT GetWindowState
  180. 400CC CONSTANT GetWindowInfo
  181. 400CD CONSTANT SetIconState
  182. 400CE CONSTANT GetIconState
  183. 400CF CONSTANT GetPointerInfo
  184. 400D0 CONSTANT DragBox
  185. 400D1 CONSTANT ForceRedraw
  186. 400D2 CONSTANT SetCaretPosition
  187. 400D3 CONSTANT GetCaretPosition
  188. 400D4 CONSTANT CreateMenu
  189. 400D5 CONSTANT DecodeMenu
  190. 400D6 CONSTANT WhichIcon
  191. 400D7 CONSTANT SetExtent
  192. 400D8 CONSTANT SetPointerShape
  193. 400D9 CONSTANT OpenTemplate
  194. 400DA CONSTANT CloseTemplate
  195. 400DB CONSTANT LoadTemplate
  196. 400DC CONSTANT ProcessKey
  197. 400DD CONSTANT CloseDown
  198. 400DE CONSTANT StartTask
  199. 400DF CONSTANT ReportError
  200. 400E0 CONSTANT GetWindowOutline
  201. 400E1 CONSTANT PollIdle
  202. 400E2 CONSTANT PlotIcon
  203. 400E3 CONSTANT SetMode
  204. 400E4 CONSTANT SetPalette
  205. 400E5 CONSTANT ReadPalette
  206. 400E6 CONSTANT SetColour
  207. 400E7 CONSTANT SendMessage
  208. 400E8 CONSTANT CreateSubMenu
  209. 400E9 CONSTANT SpriteOp
  210. 400EA CONSTANT BaseOfSprites
  211. 400EB CONSTANT BlockCopy
  212. 400EC CONSTANT SlotSize
  213. 400ED CONSTANT ReadPixTrans
  214. 400EE CONSTANT ClaimFreeMemory
  215. 400EF CONSTANT CommandWindow
  216. 400F0 CONSTANT TextColour
  217. 400F1 CONSTANT TransferBlock
  218. 400F2 CONSTANT ReadSysInfo
  219. 400F3 CONSTANT SetFontColours
  220.  
  221. FORTH DEFINITIONS
  222. VOCABULARY Sound_C IMMEDIATE
  223. Sound_C DEFINITIONS HEX
  224.  
  225. 40140 CONSTANT Configure
  226. 40141 CONSTANT Enable
  227. 40142 CONSTANT Stereo
  228. 40143 CONSTANT Speaker
  229.  
  230. 40180 CONSTANT Volume
  231. 40181 CONSTANT SoundLog
  232. 40182 CONSTANT LogScale
  233. 40183 CONSTANT InstallVoice
  234. 40184 CONSTANT RemoveVoice
  235. 40185 CONSTANT AttachVoice
  236. 40186 CONSTANT ControlPacked
  237. 40187 CONSTANT Tuning
  238. 40188 CONSTANT Pitch
  239. 40189 CONSTANT Control
  240. 4018A CONSTANT AttachNamedVoice
  241. 4018B CONSTANT ReadControlBlock
  242. 4018C CONSTANT WriteControlBlock
  243.  
  244. 401C0 CONSTANT QInit
  245. 401C1 CONSTANT QSchedule
  246. 401C2 CONSTANT QRemove
  247. 401C3 CONSTANT QFree
  248. 401C4 CONSTANT QSDispatch
  249. 401C5 CONSTANT QTempo
  250. 401C6 CONSTANT QBeat
  251. 401C7 CONSTANT QInterface
  252.  
  253. FORTH DEFINITIONS
  254. VOCABULARY ADFS_C IMMEDIATE
  255. ADFS_C DEFINITIONS HEX
  256.  
  257. 40240 CONSTANT DiscOp
  258. 40241 CONSTANT HDC
  259. 40242 CONSTANT Drives
  260. 40243 CONSTANT FreeSpace
  261. 40244 CONSTANT Retries
  262. 40245 CONSTANT DescribeDisc
  263.  
  264. FORTH DEFINITIONS
  265. VOCABULARY Podule_C IMMEDIATE
  266. Podule_C DEFINITIONS HEX
  267.  
  268. 40280 CONSTANT ReadID
  269. 40281 CONSTANT ReadHeader
  270. 40282 CONSTANT EnumerateChunks
  271. 40283 CONSTANT ReadChunk
  272. 40284 CONSTANT ReadBytes
  273. 40285 CONSTANT WriteBytes
  274. 40286 CONSTANT CallLoader
  275. 40287 CONSTANT RawRead
  276. 40288 CONSTANT RawWrite
  277. 40289 CONSTANT HardwareAddress
  278.  
  279. FORTH DEFINITIONS
  280. VOCABULARY WaveSynth_C IMMEDIATE
  281. WaveSynth_C DEFINITIONS HEX
  282.  
  283. 40300 CONSTANT Load
  284.  
  285. FORTH DEFINITIONS
  286. VOCABULARY Debugger_C IMMEDIATE
  287. Debugger_C DEFINITIONS HEX
  288.  
  289. 40380 CONSTANT Disassemble
  290.  
  291. FORTH DEFINITIONS
  292. VOCABULARY FileCore_C IMMEDIATE
  293. FileCore_C DEFINITIONS HEX
  294.  
  295. 40540 CONSTANT DiscOp
  296. 40541 CONSTANT Create
  297. 40542 CONSTANT Drives
  298. 40543 CONSTANT FreeSpace
  299. 40544 CONSTANT FloppyStructure
  300. 40545 CONSTANT DescribeDisc
  301.  
  302. FORTH DEFINITIONS
  303. VOCABULARY Shell_C IMMEDIATE
  304. Shell_C DEFINITIONS HEX
  305.  
  306. 405C0 CONSTANT Create
  307. 405C1 CONSTANT Destroy
  308.  
  309. FORTH DEFINITIONS
  310. VOCABULARY HourGlass_C IMMEDIATE
  311. HourGlass_C DEFINITIONS HEX
  312.  
  313. 406C0 CONSTANT On
  314. 406C1 CONSTANT Off
  315. 406C2 CONSTANT Smash
  316. 406C3 CONSTANT Start
  317. 406C4 CONSTANT Percentage
  318. 406C5 CONSTANT LEDS
  319.  
  320. FORTH DEFINITIONS
  321. VOCABULARY Draw_C IMMEDIATE
  322. Draw_C DEFINITIONS HEX
  323.  
  324. 40700 CONSTANT ProcessPath
  325. 40701 CONSTANT ProcessPathFP
  326. 40702 CONSTANT Fill
  327. 40703 CONSTANT FillFP
  328. 40704 CONSTANT Stroke
  329. 40705 CONSTANT StrokeFP
  330. 40706 CONSTANT StrokePath
  331. 40707 CONSTANT StrokePathFP
  332. 40708 CONSTANT FlattenPath
  333. 40709 CONSTANT FlattenPathFP
  334. 4070A CONSTANT TransformPath
  335. 4070B CONSTANT TransformPathFP
  336.  
  337. FORTH DEFINITIONS DECIMAL
  338.