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