PDA

View Full Version : SNASMZ80? Does it exist?



segaloco
04-07-2010, 11:02 PM
I can only get one hit for this on Google and it's about a Gamegear devkit. My reason for curiosity is that in every official MD SDK, which use the SNASM* tools, Z80 code is ALWAYS in MD dc.b form or a binary, NEVER source, not even in the GEMS SDK, a full blown Z80 based kit. So, my question is, was there ever a SNASMZ80?

TmEE
04-09-2010, 06:34 PM
There is SNASMZ80... at least a standalone assembler.

...and GEMS has the driver source inculded, very messy Z80 code... its just not in ASM file IIRC.

segaloco
04-09-2010, 10:39 PM
Yeah, it does have the code in the form of comments in the Z80.ASM file (its full of dc.b's). I wonder what the SMPS sdk would be like...