MiniMemoryTester icon indicating copy to clipboard operation
MiniMemoryTester copied to clipboard

A program designed to exhaustively test expansion memory on an Apple IIGS.

Results 3 MiniMemoryTester issues
Sort by recently updated
recently updated
newest added

- Should add a text mode doc on the diskette (along with reader?) - Update Screenshots... they're quite old

It's quite slow and should be easy to realize some gains: - key (corruptor state) passthrough from main routine instead of secondary check? - inline

You could combine the `TestSize16Bit` and `TestDirection` flags to a single word and possibly save some loads if you can check the word simply. cmp/bpl/bit/etc