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