This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (4 messages)
I'd swap the chips. If the same address fals again you either have a Model 100 problem or a bug in the RAM test program. NO computer can afford RAM errors. Expensive super-minis with error-correcting memory can survive for a while, but it catches up with you. The Model 100…
Thanks for the encouragement. Enter command, N for next message or for menu:n
Glad to see some interest out there! I've been fearing that I'll produce a beautiful product with no market! See msg #85504 that I just left for Tim Peters regarding rIOforth. Enter command, N for next message or for menu:n
You've touched on a subject that can keep Forth designers awake nights! After much thought, I ended up following a similar stack & reg. arrangement to that used by the 8080 implementation of fig-Forth, i.e. {BC} => IP register, {SP} == Data Stack ptr, the Forth Return Stack Ptr is…