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