home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / robotics / 3073 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.4 KB

  1. Path: sparky!uunet!ogicse!mimbres.cs.unm.edu!lynx.unm.edu!nmsu.edu!opus!ted
  2. From: ted@nmsu.edu (Ted Dunning)
  3. Newsgroups: comp.robotics
  4. Subject: 6811 emulator first hack
  5. Message-ID: <TED.93Jan26140815@lole.nmsu.edu>
  6. Date: 26 Jan 93 21:08:15 GMT
  7. Article-I.D.: lole.TED.93Jan26140815
  8. Sender: usenet@nmsu.edu
  9. Distribution: comp
  10. Organization: Computing Research Lab
  11. Lines: 23
  12.  
  13.  
  14.  
  15. failing to hear about another version of a 6811 emulator, i wrote one
  16. last night (and part of sunday night).  it is still rough, has no user
  17. interface, doesn't do multiply, doesn't count cycles for all
  18. instructions, doesn't let you modify memory or registers and doesn't
  19. support the semantics of the $1000 locations at all.
  20.  
  21. what it does do right now is let you load a file in s19 format and
  22. single step it.  adding the missing features should be relatively
  23. trivial.  i am sure that there are some (several?) instructions that
  24. don't work correctly, and that there are probably other problems as
  25. well.   it should also be absolutely trivial to port to any machine
  26. that supports ansii c and 32 bit integers.  ansii c and 16 bit ints
  27. should be an easy port.  there is a relatively large (2000 line) case
  28. statement that might give some compilers fits.
  29.  
  30. this software is not ready for prime time, but i would like to find
  31. somebody who is willing to trade early access for testing and possible
  32. mods. 
  33.  
  34.  
  35. any takers?
  36.