index
:
copyjit
master
DONE - A JIT compiler in the vein of copy-and-patch, but without patching
kimi.h.kuparinen+copyjit@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ops
/
le
/
xle2.c
blob: aa06057b8eff4779fa064b15658b14710095fa0e (
plain
) (
blame
)
1
2
3
4
5
#include
"../common.h"
DEFINE_OP
(
xle2
)
{
NEXT_OP
(
sp
,
x
<=
2
,
x
,
y
,
o
);
}