answersLogoWhite

0


Best Answer

8086 assembly language program to check wether given number is perfect or not

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Could you write a assembly language program in tasm To check whether a given number present in a sequence of given memory location containing the string to be checked in 8086?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is Assembly-language programs are written using binary codes?

Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot. Primarily assembly language is used for speed and optimal machine code.


What words contain the sequence of letters gry?

There are only a few words in the English language that end in the sequence of letters gry. Some of them are angry, hungry, and aggry. There are a few words containing that sequence that have waned in popularity, such as ahungry.


Compare the assembly language with machine language?

Assembly language is 1 step above machine language. In assembly language you can use mnemonics to represent what you want to do. For example, to compare two numbers together I could represent the sequence as:L R1, Value1 load the first valueC R1, Value2 compare against the second valueJG First first value greater than secondAs you can see, there is some symbology here that allows me to determine what the program logic is doing. Note that the above code is not understandable to a computer circuit; it has to be translated to machine code. And that is what assembly code is; a symbolic human representation of what the machine is supposed to do.Machine code on the other hand, is usually the targeted result of translating assembly code to the machine equivalent. The machine circuit only understands a sequence of zeros and ones, and is not immediately understandable to a human. The result of the program sequence above in machine code might look something like:111001101101100000111100011000101010Which makes sense to a machine, but not a human.


What is the scope and sequence of the language subject?

scope and secquence of english language


The language that the CPU understands consisting of a sequence of bits is called?

machine language


Why are movies shot out of sequence during the filming?

Like real estate it is all a matter of location, location and location.


Describe the sequence of events that takes place when an interrupt is raised?

Interrupt Handling 1. Hardware stacks program counter, etc. 2. Hardware loads new program counter from interrupt vector. 3. Assembly language procedure saves registers. 4. Assembly language procedure sets up new stack. 5. C interrupt service runs (typically reads and buffers input). 6. Scheduler decides which process is to run next. 7. C procedure returns to the assembly code. 8. Assembly language procedure starts up new current process.


The information of DNA is actually expressed in the sequence of nitrogen-containing what?

Proteins that are themselves comprised from both 'the peptide bond' and the nitrogen-containing amino acids.


What is difference between machine language and assembly language?

Machine language is the actual bits used to control the processor in the computer, usually viewed as a sequence of hexadecimal numbers (typically bytes). The processor reads these bits in from program memory, and the bits represent "instructions" as to what to do next.Thus machine language provides a way of entering instructions into a computer (whether through switches, punched tape, or a binary file).Assembly language is a more human readable view of machine language. Instead of representing the machine language as numbers, the instructions and registers are given names (typically abbreviated words, or mnemonics, eg ld means "load"). Unlike a high level language, assembler is very close to the machine language. The main abstractions (apart from the mnemonics) are the use of labels instead of fixed memory addresses, and comments.An assembly language program (ie a text file) is translated to machine language by an assembler. A disassemblerperforms the reverse function (although the comments and the names of labels will have been discarded in the assembler process).machine language faster than assembly language even than assembly language depend upon machine language


What escape sequence is not used in c language?

The third one.


The DNA language consists of a linear sequence of nucleotide?

Pairs


What is a recombination breakpoint?

A breakpoint is defined as the location where a recombination event occurs in a sequence.