Added basic files:
- httpd.asm - main loop server, include other files;
- httpd_lib - file for data(constants, response string, headers etc.);
- parser.inc - function for generation structure of HTTP request;
- settings.inc - description request structure and function for read config file;
- sys_func.inc - list function, for worked with sockets, filesystem and other functions system;
NOTE:
The server does not work in this version, but the main loop and the parser work.