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