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