Introduction - If you have any usage issues, please Google them yourself
8051 Web Server projectSee Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian order, which is the same as thenetwork byte order, unlike x86 systems.Use OPTIMIZE (2) or higher so that automatic variables get shared// between functions, to stay within the 256 bytes idata space