small single-threaded poll(2) webserver in x86-64 assembly
.gitignore | ||
constants.c | ||
main.s | ||
makefile | ||
readline.s | ||
readme.md | ||
server.s |
x86_64 assembly
https://josemariasola.github.io/reference/assembler/Stanford%20CS107%20Guide%20to%20x86-64.pdf https://www.bencode.net/blob/nasmcheatsheet.pdf https://x64.syscall.sh/ https://userpages.cs.umbc.edu/tsimo1/CMSC313/nasmdoc/html/nasmdoc3.html https://web.stanford.edu/class/cs107/resources/x86-64-reference.pdf
https://engineering.purdue.edu/ece264/22su/hw/ec02/resources/x64-intro.pdf