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
/
sr
/
sry10.c
blob: 94c6492505c2e5a1ee174ae5d0c4c8c09885a9fe (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
sry10
)
{
NEXT_OP
(
sp
,
a
,
x
,
(
sreg_t
)
y
>>
10
,
o
);
}