Tuesday, April 10, 2012

Procedure to work with Topview Simulator to execute programs in microcontroller 89c51/8051

  • Open text editor and type the program(preferred notepad++/notepad) 
  • Save it with an extension “.asm” 
  • Open top view simulator
  • select your device name from drop down list
  • select the memory
  • select the crystal frequency
  • Go to File-----> load file and select the program.asm you saved earlier
  • Compile the program 
  • Go to External memory and then insert the desired data in the memory locations  given as inputs in the program. 
  • Run the simulator and check the output in the memory location which is set as output in the code.

No comments:

Post a Comment

DC motor control with Pulse Width Modulation Part 1

DC Motor intro DC motor is a device which converts electrical energy into kinetic energy. It converts the DC power into movement. The typica...