$Id: README,v 1.3 2002/03/11 17:11:34 stefano Exp $

The SAM Coupe port is been tested on the SAMEMU emulator (http://www.inf.upol.cz/~keprta/sam/samemu/welcome.html).
Such emulator can load a file in ram (at address 32768) by simply pressing F1, so:

- compile the program (zcc +sam hello.c)
- copy the compiled output to a file called "SAMFILE" (copy a.bin samfile -or- copy a.bin samfile )
- run the emulator, press F1 (apparently nothing happens) and type "call 32768".

Alternatively you can use the SimCoup emulator (http://sourceforge.net/projects/simcoupe/)
and use the dskman utility to save your files to a dsk-image which can be read into SimCoup.  