Re: [M100] compile and execute Turbo Pascal

2020-10-07 Thread Jim Anderson
> -Original Message- > Never used Pascal myself, but a co-worker wrote me a File Management > program that started AutoCAD, on MS-DOS 5 under Windows 3.11 and passed > startup commands to it. Borland Turbo Pascal had a nice facility for > starting another DOS Shell in which you could start

Re: [M100] compile and execute Turbo Pascal

2020-10-03 Thread Peter Noeth
it. Regards, Peter On Fri, Oct 2, 2020 at 2:28 PM wrote: > -- > > Message: 1 > Date: Fri, 2 Oct 2020 03:36:15 -0500 > From: Bradley Kuss > To: m100@lists.bitchin100.com > Subject: Re: [M100] compile and execute

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-03 Thread John Gardner
FWIW, Turbo Pascal 7 blew the doors off Turbo C 2.1; fast & efficient, at least on my HP200LX - Fun times... "8) ... On 10/2/20, Bert Put wrote: > Hi Joshua, > > On 10/2/20 4:02 PM, Joshua O'Keefe wrote: >> On Oct 2, 2020, at 1:46 PM, Bert Put wrote: >>> Yep, I did COBOL too, busted

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
Hi Joshua, On 10/2/20 4:02 PM, Joshua O'Keefe wrote: > On Oct 2, 2020, at 1:46 PM, Bert Put wrote: >> Yep, I did COBOL too, busted away from it for a few years, and then a >> year ago went back to it. Fun. How about some mainframe assembler? > > One of the things I want to spend my dwindling

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Joshua O'Keefe
On Oct 2, 2020, at 1:46 PM, Bert Put wrote: > Yep, I did COBOL too, busted away from it for a few years, and then a > year ago went back to it. Fun. How about some mainframe assembler? One of the things I want to spend my dwindling supply of round tuits on is picking up some big iron skills.

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
: >>> >>> -- Forwarded message -- >>> From: Stephen Adolph >>> To: m...@bitchin100.com >>> Date: Wed, 30 Sep 2020 18:17:43 -0400 >>> Subject: Re: [M100] compile and execute Turbo Pascal >>> oh and also in Setup: >>>

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Peter Vollan
Oct 2, 2020 at 3:36 AM Bradley Kuss wrote: >> >> -- Forwarded message -- >> From: Stephen Adolph >> To: m...@bitchin100.com >> Date: Wed, 30 Sep 2020 18:17:43 -0400 >> Subject: Re: [M100] compile and execute Turbo Pascal >> oh and also in S

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread John R. Hogerhuis
On Fri, Oct 2, 2020 at 6:33 AM Josh Malone wrote: > My first programming class (in high school, 1994-ish?) was in Borland > Turbo Pascal on a 386 > Oh mentioning "Borland" triggers a memory... I totally forgot about some Pascal work I did! Long ago I created an invoice tracking system in

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Jonathan Yuen
I (we it was with my wife as a PhD student) wrote a lot of simulation modelling stuff (with time delays and dispersion and a lot of other things) in Turbo Pascal, both in CPM but even on the PC. I eventually moved a lot of those things over to Unix, stripped out the Turbo Pascal stuff, ran it

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Dan Higdon
100.com > Date: Wed, 30 Sep 2020 18:17:43 -0400 > Subject: Re: [M100] compile and execute Turbo Pascal > oh and also in Setup: > MVT100 adapter with external LCD 80x24 > > On Wed, Sep 30, 2020 at 6:17 PM Stephen Adolph > wrote: > Well, that feels good! > > I fina

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Brian White
Wasn't there something about pascal or maybe just turbopascal that it was uniquely efficient on x86 or z80? IE it wasn't just an arbitrary language like any other language, it was especially well matched to the cpu, which was why for a while nothing could touch it. Or maybe it was just thanks to

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Joshua O'Keefe
> On Oct 2, 2020, at 1:36 AM, Bradley Kuss wrote: > Just out of curiosity, how many members of the M100 forum used Pascal? Like others here most of my Pascal was written for my high school classes, about 1986 or so for me. I used the language a little subsequently as some of the BBS software

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Ken Pettit
On 10/2/20 3:29 AM, John R. Hogerhuis wrote: Most of my career, and these days, C#, C, JavaScript, Perl, Bash. Yeah, the past 20 years, I have only used C, C++, awk and assembly (ARM, RISC-V and Pico16, a processor I created). Well, plus Verilog for hardware description of ASICs and

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Josh Malone
My first programming class (in high school, 1994-ish?) was in Borland Turbo Pascal on a 386. I remember liking it enough to pirate a copy and continue playing with it on my home PC (also a 386 by then). But then next year myself and about 5 other students arranged to continue the class (officially

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
I taught myself Turbo Pascal on a Kaypro 2X and wrote a fairly substantial system on it. Re-wrote a scoring system from its original Dbase II implementation. Now my primary development language is C on linux. Cheers,Bert On 10/2/20 3:36 AM, Bradley Kuss wrote: > Just out of curiosity, how

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread John R. Hogerhuis
I wrote some Turbo Pascal code in a programming class in High School, because that's what the teacher was showing us sample data structure code in. At home I was programming in BASIC, C, a little 6809 assembler. But I wrote a lot more Ada in college since it was their official language at the

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bradley Kuss
-- Forwarded message -- From: Stephen Adolph To: m...@bitchin100.com Date: Wed, 30 Sep 2020 18:17:43 -0400 Subject: Re: [M100] compile and execute Turbo Pascal oh and also in Setup: MVT100 adapter with external LCD 80x24 On Wed, Sep 30, 2020 at 6:17 PM Stephen Adolph wrote: Well

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Chris Fezzler
Wow!  A language I can program and compile in! On Wednesday, September 30, 2020, 06:17:25 PM EDT, Stephen Adolph wrote: Well, that feels good! I finally got Turbo Pascal 3.01 configured (well enough) and running on Model 100!  And I compiled and ran a demo provided by Borland. 

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Jim Anderson
… jim From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Stephen Adolph Sent: Wednesday, September 30, 2020 4:16 PM To: m...@bitchin100.com Subject: Re: [M100] compile and execute Turbo Pascal CAUTION External Sender: Do not click links or open attachments unless you recognize

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Jim Anderson
: [M100] compile and execute Turbo Pascal CAUTION External Sender: Do not click links or open attachments unless you recognize the sender and know the content is safe. Hmm, I haven't programmed in Pascal since Freshman year in college. Back then it was my favorite programming language (I hadn't

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Ken Pettit
gt;] *On Behalf Of *Stephen Adolph *Sent:* Wednesday, September 30, 2020 3:17 PM *To:* m...@bitchin100.com <mailto:m...@bitchin100.com> *Subject:* [M100] compile and execute Turbo Pascal *CAUTION External Sender:*Do not click links or open attachments unless you recogniz

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Stephen Adolph
jim > > > > *From:* M100 [mailto:m100-boun...@lists.bitchin100.com] *On Behalf Of *Stephen > Adolph > *Sent:* Wednesday, September 30, 2020 3:17 PM > *To:* m...@bitchin100.com > *Subject:* [M100] compile and execute Turbo Pascal > > > > *CAUTION External Sen

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Jim Anderson
I’m not sure if you’re saying it running on the 80C85 or the Z80? jim From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Stephen Adolph Sent: Wednesday, September 30, 2020 3:17 PM To: m...@bitchin100.com Subject: [M100] compile and execute Turbo Pascal

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Bert Put
Nice! :-) Cheers,Bert On 9/30/20 5:17 PM, Stephen Adolph wrote: > oh and also in Setup: > MVT100 adapter with external LCD 80x24 > > On Wed, Sep 30, 2020 at 6:17 PM Stephen Adolph > wrote: > > Well, that feels good! > > I finally got Turbo Pascal

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Stephen Adolph
oh and also in Setup: MVT100 adapter with external LCD 80x24 On Wed, Sep 30, 2020 at 6:17 PM Stephen Adolph wrote: > Well, that feels good! > > I finally got Turbo Pascal 3.01 configured (well enough) and running on > Model 100! And I compiled and ran a demo provided by Borland. Sweet! > >

[M100] compile and execute Turbo Pascal

2020-09-30 Thread Stephen Adolph
Well, that feels good! I finally got Turbo Pascal 3.01 configured (well enough) and running on Model 100! And I compiled and ran a demo provided by Borland. Sweet! Setup: REXCPM 2MB M100 CP/M (modified to remove 8085 undoc opcodes) Dual CPU board with 80C85 and NSC800 (socket at CPU on M100)