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