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

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