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