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