aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx12.c
blob: ba78a9358142b7ea1923c5725386fd6c85b32124 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(srx12) {
	NEXT_OP(sp, a, (sreg_t)x >> 12, y, o);
}