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