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
/
j.c
blob: b30129d2c679cbf665cdb854af930ec5fc4aa377 (
plain
) (
blame
)
1
2
3
4
5
#include
"common.h"
DEFINE_OP
(
j
)
{
JUMP
(
o
,
sp
,
a
,
x
,
y
,
o
);
}