From 422b6c976e28445d2a6e14586fa416b0f16c093f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Jun 2023 20:48:32 +0300 Subject: initial commit --- ops/addao.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ops/addao.c (limited to 'ops/addao.c') diff --git a/ops/addao.c b/ops/addao.c new file mode 100644 index 0000000..300a71b --- /dev/null +++ b/ops/addao.c @@ -0,0 +1,6 @@ +#include "common.h" + +DEFINE_OP(addao) +{ + NEXT_OP(sp, a + o, x, y, o); +} -- cgit v1.3