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