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