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