mMSW

Masks for register pairs. Note that index registers are always LSWs. This is for the convenience of implementing far pointers.

enum mMSW = mCX | mDX | mDI | mES;

Meta