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