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

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