Skip to content

peterc-s/asm-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asm-http

Web server in x86-64 assembly built for Linux.

Requirements

  • The Flat Assembler (fasm)
  • A Linux machine

Build

To build the binary:

make

To build and run:

make run

To clean up artifacts:

make clean

To generate constants from constants.c

make constants

Features

Serves only index.html no matter what request it gets. Needs a bit of work...

About

Web server in x86-64 assembly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published