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