home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / powerd / lib / PowerD / Mouse.ass < prev    next >
Encoding:
Text File  |  1999-09-18  |  198 b   |  15 lines

  1.  
  2.     xdef    _Mouse
  3.  
  4. _Mouse    moveq    #0,d0
  5.     btst    #6,$bfe001
  6.     bne.s    .noleft
  7.     moveq    #1,d0
  8. .noleft    btst    #10,$dff016
  9.     bne.s    .noright
  10.     bset    #1,d0
  11. .noright    btst    #8,$dff016
  12.     bne.s    .nothing
  13.     bset    #2,d0
  14. .nothing    rts
  15.