home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / tandy / 1332 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.3 KB

  1. From: uhclem@nemesis.UUCP
  2. Date: 25 Aug 92 22:10 CDT
  3. Newsgroups: comp.sys.tandy
  4. Subject: Re: Any Tandy 100 / 102 ML info/code av
  5. Message-ID: <-31003@nemesis>
  6. Path: sparky!uunet!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!trsvax!trsvax!nemesis!uhclem
  7. Nf-ID: #R:cup.portal.com:64499:nemesis:-31003:000:912
  8. Nf-From: nemesis.UUCP!uhclem    Aug 25 22:10:00 1992
  9. References: <64499@cup.portal.com>
  10. Lines: 22
  11.  
  12.  
  13. <>
  14. [0]have verified that the CPU is a Z80, and have begun to disassemble part of 
  15.  
  16. I don't have the manual handy, but I was postive the 102 was just a cost
  17. reduced 100 in a thinner case, and it still used an 8085, like the Model 100.
  18.  
  19. Yes, the Model 100 used an 8085, not a Z80.  If you look at the code in
  20. ROM, you will note it never uses any of the IX or IY opcodes, nor any of
  21. the Z80-specific opcodes.  Bet you can't find a    SBC    HL,DE in there.
  22.  
  23. I suggest you check to see if SBC HL,DE works or take a look inside the case
  24. before you commit to Z80 opcodes.  If the opcode starts with FD, DD, CB, ED,
  25. 20, or 28, it won't work right on a 8085 processor.
  26.  
  27.  
  28. Frank Durda IV <uhclem@nemesis.lonestar.org>|"How do I know?
  29. ...utacfd!nemesis!uhclem (nearest internet) | I tested the first Model 100
  30. ...letni!rwsys!nemesis!uhclem                | in the USA, that's how."
  31. ...decvax!microsoft!trsvax!nemesis!uhclem   |
  32.  
  33.  
  34.