home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / cpm / 1631 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.0 KB

  1. Path: sparky!uunet!ogicse!decwrl!waikato.ac.nz!aukuni.ac.nz!kcbbs!kc
  2. From: Richard_Plinston@kcbbs.gen.nz (Richard Plinston)
  3. Newsgroups: comp.os.cpm
  4. Subject: Re: 8080/8085/Z80 Code Identifier
  5. Message-ID: <1029325.47938.1404@kcbbs.gen.nz>
  6. Date: 26 Jan 93 13:18:58 GMT
  7. Article-I.D.: kcbbs.1029325.47938.1404
  8. References: <9301241501.AA23431@LL.MIT.EDU>
  9. Organization: Kappa Crucis Unix BBS, Auckland, New Zealand
  10. Lines: 15
  11.  
  12.  
  13.    >>>> This approach works because the emulator actually
  14.    >>>> tries to execute the program.
  15.  
  16.    But it will only execute those parts of the program that are
  17.    in the execution path for the data (or other) supplied for
  18.    that run.  It may be that Z80 specific code only exists in
  19.    parts of the program that are not executed in the conditions
  20.    of the test.  eg Z80 code may exist in exception code.
  21.  
  22.    While this approach may definately say that some particular
  23.    programs do have Z80 code, the reverse may not be true, it
  24.    will not be possible to say that other programs do not have
  25.    Z80 code.
  26.    
  27.