razza
Member
You mean this section from the book?Notice that you have missed a POKE command out from your test program as opposed to the one in the book.
Driving ATN is directly from the POKE.
The ATN input is not a direct PEEK. It is a bit more convoluted.
This is probably why the book program is working, but your test program is not.
Dav

I see that C and C1 are taken from different locations initially. I can't see the point of line 631 though. C1 is overwritten by line 640 (59425) before the variable stored in line 631 (59424) is used. So, C is the low value from 59425 and C1 is the high value also from 59425. Which is what my tester program does.
If I have misunderstood your post please shout.









