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