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