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

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