

DEMOS IN THIS DIRECTORY

Assuming the compiler is installed in a directory "h8300"
 

HI C:\h8300             will compile and run on the simulator a simple
                        "hello world" program

flash C:\h8300          will compile to S-records a simple program
                        to flash the leds on the H8/330 eval board

flashld                 will download and run the program to an eval
                        board on com1:

timer C:\h8300          will compile to S-records a more complicated
                        program which uses the 16 bit timer to produce
                        interrupts

timerld                 will download the program to an eval board,
                        press reset, flip the ROM/RAM switch and release
                        reset to run.


