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