How to access *any* memory address without a bus fault?
Posted on May 08, 2014 at 11:57How could I write some code that would access a memory address and wouldn't generate a bus fault if it was incorrect? Or failing that, is there a way to safely check if an address is valid, or maybe even a way to have ...