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