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