Any SAM BASIC interpreter/compiler for Windows/Linux?

Not yet, please try Code like it's 1982!

I want to use use the SD card with the Coupé...

You should buy the Trinity interface or use a CF-SD adapter in the CF slot of the Atom Lite+. With the classic Atom interface look for some SD-IDE adapter by your local dealer (e.g. DealExtreme) or check the list on the VELESOFT´s website.

SAM BASIC User´s Guide Cover

I would like to use all huge PC peripherals like HDs or CD/DVD-ROMs with the Atom interface...

Use the original 16bit Atom interface with the B-DOS v1.6 or higher, not the Atom Lite(+).

I am a madman and/or a pure retro-maniak, where is to get the floppy disk drive for the SAM Coupé?

Please leave these pages as soon as possible and ask for help by QUAZAR.

Is really the SAM Coupé the last and best 8bit computer?

Well, the very last were the Amstrad´s CPC+ Series and finally the PCW16. Commodore´s C65 could beat everything done before...

Nice tiny pictures. Have you painted them?

No, they all were made or converted on the SAM Coupé (mainly with the use of the FLASH! or SAM Paint software packages) years ago and have been purchased from public available disk magazines now.

Atom Lite+ - first aid

autofile: BOOT or [F9]
detailed dir: [F8]
LOAD or SAVE "filename"
LOAD "fname" CODE addr
file by number: LOAD n
CF as default:
DEVICE d2
floppy:
DEVICE d1 or RECORD 0
record list:
[CNTRL+Z] or RECORD
record select:
RECORD n or RECORD "name"

SAM BASIC - first aid

ZX Spectrum graphics:
MODE 1
8*1 pixels attributes:
MODE 2
full 16 colours: MODE 4
512 pixel width: MODE 3
chars in MODE3:
CSIZE 6,8
any of 127 colours:
PALETTE [0-15],[0-127]
listing style:
LIST FORMAT n [0,1,2]