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