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