diff options
Diffstat (limited to 'ops/branchi/xlei.c')
| -rw-r--r-- | ops/branchi/xlei.c | 7 |
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); +} |
