You are on page 1of 1

HOW TO WORK IN 8086:

Press asm twice. Type sg 0000 Press enter Type da starting address (4000) Press enter Press new(n) Give one space and type the mnemonic. Press enter once and new(n) twice. After completing the program, press shift + 1 (!) To give input value: press exam byte(e) for 8 bit data. Give the location, type the data and press next. Press exam word (w) fro 16 bit data. Give the location, type the data and press next. To execute the program : press go(g). Give the starting address of the main program. Press enter. To view the result : press exam byte(e) for 8 bit data. Enter the location of the output. Press exam word (w) for 16 bit data. Enter the location of the output. Press e and r, to view the value stored in the register. To display the program : press asm and type di space starting address space ending address. Press enter. To edit the program : press asm and give the corresponding address of the mnemonics to be modified. Type the mnemonic and press enter.

You might also like