1980 Basic Sought
  Home FAQ Contact Sign in
comp.lang.basic.misc only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.basic.misc Profile…
 Up
1980 Basic Sought         


Author: David Williams
Date: Mar 14, 2008 07:05

-> I want to program in 1980;s basic, where can I get an apt compiler. It
-> is my first langauge, I still love it, and want to use it even if it
-> obsolete. Where can I get a freeware copy or any other.

Why not use QBasic? Sure, it has additional capabilities which you may
get to like, but it *can* be used just like a 1980-style BASIC, with
line numbers, GOSUBs, GOTOs, etc., etc..

dow
50 Comments
Re: 1980 Basic Sought         


Author: winston19842005
Date: Mar 14, 2008 07:23

On 3/14/08 10:56 AM, in article 1205506573.877.1205470677@bayman.org, "David
Williams" bayman.org> wrote:
> -> I want to program in 1980;s basic, where can I get an apt compiler. It
> -> is my first langauge, I still love it, and want to use it even if it
> -> obsolete. Where can I get a freeware copy or any other.
>
> Why not use QBasic? Sure, it has additional capabilities which you may
> get to like, but it *can* be used just like a 1980-style BASIC, with
> line numbers, GOSUBs, GOTOs, etc., etc..

And you need never go into the IDE to use it.
What was the command line to run?
qbasic /r file.bas or qbasic /run file.bas?
no comments
Re: 1980 Basic Sought         


Author: Judson McClendon
Date: Mar 14, 2008 07:32

"David Williams" bayman.org> wrote:
>-> I want to program in 1980;s basic, where can I get an apt compiler. It
> -> is my first langauge, I still love it, and want to use it even if it
> -> obsolete. Where can I get a freeware copy or any other.
>
> Why not use QBasic? Sure, it has additional capabilities which you may
> get to like, but it *can* be used just like a 1980-style BASIC, with
> line numbers, GOSUBs, GOTOs, etc., etc..

Yes, and he can obtain QBASIC free from Microsoft by downloading the
self extracting archive olddos.exe from the following link, running it
and copying the two QBASIC.* files:
http://download.microsoft.com/download/win95upg/tool_s/1.0/w95/en-us/olddos.exe

Or, if he really wants a compiler, he can download FreeBASIC or other
free BASIC compiler that's compatible with 1980's BASIC code.
Show full article (2.19Kb)
no comments
Re: 1980 Basic Sought         


Author: Judson McClendon
Date: Mar 14, 2008 07:35

"winston19842005" bellsouth.net> wrote in message news:C40002BC.47D6%%bjjlyates@bellsouth.net...
>
>
>
> On 3/14/08 10:56 AM, in article 1205506573.877.1205470677@bayman.org, "David
> Williams" bayman.org> wrote:
>
>> -> I want to program in 1980;s basic, where can I get an apt compiler. It
>> -> is my first langauge, I still love it, and want to use it even if it
>> -> obsolete. Where can I get a freeware copy or any other.
>>
>> Why not use QBasic? Sure, it has additional capabilities which you may
>> get to like, but it *can* be used just like a 1980-style BASIC, with
>> line numbers, GOSUBs, GOTOs, etc., etc..
>
> And you need never go into the IDE to use it.
> What was the command line to run?
> qbasic /r file.bas or qbasic /run file.bas?
Show full article (1.16Kb)
no comments
Re: 1980 Basic Sought         


Author: winston19842005
Date: Mar 14, 2008 07:45

On 3/14/08 10:35 AM, in article h3wCj.19197$r76.2718@bignews8.bellsouth.net,
"Judson McClendon" sunvaley0.com> wrote:
>
> "winston19842005" bellsouth.net> wrote in message
> news:C40002BC.47D6%%bjjlyates@bellsouth.net...
>>
>>
>>
>> On 3/14/08 10:56 AM, in article 1205506573.877.1205470677@bayman.org, "David...
Show full article (1.26Kb)
no comments
Re: 1980 Basic Sought         


Author: Judson McClendon
Date: Mar 14, 2008 09:06

