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

  1.     section    .data,data
  2.  
  3. _LVOPP_InitPortPrint    equ    -30
  4.     xdef    _LVOPP_InitPortPrint
  5. _LVOPP_StopPortPrint    equ    -36
  6.     xdef    _LVOPP_StopPortPrint
  7. _LVOPP_ExecCommand    equ    -42
  8.     xdef    _LVOPP_ExecCommand
  9. _LVOPP_DumpRegs    equ    -48
  10.     xdef    _LVOPP_DumpRegs
  11. _LVOPP_Print    equ    -54
  12.     xdef    _LVOPP_Print
  13. _LVOPP_PrintNum    equ    -60
  14.     xdef    _LVOPP_PrintNum
  15. _LVOPP_SignalPowerVisor    equ    -66
  16.     xdef    _LVOPP_SignalPowerVisor
  17.