INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
C++
|
|
Java
|
|
Assembly lang
|
|
Fortran
|
Detailed explanation-1: -In assembly language, programmers write programs as a series of mnemonics. Mnemonics are much easier to understand and debug than machine code, giving programmers a simpler way of directly controlling a computer. Assembly language uses mnemonics to represent instructions.
Detailed explanation-2: -An assembly language is a type of low-level programming language that is intended to communicate directly with a computer’s hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Detailed explanation-3: -Assembly language uses mnemonics (abbreviations of commands) to signify instructions; for example, input is written as INP output is written as OUT. Little Man Computer is a representation of assembly language.
Detailed explanation-4: -Assembly language is one level above machine language. It uses short mnemonic codes for instructions and allows the programmer to introduce names for blocks of memory that hold data.