[STOS] How I can compile a file .BAS
Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
- Zorro 2
- Administrator
- Posts: 2227
- Joined: Tue May 21, 2002 12:44 pm
- Location: Saint Cloud (France)
- Contact:
[STOS] How I can compile a file .BAS
Hello !
I need help to understand how I can compile a file .BAS from STOS BASIC ?
Thanks in advance for responding.
I need help to understand how I can compile a file .BAS from STOS BASIC ?
Thanks in advance for responding.
Member of NoExtra Team
- Zorro 2
- Administrator
- Posts: 2227
- Joined: Tue May 21, 2002 12:44 pm
- Location: Saint Cloud (France)
- Contact:
Thanks for responding mister PaulB.PaulB wrote:You cannot compile a .BAS code listing from STOS Basic. You need the STOS Basic Compiler which is a seperate program.
Paul
Member of NoExtra Team
yeah stos compiler is a separate program, but it runs within the stos editor itself..
first grab a copy of stos compiler and install it onto your stos basic disk. if you're using extensions within stos then make sure you copy the relevant compiler extensions (.EC*) into the compiler folder which now resides on your stos basic disk.
once within stos, accload"compiler.acb"
press help, this brings up the fkey accessories page..
hit the appropriate fkey..
stos compiler will load, hit compile... result!
Damo
first grab a copy of stos compiler and install it onto your stos basic disk. if you're using extensions within stos then make sure you copy the relevant compiler extensions (.EC*) into the compiler folder which now resides on your stos basic disk.
once within stos, accload"compiler.acb"
press help, this brings up the fkey accessories page..
hit the appropriate fkey..
stos compiler will load, hit compile... result!
Damo
-
- Atarian
- Posts: 8
- Joined: Tue May 27, 2003 7:01 pm
- Location: N. Yorks
ok, technically to compile it u need STOS compiler, but to make just a PRG file, you'll need a blank disk...
first thing,
ACCLOAD "STOSCOPY.ACB"
and use it
next save your .BAS file like this
SAVE "XXXXXXXX.PRG"
youll be asked for a disk with the stos folder on it, which u created with stoscopy.acb
then insert ur disk with stos folder on it and hit return.....
dadaaa, a PRG file !!
btw, the compiler is available somewhere, if i find out ill post it here!
Cosmo
first thing,
ACCLOAD "STOSCOPY.ACB"
and use it

next save your .BAS file like this

SAVE "XXXXXXXX.PRG"
youll be asked for a disk with the stos folder on it, which u created with stoscopy.acb
then insert ur disk with stos folder on it and hit return.....
dadaaa, a PRG file !!
btw, the compiler is available somewhere, if i find out ill post it here!
Cosmo
- Zorro 2
- Administrator
- Posts: 2227
- Joined: Tue May 21, 2002 12:44 pm
- Location: Saint Cloud (France)
- Contact:
Thank you so much mister Protos but I've little problem to download directly with your url that you're post here

You can download the file directly here http://membres.lycos.fr/protosdepo/ en click on the link Old Depo.
An Atari Nerd

Member of NoExtra Team