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