Re: [Simh] Pascal 1.3 manual for RSX 11 4.6 - warning, nostalgia trip!

2016-02-04 Thread brian
On Fri, 5 Feb 2016 02:23:30 +0100, Johnny Billquist wrote: > >> I missed the thread about ODT, but I sure remeber having to use it, >> The debugger supplied with the compiler was just about capable of >> debugging 'Hello world' before the code got so large that it broke the >>

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6 - warning, nostalgia trip!

2016-02-04 Thread Johnny Billquist
On 2016-02-05 00:36, brian wrote: On Tue, 2 Feb 2016 15:03:36 +, Jason Armistead wrote: Al Kossow wrote: here is the SPD http://h18000.www1.hp.com/info/SP1418/SP1418PF.PDF And the second page of the SPD even mentions "On-line Debugging Technique (ODT)" - the topic of one of our other

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-03 Thread Will Senn
On 2/2/16 5:17 PM, Johnny Billquist wrote: You are welcome. That said, there are a few points I should make here. As you log into the demo account, you are getting into DCL. DCL is a CLI, but it is not the same as MCR. Thus, DCL actually have different commands, but normally if DCL do not

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Johnny Billquist
On 2016-02-02 18:55, Will Senn wrote: Yeeha! I compiled a working Pascal program :). Here's how: logged in as USER password USER (DCL is default): $ edt HELLO.PAS Input file does not exist [EOB] *i program hello(output); begin write('hello, world');

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Johnny Billquist
On 2016-02-02 15:07, Will Senn wrote: On 2/1/16 5:33 PM, Will Senn wrote: Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on RSX 11 v4.6 in SimH and the PAS> prompt is singularly unrevealing about how it is used

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Johnny Billquist
On 2016-02-02 15:22, Johnny Billquist wrote: On 2016-02-02 15:07, Will Senn wrote: On 2/1/16 5:33 PM, Will Senn wrote: Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on RSX 11 v4.6 in SimH and the PAS> prompt is

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Al Kossow
here is the SPD http://h18000.www1.hp.com/info/SP1418/SP1418PF.PDF On 2/1/16 3:33 PM, Will Senn wrote: Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on RSX 11 v4.6 in SimH and the PAS> prompt is singularly

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Armistead, Jason BIS
Al Kossow wrote: > here is the SPD > > http://h18000.www1.hp.com/info/SP1418/SP1418PF.PDF And the second page of the SPD even mentions "On-line Debugging Technique (ODT)" - the topic of one of our other recent SIMH mailing list threads !!! ___ Simh

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Johnny Billquist
Well, depending on how your terminal is set up, ^C would also not finish the program. But it would give you a CLI prompt anyway. ^Z is EOF in all DEC OSes, and that would exit from pretty much any program. Johnny On 2016-02-02 02:27, Will Senn wrote: Oops. CTRL-C. Is there a better

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-02 Thread Will Senn
On 2/2/16 8:50 AM, Johnny Billquist wrote: On 2016-02-02 15:22, Johnny Billquist wrote: On 2016-02-02 15:07, Will Senn wrote: On 2/1/16 5:33 PM, Will Senn wrote: Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on

[Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-01 Thread Will Senn
Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on RSX 11 v4.6 in SimH and the PAS> prompt is singularly unrevealing about how it is used (CTRL-D will exit though, which is better than the alternative). This is the

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-01 Thread Tom Morris
On Mon, Feb 1, 2016 at 8:27 PM, Will Senn wrote: > Oops. CTRL-C. Is there a better way? > > > On Feb 1, 2016, at 6:51 PM, Johnny Billquist wrote: > > > >> On 2016-02-02 00:33, Will Senn wrote: > > > > ^D to exit??? Are you sure? That just sounds so

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-01 Thread Will Senn
Oops. CTRL-C. Is there a better way? Sent from my iPhone > On Feb 1, 2016, at 6:51 PM, Johnny Billquist wrote: > >> On 2016-02-02 00:33, Will Senn wrote: >> Hi, >> >> Does anyone know where I could find copy of a Pascal manual for RSX 11? >> Preferably Pascal version 1.3.

Re: [Simh] Pascal 1.3 manual for RSX 11 4.6

2016-02-01 Thread Johnny Billquist
On 2016-02-02 00:33, Will Senn wrote: Hi, Does anyone know where I could find copy of a Pascal manual for RSX 11? Preferably Pascal version 1.3. I'm running it on RSX 11 v4.6 in SimH and the PAS> prompt is singularly unrevealing about how it is used (CTRL-D will exit though, which is better