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