The document provides instructions for using the Keil Micro-vision software to write and test embedded C code for 8051 microcontrollers. It describes how to download the Keil software, create a new project specifying the target device as an Atmel AT89C51 microcontroller, add and compile C source code files, and generate the corresponding hex code file. The key steps are to create a project specifying the target device and options, add C source files to the project, compile the project which generates assembly code and hex files for programming the microcontroller.