Hacker News new | ask | show | jobs
by neverm0re 4576 days ago
Here's another simpler implementation of an HTTP server in Linux x86 assembly from last year, coincidentally by the one who did the Seiken Densetsu 3/Secret of Mana 3 translation hack and the old Starscream 68k emulator:

http://www.neillcorlett.com/etc/mohttpd.asm.txt

And a not so successful thread to go with it: https://news.ycombinator.com/item?id=4714971

1 comments

That's very nice! Thanks! I spent a lot of last night figuring out how to use socketcall, and this should be helpful.