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