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 another program with
> full memory available to the program, including the 386K of Extended
> Memory in a 1Mb system.

This brings back memories of one of the more 'serious' things I wrote in Turbo 
Pascal (for DOS) before moving on to C, which was a mouse-driven application 
launcher for my sister's PC.  That was the first thing I used where I called 
interrupts (to interface with the DOS mouse driver), and although it started 
out with a hand-built data file for defining each of the applications in the 
launcher menu I did eventually add on a data file maintenance (add/edit/remove 
entries) subsystem which was also mouse-driven.  It wasn't exactly enormous, 
but it was the largest project I wrote in Turbo Pascal.

I was also an early adopter of the multi-monitor workstation once I got VGA - I 
had a Hercules clone MDA adapter and an amber monitor off to one side of my 
desk.  You could switch between your colour and MDA monitors using the DOS 
'mode' command, and Turbo Pascal (as well as Turbo C) had a dual monitor option 
you could enable where it would display program output on whichever monitor was 
active at launch, and the IDE interface on the other monitor.  This was 
fabulous for line-by-line debugging because normally TP would have to flash 
between the output screen and the IDE every time you hit the F-key for stepping 
to the next line, which was not only slow but you couldn't really see what had 
happened on the output screen.  With the output on its own monitor you could 
watch it as it changed, and the steps were pretty much instantaneous.  Fun 
times!

I also kept this dual setup when I was running OS/2, because not only did TP 
and TC still work fine with dual monitors in a full-screen DOS box in OS/2, but 
you could leave something running in a DOS box in the background which you had 
full-screened and switched to mono, and it would stay on the mono monitor for 
you to keep an eye on it when you hit Ctrl-ESC to go back to the OS/2 GUI.  
IIRC, I think Turbo C for OS/2 also would let you output a text-mode program 
full-screen to the mono monitor even though it was a GUI-based IDE...







jim



Re: [M100] compile and execute Turbo Pascal

2020-10-03 Thread Peter Noeth
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 another program with
full memory available to the program, including the 386K of Extended Memory
in a 1Mb system.

I was programming assembly for 8080, Z80, 8088, 80286, Data General
minicomputers (Nova II, Eclipse S230),; C, C+ on Z80 and IBM PCs; as well
as BASIC, Compiled BASIC and Visual BASIC on any computer supporting 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 Turbo Pascal (Stephen Adolph)
> Message-ID:
>  fin6-+hex9u1k53cjgx...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> -- 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, 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)
> Dual Main ROM adapter (need a specific mainROM for each processor)
>
> --
>
> Just out of curiosity, how many members of the M100 forum used Pascal?
> Pascal came out in 1970 and I was still using/exploring Assembly Language
> on the Z-80 and the then current Intel processors.(actually the programs
> that ran on those processors using disassembly + assembly programs to tweak
> them or find out how the "worked"). Many of the reviews over time of Pascal
> were not very good so I never bought the program. But then C and it's
> derivatives (C+, C++) came along and changed the whole world of
> programming.
>
> Bradley R Kuss
>
> 


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 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.  I even got as far as spinning up the
>> tk4- Hercules distribution so I can have a local MVS environment on an
>> emulated 3033.  I have no idea where to even begin learning, though.  My
>> entire life, including my career and several of my hobbies have been based
>> around micros!
>>
>>
> This is not a subject that we should probably have on the list, since
> it's not Tandy slab related, but I can tell you it's not just COBOL.
> You have to know how to build, submit and run jobs, and monitor them as
> you go.  Also, Jay Moseley's MVS distro is good, but is not exactly the
> same as the "real" big iron, because of copyright issues.  So you'll get
> a good flavor of it but it still won't be the "real deal".  You won't
> get to play with VSAM, IMS, or DB2 at all on Hercules, and those skills
> are important.  Email me directly if you want to talk more about this
> in-depth.
>
> Cheers,Bert
>


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 supply of round tuits on is 
> picking up some big iron skills.  I even got as far as spinning up the tk4- 
> Hercules distribution so I can have a local MVS environment on an emulated 
> 3033.  I have no idea where to even begin learning, though.  My entire life, 
> including my career and several of my hobbies have been based around micros!
> 
> 
This is not a subject that we should probably have on the list, since
it's not Tandy slab related, but I can tell you it's not just COBOL.
You have to know how to build, submit and run jobs, and monitor them as
you go.  Also, Jay Moseley's MVS distro is good, but is not exactly the
same as the "real" big iron, because of copyright issues.  So you'll get
a good flavor of it but it still won't be the "real deal".  You won't
get to play with VSAM, IMS, or DB2 at all on Hercules, and those skills
are important.  Email me directly if you want to talk more about this
in-depth.

