|
From: Jeremy F. <je...@go...> - 2004-05-11 16:50:30
|
On Tue, 2004-05-11 at 03:09, Eyal Lebedinsky wrote: > I want to validate my program is making all accesses on the native alignement > for the instruction. I want a violation reported in I use a 32bit instruction > on unaligned memory. Is there a skin that does this or do I need to create > a new one? You might be able to do this without much of a new skin. The AC bit in EFLAGS will enable alignment checking in the CPU. You might get a lot of false hits in other people's code though. J |