home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_10 / DEVELOP.LZH / DSP / DSPDEBUG / EXAMPLES / RESERVED.ASM < prev    next >
Assembly Source File  |  1992-09-11  |  123b  |  8 lines

  1. Start:
  2.     org    p:0
  3.     nop
  4.     nop
  5.     nop        ;this will not be allowed by the debugger
  6.             ;since it uses this vector.
  7.     END    Start
  8.