![]() |
Page 16 | Page 18 | ![]() |
I devote some attention to the issue of dynamic RAM page mode
access. Page mode is much quicker than a fully random access.
In page mode, the row address of the memory location is locked,
and columns read from that same row.
I feel that if I use page mode wherever possible, my CPU
will run twice as fast as it would otherwise, because I can
get my instructions twice as quickly.