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