> lopcodes.h (CREATE_Ax) [124]: > > #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \ > | (cast(Instruction, a)<<POS_A)) > > There is a POS_Ax defined, so I guess the above ought to use POS_Ax > instead of POS_A. Thanks. -- Roberto