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