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