answersLogoWhite

0

lxi h,1000
mvi d,00
xra a
mov c,m
loop2: adi 01
daa
jnc loop1
inr d
loop1: dcr c
jnz loop2
sta 1010
mov a,d
sta 1011
hlt

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How to Convert hex to bcd through an assembly program?

check this link for the code:http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/12-bit-HEX-to-BCD-Convertor.htmlhttp://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/8-bit-HEX-to-BCD-convertor.htmlA: The conversion is simple really a group of FOUR bits are usually the best method to simplify a BCD of four bits in hexadecimal. Example 1111 is just written F If it was written in octal the bits will be 3 as 111 or 7. As BCD becomes longer and longer these two methods were used to simplify the code a128 bits in BCD will be 8 zeros and ones or simply FF in octal notation it becomes 277


Program to convert hex to decimal in 8085?

jump,b


How do you generate control word using 8255 with 8085?

It has to be calculated, you can not generate the control word it's an hex value for controlling the ports of 8255A


How do you convert bcd to ascii hex code?

Multiply by 16. ANSWER: The answer is bcd 11 = 3 111 = 7 1111 i= F 01111 =E and so foirth


Is a 74ls48 hex schmitt trigger the same or similar enough to substitute for CD40106BCN hex schmitt trigger?

Certainly not. The 74LS48 is a BCD to 7 segment decoder, and the CD40106 is a hex schmitt trigger inverter. A 7 segment display is the type of numeric display that consists of seven bars that form an 8 when all of them are lit. The LS48 takes a 4 bit BCD word and figures out which bars to light up.


How do you write a program in 8085?

Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.


How do you use the hex code Pokemon pearl?

pokesav is not a hex program nor a hacking program its a simple ar code gen bepends want you need to hex for me i hex characters using poketex


How can I remove a stripped hex screw using a hex screw extractor?

To remove a stripped hex screw using a hex screw extractor, first drill a small hole into the center of the stripped screw head. Then, insert the hex screw extractor into the hole and turn it counterclockwise to grip the screw. Finally, use a wrench or pliers to turn the extractor and remove the stripped screw.


How do you hack Infinity Blade 2 using a hex editor?

No


What is the equivalent hexadecimal number for 13?

13 = D in hex. If you're using two digits to represent the hex number - its 0D


How can I effectively remove a stripped hex screw using a hex screw remover?

To effectively remove a stripped hex screw using a hex screw remover, follow these steps: Place the hex screw remover into the stripped screw head. Turn the hex screw remover counterclockwise to grip the screw securely. Apply steady pressure while turning the hex screw remover to loosen and remove the stripped screw. If the screw is still stuck, try applying penetrating oil to help loosen it. Once the screw is removed, clean the area and replace with a new screw if needed.


How do you find HEX code in 8086 microprocessor?

There are many instructions in the 8085. To find the hex code for a particular instruction, you need to look at the data sheet. For more information, please see the Related Link below.