aboutsummaryrefslogtreecommitdiff
path: root/ops/ban.c
blob: 6ddfea5ae0d8599376756f8a6aab449998c7ea61 (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "common.h"

DEFINE_OP(ban)
{
	BRANCH(o, a != 0, sp, a, x, y, o);
}