home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!decwrl!waikato.ac.nz!aukuni.ac.nz!kcbbs!kc
- From: Richard_Plinston@kcbbs.gen.nz (Richard Plinston)
- Newsgroups: comp.os.cpm
- Subject: Re: 8080/8085/Z80 Code Identifier
- Message-ID: <1029325.47938.1404@kcbbs.gen.nz>
- Date: 26 Jan 93 13:18:58 GMT
- Article-I.D.: kcbbs.1029325.47938.1404
- References: <9301241501.AA23431@LL.MIT.EDU>
- Organization: Kappa Crucis Unix BBS, Auckland, New Zealand
- Lines: 15
-
-
- >>>> This approach works because the emulator actually
- >>>> tries to execute the program.
-
- But it will only execute those parts of the program that are
- in the execution path for the data (or other) supplied for
- that run. It may be that Z80 specific code only exists in
- parts of the program that are not executed in the conditions
- of the test. eg Z80 code may exist in exception code.
-
- While this approach may definately say that some particular
- programs do have Z80 code, the reverse may not be true, it
- will not be possible to say that other programs do not have
- Z80 code.
-
-