Date: Mon, 20 Dec 93 17:19:20 JST From: Stephen Turnbull To: p01004 AT psilink DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Z80 cross assembler Scotto-- What kind of changes is he talking about making? I don't know of any cross assemblers, but presumably one could go beat up on the FSF gas program's code generation module somewhat. A place you might look for a start on code generation would be Jim Hendrix's Small-C compiler. In fact, Small-C rather than a cross-assembled version might really be the way to go, unless they're going to be making really time-critical changes. Of course, even then, Small-C supports an asm keyword for in-line assembly code. I haven't checked but I really rather doubt that gas supports Z80 at all, since it assumes a 32-bit platform. You could check the CP/M archives that CPMUG maintains(ed?---dunno if they exist any more), also SimTel in tools, utilities, asm, there may even be a cross-asm directory. Good luck!! +-----------------------------------------------------------------------+ | Stephen Turnbull | | University of Tsukuba, Institute of Socio-Economic Planning | | Tennodai 1-chome 1--1, Tsukuba, Ibaraki 305 JAPAN | | Phone: +81 (298) 53-5091 Fax: +81 (298) 55-3849 | | Email: turnbull AT shako DOT sk DOT tsukuba DOT ac DOT jp | | | | Founder and CEO, Skinny Boy Associates | | Mechanism Design and Social Engineering | | REAL solutions to REAL problems of REAL people in REAL time! REALLY. | | Phone: +81 (298) 56-2703 | +-----------------------------------------------------------------------+