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