namespace EightBit { public enum PageCrossingBehavior { AlwaysReadTwice, MaybeReadTwice } }