[Simh] Fwd: HP2100 Fortran problem

Saporito Fausto Fausto.Saporito at atosorigin.com
Fri May 18 04:14:43 EDT 2007


Hello David, 

I have the same error 3 in both cases. 
I have a different behaviour with BCS if I compile an algol program or a
fortran program. 
During an algol link phase I don't have the "error" L08, but this
happens during the fortran link phase, and in this case I have to supply
in A register a value, to proceed.

Regards, 
Fausto 

-----Original Message----- 
From: J. David Bryan [ mailto:jdbryan at acm.org <mailto:jdbryan at acm.org> ]

Sent: venerdì 18 maggio 2007 1.53 
To: SIMH List 
Subject: Re: [Simh] Fwd: HP2100 Fortran problem 

On 17 May 2007 at 19:22, Saporito Fausto wrote: 

>       WRITE(1,99) 
> C 
>    99 FORMAT(5H CIAO) 
>       STOP 
>       END 
> END$ 
> 
> but i have the same error. I used WRITE(2,99) too. 

Unit 2 seems to be the correct reference for BCS. 

Does it work if you try to output an integer, e.g.: 

    I = 1 
    WRITE (2,99) I 
99  FORMAT (I6) 

...or do you get the same error 3? 

How about this: 

    WRITE (2,99) 
99  FORMAT ("CIAO") 

                                      -- Dave 

_______________________________________________ 
Simh mailing list 
Simh at trailing-edge.com 
http://mailman.trailing-edge.com/mailman/listinfo/simh
<http://mailman.trailing-edge.com/mailman/listinfo/simh>  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20070518/a9e57bde/attachment-0003.html>


More information about the Simh mailing list