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