home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 221_01 / ccpoll.asm < prev    next >
Encoding:
Assembly Source File  |  1980-01-01  |  256 b   |  13 lines

  1. ;small-c V2.3
  2.  NAME CCPOLL
  3.  GLOBAL CCPOLL
  4. CCPOLL
  5.  LIB CCEQU.SYS
  6.  LDD  #0
  7.  JSR  CHKTERM
  8.  BEQ  *+3
  9.  INCB
  10.  RTS
  11.  RTS
  12.  END
  13.