On Jul 24, 1:19 am, "Skybuck Flying" <BloodySh...@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> I would like to have a memory test which tests each memory cell by cell.
>
> So it runs from cell 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, etc
>
> It reads and writes each cell at least once.
>
> When it finds a cell corrupted it halts the program and shows which cell
is
> corrupted.
If it's just a write-read-compare sequence for every individual
"cell", it may not detect a problem for a number of reasons. Even when
there's no memory at the address since the data can get buffered in
hardware.
> Then I also need a command line to immediately test this cell again to
see
> if it's truely damaged, so for example memory cell 5 was maybe damaged:
>
> MemTest 5
>
> Which tool can do this ?
I'm not aware of such a tool, but there're plenty of memory checkers.
The old DOS CheckIt had decent memory checking algorithms. Maybe this
one will suit you: http://www.memtest86.com/
Alex


|