Steps in Running an 8051 program


Steps in Running an 8051 program

Step1: Use an editor to type a program.The program or the source file may have an extension .asm or .src it depends upon which assembly you are using

Step2: The asm source file is fed to an 8051 assembler which converts instructions into machine code. The output is object file(.obj) and list file(.lst)

Step3: The linker takes one or more object files and produce an absolute object file with extension abs

Step4: Next the abs file is fed into a OH program(object to Hex converter) which creates a Hex file that can be burnt into the ROM.

Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PREFERRED_PROVIDER and PREFERRED_VERSION in Yocto