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