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