home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Test Files / Adrian < prev    next >
Encoding:
Text File  |  1992-03-19  |  191 b   |  13 lines  |  [TEXT/KAHL]

  1. aLabel:         data     5,7,8
  2.             equ     sam 4
  3. hEllo:         TAD     23        ; you silly person
  4. sid:         isz     hello
  5.             store     hello
  6.             cll
  7.             jmp     sid
  8.             DATA     1,2,3,SID,4
  9.             store     sam
  10.             sza
  11.             store     sid
  12.         
  13.             END