aboutsummaryrefslogtreecommitdiff
path: root/ops/le/xle2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/le/xle2.c')
-rw-r--r--ops/le/xle2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/le/xle2.c b/ops/le/xle2.c
new file mode 100644
index 0000000..aa06057
--- /dev/null
+++ b/ops/le/xle2.c
@@ -0,0 +1,5 @@
+#include "../common.h"
+
+DEFINE_OP(xle2) {
+ NEXT_OP(sp, x <= 2, x, y, o);
+}