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