At 01:45 PM 3/23/2002 -0500, Melvin Smith wrote: >At 01:40 PM 3/23/2002 -0500, Melvin Smith wrote: >NEXTLINE: >> read S0, 256 >>-- print S0 >++ puts S0 >> branch NEXTLINE >> end > >Correction, print is stdio, puts is PIO. Use puts if you are using read. >I just checked it into CVS btw.
You're suggesting that if I replace my 'print' with 'puts' everywhere that my I/O problems will vanish? Second question: how do I use puts with a Ix register? That opcode doesn't seem to work...