answersLogoWhite

0

a value

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the physical address 8086 assembly instruction?

In 8086 assembly language, a physical address is the actual memory address used by the CPU to access data. It is calculated by combining a segment address with an offset address. The segment address is typically stored in one of the segment registers (CS, DS, SS, or ES), and the offset is specified in the instruction. The formula for calculating the physical address is: Physical Address = (Segment Address × 16) + Offset.


What computer language uses mnemonic names?

Assembly Language


What is pin offset?

Pin offset refers to the distance or deviation between the center of a pin and a designated reference point, often used in mechanical design or assembly. This offset can affect the alignment and functionality of components in various systems, such as in robotics or machinery. Understanding pin offset is crucial for ensuring proper fit and operation in assembly processes.


Is c language assembly language?

No.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


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.


Reserved word in assembly language program?

use of reserved word in assembly language


What is the relationship of assembly language to computer architecture?

Each class of CPU has its own assembly language.


Is Assembly language is a high-level language?

No.


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.