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