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