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