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