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