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