aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slo45.c
blob: cc8fd7015f4dcdbad1fdc59cc58ccbbaa90c5ff8 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slo45) {
	NEXT_OP(sp, a, x, y, o << 45);
}