answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many bytes are required MOV A?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which instruction in 8086 microprocessor is 6 bytes long?

mov


How many bytes are required for LCALL?

3-byte


How many bytes are required to store an float in ADA?

four


How many bytes are required to store an unsigned integer range?

4


What does the reserved word Short mean in java?

A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.


8086 program to arrange a string of bytes in ascending order?

Mov ax,data mov ds,ax mov dl,05h up2: lea si,ser1 mov cl,05h up1: mov al,ds:[si] mov ah,al inc si cmp al,ds:[si] jc down mov ah,ds:[si] mov ds:[si],al dec si mov ds:[si],ah inc si down:dec cl jnz up1 dec dl jnz up2 int 3h


Ethernet frame required minimum of 64 bytes why?

ethernet frame required minimum of 64 bytes expalin why?


How many bytes storage required for an image such as an X-ray is approximately?

mega byte


How many bytes are required to encode 500 bits of data?

62.5


How many bits or bytes required to store the robot?

40 bits or 5 byrtes


What are the advantages of the movs and cmps instructions over the mov and cmp instructions?

Its not an issue of an advantage, it an issue of different purpose.mov & cmp operate on individual bytes/charactersmovs & cmps operate on strings of multiple bytes/characters


How many bytes are required to store a character string?

about eight bits, which is equal to one byte