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