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