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