answersLogoWhite

0

BCD to HEX conversion using 8085?

Updated: 12/15/2022
User Avatar

Wiki User

14y ago

Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: BCD to HEX conversion using 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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


Examples of weighted and non weighted codes?

Weighted codes assign different significance to each digit in a number representation, such as 8421 BCD code assigns weights of 8, 4, 2, and 1 respectively to each bit. In contrast, non-weighted codes like Gray code do not follow a positional weight pattern, where only one bit changes at a time when moving from one value to another to reduce errors in analog-to-digital conversion systems.


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.


Where can one find information on what hex colors are used for?

HEX colors are codes used to represent different colors when using technical languages such as HTML or CSS. More information on HEX colors and there uses can be found from technical support sites such as w3schools.