aboutsummaryrefslogtreecommitdiff
path: root/ops/addi/addi99.c
blob: 30e62363f53eb17723d6fa981d2e97ca57ebddad (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(addi99) {
	NEXT_OP(sp, a, x, y, o + 99);
}