Small Model Hello World Program

The HELLO program is a very simple program that prints "Hello World"
to the serial port of the 8051.  When you can successfully build and
run this program, you have used the entire toolset including:

* The uVision integrated development environment
* The C51 compiler
* The BL51 linker
* and the dScope simulator/debugger.

This version of HELLO is designed to run on the Intel 51FX,
151, 251 Eval Board when used with an 8051 or a 151.

The program is already compiled, linked, and ready to run.

To compile and link the program yourself...
  Select the Make: Build Project command from the Project Menu.

To download the program to the Intel Eval Board...
  Select the dScope Debugger command from the Run Menu.


