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