Hi Luca,

I've been using sdcc for my SpeccyBoot project. You can have a look at
http://speccyboot.sourceforge.net/build.html#software to see more, such as
how to download the source.

There are two tricks I've been using:
(1) use objcopy to create a binary file from sdcc's generated ihex file,
          objcopy -I ihex -O binary ihex_file binary_file
(2) a custom tool for generating a .wav audio file (including a little BASIC
loader) from the binary

I'm considering making the wav generator tool a bit more generic than it is
-- it is currently rather specific to my project. For now, you can view it
as a starting point for generating .wav files yourself.

-- Patrik

2010/11/29 Luca Masini <[email protected]>

> Hi,
>
> I would like to try to use sdcc to porth pforth
> to zx spectrum.
>
> Would anyone explain me how to compile a simple
> hello world program using sdcc?
>
> just to bootstrap.
> :-)
>
> For ex. with z88dk I can do
>   zcc +zxansi -lndos -lm -create-app -ohello.tap hello.c
> to produce hello.tap (already in tape format)
>
> thanks for any info.
>
> MfG
>
> Luca.
>
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Sdcc-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sdcc-user
>
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to