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