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