"winston19842005" bellsouth.net> wrote:
> "Judson McClendon" sunvaley0.com> wrote:
>> "winston19842005" bellsouth.net> wrote:
>>> "David Williams" bayman.org> wrote:
>>>
>>>> -> I want to program in 1980;s basic, where can I get an apt compiler. It
>>>> -> is my first langauge, I still love it, and want to use it even if it
>>>> -> obsolete. Where can I get a freeware copy or any other.
>>>>
>>>> Why not use QBasic? Sure, it has additional capabilities which you may
>>>> get to like, but it *can* be used just like a 1980-style BASIC, with
>>>> line numbers, GOSUBs, GOTOs, etc., etc..
>>>
>>> And you need never go into the IDE to use it.
>>> What was the command line to run?
>>> qbasic /r file.bas or qbasic /run file.bas?
>>
>> As long as you remember to terminate your program with SYSTEM,
>> otherwise you'll wind up in the IDE when the program completes.
> ...
Show full article (3.88Kb)
8 Comments
Re: 1980 Basic Sought         


Author: Charmed Snark
Date: Mar 14, 2008 09:04

Judson McClendon expounded in
news:v0wCj.19195$r76.22@bignews8.bellsouth.net:
> "David Williams" bayman.org> wrote:
>>-> I want to program in 1980;s basic, where can I get an apt compiler.
>>It
>> -> is my first langauge, I still love it, and want to use it even if
>> it -> obsolete. Where can I get a freeware copy or any other.
>>
>> Why not use QBasic? Sure, it has additional capabilities which you
>> may get to like, but it *can* be used just like a 1980-style BASIC,
>> with line numbers, GOSUBs, GOTOs, etc., etc..
>
> Yes, and he can obtain QBASIC free from Microsoft by downloading the
> self extracting archive olddos.exe from the following link, running it
> and copying the two QBASIC.* files:
> http://download.microsoft.com/download/win95upg/tool_s/1.0/w95/en-us/ol
> ddos.exe
Show full article (1.16Kb)
no comments
Re: 1980 Basic Sought         


Author: Judson McClendon
Date: Mar 14, 2008 11:49

"Charmed Snark" wrote:
> Judson McClendon Wrote:
>> "David Williams" bayman.org> wrote:
>>>-> I want to program in 1980;s basic, where can I get an apt compiler.
>>>It is my first langauge, I still love it, and want to use it even if
>>> it's obsolete. Where can I get a freeware copy or any other.
>>>
>>> Why not use QBasic? Sure, it has additional capabilities which you
>>> may get to like, but it *can* be used just like a 1980-style BASIC,
>>> with line numbers, GOSUBs, GOTOs, etc., etc..
>>
>> Yes, and he can obtain QBASIC free from Microsoft by downloading the
>> self extracting archive olddos.exe from the following link, running it
>> and copying the two QBASIC.* files:
>> http://download.microsoft.com/download/win95upg/tool_s/1.0/w95/en-us/ol
>> ddos.exe
>
> He may even already have it if he still has a Win95 CD lying around. I
> don't remember if it was still there for Win98 (I doubt it). I don't
> remember the name of the directory, something like "old programs", but ...
Show full article (3.24Kb)
no comments
Re: 1980 Basic Sought         


Author: ArarghMail803NOSPAM
Date: Mar 14, 2008 16:09

On Fri, 14 Mar 2008 11:06:08 -0500, "Judson McClendon"
sunvaley0.com> wrote:

>
>Another problem is that I never figured a good way to pass command
>line arguments to the QBASIC program when executed this way. Also,
>a program error abort dumps you into the IDE.

Well, considering that:

The following QuickBasic keywords are not supported in QBasic:

ALIAS EVENT LOCAL SETMEM
BYVAL $INCLUDE SADD SIGNAL
CDECL Int86 Interrupt UEVENT
COMMAND$ Int86X InterruptX

It's not suprising. :-)


--
ArarghMail803 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the extra stuff from the reply address.
12 Comments
Re: 1980 Basic Sought         


Author: Tom Lake
Date: Mar 14, 2008 18:29

NOT.AT.Arargh.com> wrote in message
news:891mt31m96gg19co8pdmoqjkodj60mbm36@4ax.com...
> On Fri, 14 Mar 2008 11:06:08 -0500, "Judson McClendon"
> sunvaley0.com> wrote:
>
> Well, considering that:
>
> The following QuickBasic keywords are not supported in QBasic:
>
> ALIAS EVENT LOCAL SETMEM
> BYVAL $INCLUDE SADD SIGNAL
> CDECL Int86 Interrupt UEVENT
> COMMAND$ Int86X InterruptX

The help file is wrong about one of those. SADD really
is supported in QBasic.

Tom Lake
no comments
 
1 2 3 4 5 6