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