answersLogoWhite

0


Best Answer

Example for System/360 CPU:

L R0,A

A R0,B

ST R0,SUM

...

A DS F

B DS F

SUM DS F

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the assembly language program for 32 bit addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you store a 128 bit number in memory in assembly language?

yes


Assembler directives in microprocessor?

Manual coding of 8086 is difficult hence we use a assembler or a compiler. Note that the microprocessor should be able to interpret your discussions via the program. Suppose if the instruction corresponds to word(16 bits), we use assembler directive WORD PTR, but when assembler is contacting the processor it sets a bit called 'w' indicating its a byte operation.


How do you write a assembly language program to subtract two 8 bit numbers?

Code for 8085 microprocessor. MVI A, Number1 SUI Number2 The code works as follows: Register A = Number1 - Number2


What is medium programming language?

actually it is the c which is known as medium level language because it can perform operations bit by bit as a low level language and is suitable for making any application software as a high level language


How is a programming language made?

Programming languages are extremely complex to make, but essentially, you have to first design what the purpose of your language is. Then, you have statements, errors, and other objects to write. This is really just the part that is extremely hard to do. For example: even Visual Basic 6 is very complex, having lots and lots of possible syntax errors, you would have to program that all in. Finally you would have to program your compiler or assembly-thingie. This is pretty hard to do, as well, as you would have to gather all the possible syntax and run-time errors as well. Then you're done, except for the possible innumerable number of bugs that may be left over.

Related questions

How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


What is the assembly language program for GCD of two 16 bit unsigned integers using Intel 8086?

alp for lcm of a no


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


Write a program using 8086 instructions to double a number?

There isn't a reason to write a complete program to do this; in any assembly language just shift the value 1 bit to the left to double it.


Write an assembly language program to multiply an 8-bit signed number by a 8-bit signed number?

MVI A, 30h MVI B 20h MUL A,B OUT port1 HLT


How do you reverse every word in a filter with assembly language in Linux 64-bit?

To reverse every word in a filter with assembly language in Linux 64-bit is easy. All you have to do is assemble the language file in an object file.


Write an assembly language program to generate a square wave of 10khz and 5Mhz clock?

You will need to have a little bit of computer science knowledge. This will help you to make the programing.


How do you store a 128 bit number in memory in assembly language?

yes


Can 8085 CPU replace 8086 CPU?

No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.


How do you save from a register to a memory bit in assembler?

how to save in assembly registrar for to call in program to compare in tasm


Assembler directives in microprocessor?

Manual coding of 8086 is difficult hence we use a assembler or a compiler. Note that the microprocessor should be able to interpret your discussions via the program. Suppose if the instruction corresponds to word(16 bits), we use assembler directive WORD PTR, but when assembler is contacting the processor it sets a bit called 'w' indicating its a byte operation.


Which of the two Windows 2000XP setup programs is a 32-bit program?

The XP setup program is a 32 bit program, while the 2000 setup program is a 16 bit program.