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