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

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