home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 487.lha / ButtonAsk / WaitButtons.s < prev    next >
Encoding:
Text File  |  1991-03-11  |  172 b   |  13 lines

  1. LeftReg        equ    $bfe001            ; Set up button registers
  2. RightReg    equ    $dff016
  3.  
  4. WaitForButton      btst    #6,$bfe001
  5.         beq    WaitForButton
  6.  
  7.         btst    #10,$dff016
  8.         beq    WaitForButton
  9.  
  10.         rts
  11.  
  12.  
  13.