Xref: utzoo comp.sys.mac.misc:3290 comp.sys.mac.programmer:17476 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!eru!hagbard!sunic!kth.se!cyklop.nada.kth.se!news From: d88-jwa@dront.nada.kth.se (Jon W{tte) Newsgroups: comp.sys.mac.misc,comp.sys.mac.programmer Subject: Re: MEMORY FAULTS - any way to check ram for intermittent faults?? Keywords: memory ram fault check Message-ID: <1990Sep14.191934.18350@nada.kth.se> Date: 14 Sep 90 19:19:34 GMT References: <1990Sep11.174118.12194@Neon.Stanford.EDU> <615@keele.keele.ac.uk> <1990Sep12.185459.15694@ux1.cso.uiuc.edu> <1990Sep13.154744.2277@midway.uchicago.edu> Distribution: comp Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 28 >In article <> dorner@pequod.cso.uiuc.edu (Steve Dorner) writes: >>Try saying "sm 2 0101", continuing (what's the command for that in the >>mini-monitor?) and running the program. If my guesses are correct, it will >>fail every time. In article <> dwal@ellis.uchicago.edu (David Walton) writes: >Um...I think that's a typo. You mean sm _0_ 0101, don't you? You >don't want to put this at memory location 2, you want it at 0. > >sm 0 0101 (or any odd four-byte number) > >g 0101 is a TWO-byte number. Well, actually 2 IS right, since the last byte of the longword at 0 should be odd, which means that the last byte of the word at 2 should be odd. To avoid confusion, use sm 0 bbbbbbbb (Or, in MacsBug, sm 0 NIL! :-) h+ Jon W{tte, Stockholm, Sweden, h+@nada.kth.se