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