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