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