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