home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 221_01 / ccpoll.asm < prev    next >
Encoding:
Assembly Source File  |  1979-12-31  |  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.