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