[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [N8VEM-S100:2241] a GOOD C Compiler for the Z80?
- To: n8vem-s100@googlegroups.com
- Subject: Re: [N8VEM-S100:2241] a GOOD C Compiler for the Z80?
- From: Fabio Battaglia <hkzl...@gmail.com>
- Date: Sat, 18 Jan 2014 07:12:24 +0100
- Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of hkzl...@gmail.com designates 2a00:1450:4013:c00::230 as permitted sender) smtp.mail=hkzl...@gmail.com; dkim=pass head...@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=X+qPRpQCSn2GcbJ2ZmYcwaTd2vRVNYgN2jr0SS2vfiw=; b=Ude082nLr1sZEVBSTClgRp7nuXYCTSHHrjHPpHTiKmER1pIdZCNVhMXoUK1JI0ZQMS oXQYFhfOaSTExy5BYV4FjRgH4AxgCLT0n8z6cHTMdVpKNcv01iuWdPQfuFjpjYKzOVAW 6oU2TWhsKrq+/Otu3JfDAQ4AaE7umEavObDGGPCs6I/paAErRb/MwSo+Ow5v5rUcJiBq TaIuC0q1pEolenIumDwzPZ/NFxWkMPA8lacIspHc48Ft1leDNTd3qQ0Te0WAp9tFP4n7 iyClsGArALndTf9IS4EUvit3QB1mBSo/Ud3P6WrgibrwjYOhdRyCHOrPadBpi6TIehha D7ng==
- In-reply-to: <CAPBXkV43jgG-d0Dc_5vZ1v7wR7QYyXD=GK2hJcbVnvuPwjy1Hg@mail.gmail.com>
- References: <ff1ae857-bce4-475a-860b-5fe218e9606d@googlegroups.com> <52D9CAD8.2030409@gmail.com> <CAPBXkV43jgG-d0Dc_5vZ1v7wR7QYyXD=GK2hJcbVnvuPwjy1Hg@mail.gmail.com>
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
On 18/01/14 06:07, Fabio Battaglia wrote:
>
> Hello John,
> What is the problem with SDCC 3.3?
> I'm using it with my CP/M coding experiments here
> https://github.com/hkzlab/sdcc-cpm-example/tree/master, and it is
> (apparently) working.
> My compiled code executes on the SBC V2...
>
> Cheers,
> Fabio
>
Additional information on that repository: the code there is just some
experiment I'm doing to get some grip on CP/M programming interface.
It's not ready to be the base for anything.
It's public because i think it might help someone setting up a
toolchain, also the inspiration and some of the code comes from packages
from the N8VEM wiki: if I did not forget anything, the specific
attributions should be specified inside the files.
Also, I'm testing some file I/O and other system functions on the
sysfunc git branch, not on the master branch:
https://github.com/hkzlab/sdcc-cpm-example/tree/sysfunc