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