8051 Web Server project
See Makefile for build NOTES
Written for Keil C51 V5.1 compiler, NOTES:
It uses big endian order, which is the same as the
network 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
標簽:
NOTES
for
Makefile
compiler
上傳時間:
2013-12-17
上傳用戶:ikemada