Cheers,Bert


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.  I even got as far as spinning up the tk4- 
Hercules distribution so I can have a local MVS environment on an emulated 
3033.  I have no idea where to even begin learning, though.  My entire life, 
including my career and several of my hobbies have been based around micros!




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

2020-10-02 Thread Bert Put
Oh, I can't resist... :-)

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?
It's been a while but I could probably cobble a program together.

Then there's BASIC, Pascal, C, some C++, Java, not to mention the
various scripting languages, AWK, sed, BASH, etc.

Did some Z80 assembler too, but I never got into the 8080 or Motorola
side of things...

Cheers,  Bert


On 10/2/20 3:35 PM, Peter Vollan wrote:
> I took a COBOL class in 1988.
> 
> On Fri, 2 Oct 2020 at 09:46, Dan Higdon  wrote:
>>
>> Back in HS, I used the UCSD "P-System" Pascal compiler on our Apple][e 
>> hardware. We had the UCSD FORTRAN compiler too, and being into computer 
>> languages back then, I wound up getting enough FORTRAN in me to land an 
>> internship.
>>
>> In college, we used Modula2 for anything beyond the basic classes. I never 
>> used Pascal professionally, and for personal projects, I was way more 
>> interested in FORTH and C. (And once Zortech C++ came out, C++).
>>
>> On Fri, 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 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!
>>>
>>> Setup:
>>> REXCPM 2MB
>>> M100 CP/M (modified to remove 8085 undoc opcodes)
>>> Dual CPU board with 80C85 and NSC800 (socket at CPU on M100)
>>> Dual Main ROM adapter (need a specific mainROM for each processor)
>>>
>>> --
>>>
>>> Just out of curiosity, how many members of the M100 forum used Pascal? 
>>> Pascal came out in 1970 and I was still using/exploring Assembly Language 
>>> on the Z-80 and the then current Intel processors.(actually the programs 
>>> that ran on those processors using disassembly + assembly programs to tweak 
>>> them or find out how the "worked"). Many of the reviews over time of Pascal 
>>> were not very good so I never bought the program. But then C and it's 
>>> derivatives (C+, C++) came along and changed the whole world of programming.
>>>
>>> Bradley R Kuss
>>>


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

2020-10-02 Thread Peter Vollan
I took a COBOL class in 1988.

On Fri, 2 Oct 2020 at 09:46, Dan Higdon  wrote:
>
> Back in HS, I used the UCSD "P-System" Pascal compiler on our Apple][e 
> hardware. We had the UCSD FORTRAN compiler too, and being into computer 
> languages back then, I wound up getting enough FORTRAN in me to land an 
> internship.
>
> In college, we used Modula2 for anything beyond the basic classes. I never 
> used Pascal professionally, and for personal projects, I was way more 
> interested in FORTH and C. (And once Zortech C++ came out, C++).
>
> On Fri, 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 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!
>>
>> Setup:
>> REXCPM 2MB
>> M100 CP/M (modified to remove 8085 undoc opcodes)
>> Dual CPU board with 80C85 and NSC800 (socket at CPU on M100)
>> Dual Main ROM adapter (need a specific mainROM for each processor)
>>
>> --
>>
>> Just out of curiosity, how many members of the M100 forum used Pascal? 
>> Pascal came out in 1970 and I was still using/exploring Assembly Language on 
>> the Z-80 and the then current Intel processors.(actually the programs that 
>> ran on those processors using disassembly + assembly programs to tweak them 
>> or find out how the "worked"). Many of the reviews over time of Pascal were 
>> not very good so I never bought the program. But then C and it's derivatives 
>> (C+, C++) came along and changed the whole world of programming.
>>
>> Bradley R Kuss
>>


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 Delphi for my Dad's
printing business. This was a combined Pascal compiler / database / GUI
framework (Rapid Application Development) system for database centric
turnkey applications. The system I made was used for a while.

Also we managed some mail-merge type content for booklets for one of his
customers in Delphi.

I think that was my first real "work" project. Though I didn't technically
get paid for it.

-- John.


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 through p2c, 
and compiled them with GCC.  I  don't think the server with those things is 
still running, but I thought Pascal was easy to read, if nothing else.

I can write things in R one day and the next week it takes me a couple of hours 
to figure out what it does.  So I've learned to break things up and comment 
everything in absurdum...

Jonathan

jonathan.y...@mykopat.slu.se
---
När du skickar e-post till SLU så innebär detta att SLU behandlar dina 
personuppgifter. För att läsa mer om hur detta går till, klicka här 

E-mailing SLU will result in SLU processing your personal data. For more 
information on how this is done, click here 



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

2020-10-02 Thread Dan Higdon
Back in HS, I used the UCSD "P-System" Pascal compiler on our Apple][e
hardware. We had the UCSD FORTRAN compiler too, and being into computer
languages back then, I wound up getting enough FORTRAN in me to land an
internship.

In college, we used Modula2 for anything beyond the basic classes. I never
used Pascal professionally, and for personal projects, I was way more
interested in FORTH and C. (And once Zortech C++ came out, C++).

On Fri, 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 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!
>
> Setup:
> REXCPM 2MB
> M100 CP/M (modified to remove 8085 undoc opcodes)
> Dual CPU board with 80C85 and NSC800 (socket at CPU on M100)
> Dual Main ROM adapter (need a specific mainROM for each processor)
>
> --
>
> Just out of curiosity, how many members of the M100 forum used Pascal?
> Pascal came out in 1970 and I was still using/exploring Assembly Language
> on the Z-80 and the then current Intel processors.(actually the programs
> that ran on those processors using disassembly + assembly programs to tweak
> them or find out how the "worked"). Many of the reviews over time of Pascal
> were not very good so I never bought the program. But then C and it's
> derivatives (C+, C++) came along and changed the whole world of programming.
>
> Bradley R Kuss
>
>


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 some limits where if some things have hard
limits like fixed max sizes or levels of recursion etc then there are
various ways you can probably cheat to do the job faster.

On Fri, Oct 2, 2020, 9:33 AM Ken Pettit  wrote:

>
> 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 testbenches.
>
> Ken
>


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 I played with in the early 90s was written in Pascal and I did 
minor customization.  I have not used the language professionally with C, Perl, 
and Python making up the bulk of my remunerative work.

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 testbenches.


Ken


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 there was only one "CS" class and it was in Pascal) with an
outside instructor who taught us C. Never touched Pascal after that, though
I keep thinking I should check out Kyan pascal for my Atari 800.

