wallmari / asmcgi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DON'T

ASK

Hello World, for CGI, hacked together in assembly language.

Designed for x86_64 Linux, using the yasm compiler. It's extremely basic - doesn't even use libc.

Takes a GET parameter called 'name', the value of which can be up to 63 bytes long

About


Languages

Language:Assembly 95.2%Language:Makefile 4.8%