home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / apple2 / 25765 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  29 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!nucsrl!delta!holmer
  3. From: holmer@eecs.nwu.edu (Bruce Holmer)
  4. Subject: Request for benchmarks (in 6502 assembly code)
  5. Message-ID: <HOLMER.92Dec18172533@rose.eecs.nwu.edu>
  6. Sender: usenet@eecs.nwu.edu (Mr. Usenet)
  7. Organization: EECS Department, Northwestern University, Evanston, Il., USA
  8. Date: Fri, 18 Dec 1992 23:25:33 GMT
  9. Lines: 18
  10.  
  11.  
  12. Does anyone have 6502 assembly code for some smallish
  13. benchmark programs?  I have the C code for many of these (see
  14. below), but I don't have access to a C compiler.
  15.  
  16. I'm looking for things like the old Byte benchmarks (circa
  17. 1981) or the benchmarks used in the first RISC articles (e.g.
  18. Patterson/Sequin, Computer Magazine, Sept. 1982).  Things
  19. like sieve, sort (quicksort, heapsort, etc.), string move,
  20. string search, ackerman, simple puzzle solvers, matrix
  21. operations, software floating point, etc.  I'll be running
  22. these on a simulator, so I'll just initialize the memory, run
  23. the code, and look at the results in memory (that is to say,
  24. I can do with just subroutines for most of the simple stuff).
  25.  
  26. Thanks,
  27. --Bruce Holmer
  28. holmer@eecs.nwu.edu
  29.