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