Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 418 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 418 Bytes

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...