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