Robert Mathews wrote:
> On Tue, 05 Aug 2003 18:39:40 +1000, Jay <> wrote:
>
>>Nicholas Sherlock wrote:
>>
>>> "Jay" <> wrote in message
>>> news:bgmn7b$qu8r9$...
>>>> Nicholas Sherlock wrote:
>>>> > They run from a bootdisk or cd and only use about 50kb of memory. The
>>>> > chances of a fault being in the first little bit are pretty slim. If
>>>> > it doesn't work, then you know that your memory is ****ed anyway so
>>>> > it has done it's job
.
>>>>
>>>> But what if it appears to work? How do you tell if it doesn't work?
>>>> Does the program pop up a dialog saying "I am not working properly"?
>>>>
>>>
>>> If it isn't working properly, it'll collapse in a screaming, twitching,
>>> quivering heap. You can't mix up CPU instructions and continue executing
>>> as if nothing is wrong.
>>
>>Yes you can. A "bne" can become a "beq" and the program will
>>just take a different logic path. That is, you'll get the wrong answer
>>but the program will work.
>>
>>You are quite wrong.
>
>
>
> No You bloody are, go back to your PS2 as PC's are way out of you depth.
No you are bloody stupid and wrong.
You probably don't have any brains either.
Maybe you should be getting yourself a brain testing program.
But don't bother reading the results with your defective brain.
An Intel opcode of, say, 0x72 (jc) could become 0x73 (jnc) with just a
single bit error. That would most probably not result in a spectacular
failure at all. The program could appear to be working properly.
In fact, it might just result in the program *not* reporting an error.
Or the program might just skip a test loop.