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