Professionally, I use perl, php, bash and domain-specific languages though.

On 10/2/20 3:36 AM, Bradley Kuss wrote:
> > Just out of curiosity, how many members of the M100 forum used Pascal?
> >
> > Bradley R Kuss
> >
>


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 many members of the M100 forum used Pascal?
> 
> Bradley R Kuss
> 


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 time. A Pascal like language, but with support for generic types.

Most of my career, and these days, C#, C, JavaScript, Perl, Bash.

-- John.


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, 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)
Dual Main ROM adapter (need a specific mainROM for each processor)

--

Just out of curiosity, how many members of the M100 forum used Pascal?
Pascal came out in 1970 and I was still using/exploring Assembly Language
on the Z-80 and the then current Intel processors.(actually the programs
that ran on those processors using disassembly + assembly programs to tweak
them or find out how the "worked"). Many of the reviews over time of Pascal
were not very good so I never bought the program. But then C and it's
derivatives (C+, C++) came along and changed the whole world of programming.

Bradley R Kuss


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.  Sweet!
Setup:REXCPM 2MBM100 CP/M (modified to remove 8085 undoc opcodes)Dual CPU board 
with 80C85 and NSC800 (socket at CPU on M100)
Dual Main ROM adapter (need a specific mainROM for each processor)

  

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Jim Anderson
I thought so, I just wanted to be sure.  Now I understand what you meant about 
removing the 8085 undocumented opcodes (to make CP/M run on the Z80).  On first 
reading I somehow got the opposite impression but then wondered why you 
specifically mentioned the dual CPU board…







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 the sender and know the content is safe.

