spc(a)conman.org (Sean 'Captain Napalm' Conner) wrote:
Okay, figured out why my code didn't work, and
it's not due to writing to
the wrong location (although I suspect that still is a problem) but that
under Unix the code pages are marked read-only so of course it core dumped.
You do know about -N option to ld, right? That would make an OMAGIC
executable whose code is not protected.
MS