home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / lib / src / simple.s65 < prev    next >
Text File  |  1993-01-19  |  81b  |  9 lines

  1. start:
  2.    lda   #2
  3.    sta   extern+4
  4.    sta   extern-bozo+2
  5. lilo:
  6.    nop
  7.    
  8.    
  9.