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