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