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
/
bs
/
bsy29.c
blob: 2647bc9da7731d16e92dabdb3a9a88726c3a59da (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
bsy29
)
{
NEXT_OP
(
sp
,
a
,
x
,
y
>>
29
,
o
);
}