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