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