Displaying 2 results from an estimated 2 matches for "necessaary".
Did you mean:
necessary
2009 Jun 29
1
how to call Perl from R
I read some archived posts about calling R from Perl scripts. There seems to be an R package creating the necessaary interface.
I'd like to do the opposite. That is to call Perl from an R script.
I wonder whether this is possible at all ???
What about Bioperl which is a Perl variation built to deal with Bioinformatic datasets ?
Thank you,
Maura
tutti i telefonini TIM!
[[alternative HTML version delet...
2010 Dec 22
1
[LLVMdev] X86 disassembler 0x66 prefix
There is a problem on X86 disassembler for instructions beginning with x86
prefix :
$ echo "0x66 0x0f 0x6f 0x8f 0x00 0x00 0x00 0x00" | llvm-mc --disassemble
movdqa (%edi), %xmm1
$ echo "0x53 0x66 0x0f 0x6f 0x8f 0x00 0x00 0x00 0x00" | llvm-mc
--disassemble
pushl %ebx
<stdin>:1:6: warning: invalid instruction encoding
0x53 0x66 0x0f 0x6f 0x8f 0x00 0x00