<div dir="ltr"><div><div><div><div><div>Hello all,<br><br></div>I'm trying to use the i1620 without any luck.<br></div>I downloaded the papertapes archives from bitsavers archive (software part) and I was able to start the fortran compiler (<a href="http://fo003ap.pt" target="_blank">fo003ap.pt</a>), but when I have to process my source file, I have a lot of problems.<br>



<br></div>I'm using an utility ascii2pt (found in the bitsavers archive) to convert the txt in pt format.<br></div>The simulator always complains about PTR end of file.<br></div>Here is the session, and the ini file:<br>



<br>set cpu mod2<br>set cpu fp<br>dep sw1 1<br>dep 0 rnpt 0<br>att ptp punch.txt<br>att ptr <a href="http://fo003ap.pt" target="_blank">fo003ap.pt</a><br>att lpt printer.txt<br><div><br>sim> run 0<br><br>1620 FORTRAN VER-2 PROCESSOR    8/63<br>



ENTER SOURCE PROGRAM, PUSH START<br>HALT instruction, PC: 8116 (B 00402,01608)<br><br>sim> att ptr <a href="http://output.pt" target="_blank">output.pt</a><br>sim> c<br>PTR end of file<br><br>I/O error, PC: 546 (RAPT 17323)<br>

<br>

</div><div><a href="http://output.pt" target="_blank">output.pt</a> is 
the ascii2pt utility output. The txt file is ASCII standard with windows
 end of line (i tried also unix with the same result).<br><br></div><div>So I tried using TTY, setting the sw3 to 1.<br>

<br>IBM 1620 simulator V4.0-0 Beta        git commit id: 9068ea0e<br>sim> dep sw3 1<br>sim> run 0<br><br>1620 FORTRAN VER-2 PROCESSOR    8/63<br>ENTER SOURCE PROGRAM, PUSH START<br>HALT instruction, PC: 8116 (B 00402,01608)<br>



sim> c<br><br>>C    TEXT FORTRAN PROGRAM<br><br>`08300 C    TEXT FORTRAN PROGRAM<br><br>>  100 READ 7,A,B<br><br>`08300   100 READ 7,A,BN PROGRAM<br><br>Overflow check, PC: 8416 (C 17303,17313)<br>sim><br><br>



</div><div>in the fortran pdf manual I read after you type the first 
line of your program, you have to "... press the "record mark key", then
 press release, then start key to continue the compilation. The carriage
 will return after each statement has been processed, to await the entry
 of the next statement until an END statement is entered".<br>

<br></div><div>Do you have any idea ?<br><br></div>thanks in advance,<br>Fausto</div>