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 / div.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  221b  |  14 lines

  1. rm -f tst/div.s
  2. rm -f tst/div
  3. java Main < tst/div.pcat 1> tst/div.s
  4. Assembling...
  5. Beginning execution...
  6. 17 DIV 5 = 3
  7. 17 DIV -5 = -3
  8. -17 DIV 5 = -3
  9. -17 DIV -5 = 3
  10. 17 MOD 5 = 2
  11. 17 MOD -5 = 2
  12. -17 MOD 5 = -2
  13. -17 MOD -5 = -2
  14.