[Coco] MPI problem or ...???

Robert Gault robert.gault at worldnet.att.net
Tue Jun 19 23:42:33 EDT 2007


Brian Blake wrote:
> okay, also did a PRINT &HFF90 thru 99 and got 65424 - 433 as the results with and without the MPI connected...
> 
> 
> Brian

Brian,

You don't want to print the value of $FF90 but the contents. The Basic 
commands would be
10 FOR M=&HFF90 TO &HFF99
20 PRINT PEEK(M):NEXT

That will give you the contents of the GIME I/O region. The values with 
and without an MPI need to match.



More information about the Coco mailing list