SCR_MOVE_ABS
#define SCR_MOVE_ABS(l) ((0x08000000 ^ (TARGET_MODE << 1ul)) | (l))
#define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))