Hi
I need to download html site source via perl script.
What I've up to now is such a code
print "Content-type: text/html\n\n";
use IO::Socket;
$sock = IO::Socket::INET->new(PeerAddr => '217.xxx.yyy.zzz',
PeerPort => 'http(80)'...
Hi Rick and thank you for your interest.
Actually I was thinking of sth different.
Here's a piece of code :
C side:
#include <stdio.h>
extern float test(void) ;
void main ( void )
{
float p ;
p = test () ;
printf ( "Double numer is %f \n", p ) ;
}
Asm side:
.386
PUBLIC _test
_DATA...
Hi
I'm working on a piece of assembly procedure that would enable me to return a double value (generated in asm module) to C code.
Up to now never produced such a code, so would be grateful if you could assist me a bit. I know that I should leave the value in st(0)
currently wrote a piece...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.