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