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