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