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