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