Top "8085" questions

Use this tag for queries regarding assembly code written for 8085.

an 8085 assembly language program to find the factorial of a number

i want to find factorial a number which i take memory first.(intel 8085) edit: i'm beginner. i don't know how …

assembly 8085
assembly lang 8085 .. how to find even/odd parity

I have the following code to count the number of 1s and save it to reg B. I need to …

assembly parity 8085
8086 masm program for palindrome checking

.code > > start: > mov ax,03h > int 10h > mov ax,seg msg1 > mov ds,ax &…

assembly masm x86-16 8085
assembly program to find the smallest among two numbers

how do i assembly program to find the smallest among two numbers. assuming that first number is located a memory …

assembly 8085
How many Machine Cycles are there in Jump Statements of 8085?

Which Machine Cycles are required for any Jump Statement in 8085 if the condition to be checked satisfies and for the …

assembly 8085
Importance of Hexadecimal numbers in Computer Science

When studying programming 8085, 8086 and microporcessors in general we always have hexadecimal representation. Its ok that binary numbers are important in …

assembly masm x86-16 hex 8085
8085 assembly instructions MOV, LDA and STA

I get the point of MOV, STA and LDA instructions, but what I don't understand is why are there three …

assembly copy mov 8085
Sorting in ascending order using 8085.

So, here in the following code, I am writing a code to sort numbers in ascending order. start: nop MVI …

sorting microprocessors 8085
How do we compare two 2-byte binary numbers in 8085?

I have to write a microprocessor 8085 assembly language code for the following:- Population censuses of 6 countries are stored in 18 …

assembly 8085
Why are there 6T states in opcode fetch of CALL instead of 4?

My question is why are there 6T states in opcode fetch of the CALL instruction while there are 4 for other …

call 8085