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