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