![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2005
Posts: 4
Rep Power: 0
![]() |
Assembly online(how to)
Does anyone know where to find assembly source code that explains how to make contact whit the internet, or could anyone tell me how to do this?
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
The easiest way to achieve this would be to wrap the assembly up in a C program that sets up the sockets necessary. Generally speaking though, assembly is probably the absolute worst language possible to use for TCP/IP
![]() |
|
|
|
|
|
#3 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
internet stuff in assembly? you could try to find some functions on MSDN, and call them out of your sourcecode, that would be the easiest. What I would do is to make a C file, like averos said, and link it with the rest of your assembly stuff.
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Nov 2004
Location: 1691 miles East of L.A.
Posts: 159
Rep Power: 4
![]() |
IIRC Iczelion gives an example of downloading or uploading a file in asm. Likely some other pertinent tutorials as well.
Google keywords: Iczelion assembly tutorials
__________________
-- lostcauz Stepped in what?... Behind whose barn?... I didn't even know they had a cow! |
|
|
|
|
|
#5 | ||
|
Newbie
|
Quote:
If you are looking for Windows assembly code, I have written some small programs that access the Internet. Here is a list of programs with source codes. You can download them from here: http://www.geocities.com/yeohhs/ Quote:
Best Regards, Yeoh --
__________________
FREE downloads: Assembly, C, C++, C# and .NET tips, tutorials, source codes and sample eBooks at http://www.yeohhs.com Last edited by yeohhs; Sep 21st, 2005 at 3:41 AM. Reason: Additional information added. |
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|