oh, right ;)  Turbo Pascal on CP/M only runs on Z-80, not 8080 or 8085.

On Wed, Sep 30, 2020 at 6:34 PM Jim Anderson 
mailto:jim.ander...@kpu.ca>> wrote:
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<mailto:m100-boun...@lists.bitchin100.com>]
 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 
recognize the sender and know the content is safe.

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)
Dual Main ROM adapter (need a specific mainROM for each processor)




Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Jim Anderson
That’s exactly how long it’s been for me, too, and how I felt about it before I 
started to learn C.  :)







jim

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Wednesday, September 30, 2020 4:42 PM
To: m100@lists.bitchin100.com
Subject: Re: [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 learned C yet).  Not sure I 
would even recognize it now.  :)

Ken
On 9/30/20 4:16 PM, Stephen Adolph wrote:
oh, right ;)  Turbo Pascal on CP/M only runs on Z-80, not 8080 or 8085.

On Wed, Sep 30, 2020 at 6:34 PM Jim Anderson 
mailto:jim.ander...@kpu.ca>> wrote:
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<mailto:m100-boun...@lists.bitchin100.com>]
 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 
recognize the sender and know the content is safe.

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)
Dual Main ROM adapter (need a specific mainROM for each processor)





Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Ken Pettit
Hmm, I haven't programmed in Pascal since Freshman year in college. Back 
then it was my favorite programming language (I hadn't learned C yet).  
Not sure I would even recognize it now.  :)


Ken

On 9/30/20 4:16 PM, Stephen Adolph wrote:

oh, right ;)  Turbo Pascal on CP/M only runs on Z-80, not 8080 or 8085.

On Wed, Sep 30, 2020 at 6:34 PM Jim Anderson <mailto:jim.ander...@kpu.ca>> wrote:


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
<mailto:m100-boun...@lists.bitchin100.com>] *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 recognize the sender and know the content is safe.

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)

Dual Main ROM adapter (need a specific mainROM for each processor)





Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Stephen Adolph
oh, right ;)  Turbo Pascal on CP/M only runs on Z-80, not 8080 or 8085.

On Wed, Sep 30, 2020 at 6:34 PM Jim Anderson  wrote:

> 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
>
>
>
> *CAUTION External Sender:* Do not click links or open attachments unless
> you recognize the sender and know the content is safe.
>
>
>
> 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)
>
> Dual Main ROM adapter (need a specific mainROM for each processor)
>
>
>
>
>


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

CAUTION External Sender: Do not click links or open attachments unless you 
recognize the sender and know the content is safe.

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)
Dual Main ROM adapter (need a specific mainROM for each processor)




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 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)
> Dual Main ROM adapter (need a specific mainROM for each processor)
> 
> 


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!
>
> Setup:
> REXCPM 2MB
> M100 CP/M (modified to remove 8085 undoc opcodes)
> Dual CPU board with 80C85 and NSC800 (socket at CPU on M100)
> Dual Main ROM adapter (need a specific mainROM for each processor)
>
>
>


[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)
Dual Main ROM adapter (need a specific mainROM for each processor)