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