home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / compilers / p11 / tst / goto2.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  328b  |  29 lines

  1. rm -f tst/goto2.s
  2. rm -f tst/goto2
  3. java Main < tst/goto2.pcat 1> tst/goto2.s
  4. Assembling...
  5. Beginning execution...
  6. SHOULD PRINT ALL OKS AFTER EACH TEST:
  7. TESTING =...
  8.    OK
  9.    OK
  10. TESTING <>...
  11.    OK
  12.    OK
  13. TESTING <...
  14.    OK
  15.    OK
  16.    OK
  17. TESTING >...
  18.    OK
  19.    OK
  20.    OK
  21. TESTING <=...
  22.    OK
  23.    OK
  24.    OK
  25. TESTING >=...
  26.    OK
  27.    OK
  28.    OK
  29.