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