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