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