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