home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / lowlevel_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-03  |  733 b   |  33 lines

  1.     section    .data,data
  2.  
  3. _LVOReadJoyPort    equ    -30
  4.     xdef    _LVOReadJoyPort
  5. _LVOGetLanguageSelection    equ    -36
  6.     xdef    _LVOGetLanguageSelection
  7. _LVOGetKey    equ    -48
  8.     xdef    _LVOGetKey
  9. _LVOQueryKeys    equ    -54
  10.     xdef    _LVOQueryKeys
  11. _LVOAddKBInt    equ    -60
  12.     xdef    _LVOAddKBInt
  13. _LVORemKBInt    equ    -66
  14.     xdef    _LVORemKBInt
  15. _LVOSystemControlA    equ    -72
  16.     xdef    _LVOSystemControlA
  17. _LVOAddTimerInt    equ    -78
  18.     xdef    _LVOAddTimerInt
  19. _LVORemTimerInt    equ    -84
  20.     xdef    _LVORemTimerInt
  21. _LVOStopTimerInt    equ    -90
  22.     xdef    _LVOStopTimerInt
  23. _LVOStartTimerInt    equ    -96
  24.     xdef    _LVOStartTimerInt
  25. _LVOElapsedTime    equ    -102
  26.     xdef    _LVOElapsedTime
  27. _LVOAddVBlankInt    equ    -108
  28.     xdef    _LVOAddVBlankInt
  29. _LVORemVBlankInt    equ    -114
  30.     xdef    _LVORemVBlankInt
  31. _LVOSetJoyPortAttrsA    equ    -132
  32.     xdef    _LVOSetJoyPortAttrsA
  33.