You are on page 1of 3

LAB 2

KEIL SIMULATOR &


DEBUGGER
OBJECTIVE
To understand the concept of using Keil simulator,
and debugging program

EQUIPMENT/ SOFTWARE REQUIRED


Keil uVision
START THE UVISION PROGRAM
Create Project:
Select Project, New Project from the program menu
Give project name e.g. test_project and click on save
Select controller e.g. Atmel. AT89C51 and click on OK

Create text file:


Select File, New from the program menu.
Select File, Save from the program menu.
Save program with file name e.g. test.a51.
Then right click on source group 1 and select Add file to
source group 1.
A dialog box will popup, allowing you to add files to the
project.
Change the file type to Assembly.
Select your assembly file.
Click on add button then close the add dialog box.

You might also like