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

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