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
/
li
/
li205.c
blob: 520f64c1e33222a5b3abf45325b6462e8414d85b (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
li205
)
{
UNUSED
(
o
);
NEXT_OP
(
sp
,
a
,
x
,
y
,
205
);
}