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

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