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
/
sl
/
sla61.c
blob: 743cc4a024ebaa210002a7c6924143952744758f (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
sla61
)
{
NEXT_OP
(
sp
,
a
>>
61
,
x
,
y
,
o
);
}