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