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