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