home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / m6809 / 590 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1004 b 

  1. Path: sparky!uunet!portal!cup.portal.com!blackbelt
  2. From: blackbelt@cup.portal.com (Ben - Williams)
  3. Newsgroups: comp.sys.m6809
  4. Subject: Re: PD m6809 asm/disasm/sim
  5. Message-ID: <74389@cup.portal.com>
  6. Date: Mon, 25 Jan 93 22:15:49 PST
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. References: <C0v2us.3Ko@shograf.com>
  10.   <RPB.93Jan16141030@brain.psy.ox.ac.uk><74017@cup.portal.com>
  11.   <RPB.93Jan22121602@brain.psy.ox.ac.uk>
  12. Lines: 16
  13.  
  14. Ray,
  15.  
  16. That's not too bad a speed! You do have a bit of horsepower, though. :^)
  17.  
  18. I can get almost realtime for the loop you show in the NON debug version
  19. of my emulator; about 900k/sec, same instructions. That's on a 25 mhz 68040,
  20. all caches on.
  21.  
  22. My code is a great deal simpler than yours, though, and involves no
  23. function calls to anything, anywhere, other than one call to execute the
  24. instruction itself. All the non-indexed modes are coded completely inline,
  25. your example being an immediate mode, it falls in that group.
  26.  
  27. Emulators are a kick, eh? <grin>
  28.  
  29. Ben
  30.