Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!dayton!meccts!meccsd!mecc!herman!det From: det@herman.UUCP (Derek Terveer) Newsgroups: comp.sources.d Subject: Re: Z80 -> 8080 converter Message-ID: <175@herman.UUCP> Date: Mon, 12-Jan-87 19:36:08 EST Article-I.D.: herman.175 Posted: Mon Jan 12 19:36:08 1987 Date-Received: Wed, 14-Jan-87 03:25:31 EST References: <249@rocksanne.UUCP> Organization: Unisys Inc.-CSD Eagan,MN Lines: 9 Keywords: Z80 8080 converter Summary: z80 and 8080 virtually the same In article <249@rocksanne.UUCP>, stein@rocksanne.UUCP (Adam Stein) writes: > I am look for a Z80 to 8080 program converter. My C compiler only comes with > an 8080 assembler. This is for a TRS-80 Model 4. I don't care what language > it's written in. I would appreciate any help on this. I believe that z80 has a mere two instructions that 8080 doesn't have. Therefore, most likely, your z80 program will run unchanged with the 8080 assembler (I hope i'm right in this). (As long as the z80 code doesn't use those two instructions that is)