Skip to content

DoNCCong/Bulding_A_Simple_Server_By_Assembly_Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run a simple server by assembly language.

You can edit compile the file by command

as -o Server.o Server.s && ld -o Server Server.o

You can communicate the server by command:

nc 0.0.0.0 9999

You can see my video to understand:

Video Demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published