Explain ALIGN & ASSUME

1 Answer

Answer :

The ALIGN directive forces the assembler to align the nextsegment at an address  divisible by specified divisor. The format is ALIGN number where number can be 2, 4, 8  or 16. Example ALIGN 8.  The ASSUME directive assigns a logical segment to a physical segment at any given  time.  It  tells  the  assembler  what  address  will  be  in  the  segment  registers  at  execution  time. Example ASSUME CS: code, DS: data, SS: stack

Related questions

Description : What is Microprocessor? Give the power supply & clock frequency of 8085

Last Answer : A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a storage device called memory accepts binary data as input and processes data according ... provides result as output. The power supply of 8085 is +5V and clock frequency in 3MHz.

Description : Which is not the open-source OS: a. Debian b. BSD Unix c. Gentoo & Red Hat Linux d. Windows

Last Answer : d. Windows

Description : Which is not the main architectural feature of Power PC: a. It is not based on RISC b. Superscalar implementation c. Both 32 & 64 Bit d. Paged Memory management architecture

Last Answer : a. It is not based on RISC

Description : Pentium Pro Processor contains: a. L1 Cache b. L2 Cache c. Both L1 & L2 d. None of these

Last Answer : c. Both L1 & L2

Description : Where was India’s first computer installed and when? a. Indian Institute of Technology, Delhi, 1977 b. Indian Institute of Science, Bangalore, 1971 c. Indian Iron & Steel Co. Ltd., 1968 d. Indian Statistical Institute, Calcutta, 1955

Last Answer : d. Indian Statistical Institute, Calcutta, 1955

Description : SAM stands for: a. Simple architecture machine b. Solved architecture machine c. Both a & b d. None of these

Last Answer : a. Simple architecture machine

Description : The problem of bus confect and sparse address distribution are eliminated by the use of ______ address technique: a. Fully decoding b. Half decoding c. Both a & b d. None of these

Last Answer : a. Fully decoding

Description : CPU can read & write data by using : a. Control bus b. Data bus c. Address bus d. None of these

Last Answer : b. Data bus

Description : Which Bus connects CPU & level 2 cache: a. Rear side bus b. Front side bus c. Memory side bus d. None of these

Last Answer : b. Front side bus

Description : The structure of the stack is _______ type structure: a. First in last out b. Last in last out c. Both a & b d. None of these

Last Answer : a. First in last out

Description : Which is the important part of a combinational logic block: a. Index register b. Barrel shifter c. Both a & b d. None of these

Last Answer : b. Barrel shifter

Description : The processor uses the stack to keep track of where the items are stored on it this by using the: a. Stack pointer register b. Queue pointer register c. Both a & b d. None of these

Last Answer : a. Stack pointer register

Description : BCD stands for: a. Binary coded decimal b. Binary coded decoded c. Both a & b d. none of these

Last Answer : a. Binary coded decimal

Description : ______ input is available, so that another coprocessor can be connected and function in _________ with the 8087. . a) RQ/GT0, parallel b) RQ/GT1, parallel c) QS1 & QS0, parallel d) S0 & S1, parallel.

Last Answer : a) RQ/GT0, parallel

Description : ___ Connection and the _______ instruction will solve the problem of synchronization between processor and coprocessor. a) INT & NMI, WAIT b) RQ/GT0 & RQ/GT1, FWAIT c) BUSY & TEST, FWAIT d) S0 & QS0, WAIT

Last Answer : b) RQ/GT0 & RQ/GT1, FWAIT

Description : Why 8087 is referred to as Coprocessor? i) Because 8087 is used in parallel with main processor in a system, rather than serving as a main processor itself. ii) Because 8087 is used in serial with main processor in a ... math computations. a) i & iii b) ii & iii c) iii only. d) i only.

Last Answer : c) iii only.

Description : Which of the following statements on DRAM are correct? i) Page mode read operation is faster than RAS read. ii) RAS input remains active during column address strobe. iii) The row and column addresses are strobed into the ... RAS and CAS inputs respectively. a) i & iii b) i & ii c) all d) iii

Last Answer : d) iii

Description : In 8279 Status Word, data is read when ________ pins are low, and write to the display RAM with ____________ are low. a) A0, CS, RD & A0, WR, CS. b) CS, WR, A0 & A0, CS, RD c) A0, RD & WR, CS d) CS, RD & A0, CS.

Last Answer : c) A0, RD & WR, CS

Description : What is the output of the following code PUSH AL a) Decrement SP by 2 & push a word to stack b) Increment SP by 2 & push a word to stack c) Decrement SP by 2 & push a AL to stack d) Illegal

Last Answer : b) Increment SP by 2 & push a word to stack

Description : IDIV and DIV instructions perform the same operations for? a) Unsigned number b) Signed number c) Signed number & Unsigned number d) none of above.

Last Answer : b) Signed number

Description : RIM is used to check whether, ______ a) The write operation is done or not b) The interrupt is Masked or not c) a & b

Last Answer : b) The interrupt is Masked or not

Description : Why 8085 processor is called an 8 bit processor? a) Because 8085 processor has 8 bit ALU. b) Because 8085 processor has 8 bit data bus. c) a & b.

Last Answer : a) Because 8085 processor has 8 bit ALU.

Description : Which interrupt is not level sensitive in 8085? a) RST6.5 is a raising edge-trigging interrupt. b) RST7.5 is a raising edge-trigging interrupt. c) a & b.

Last Answer : b) RST7.5 is a raising edge-trigging interrupt.

Description : Which of the following is hardware interrupts? a) RST5.5, RST6.5, RST7.5 b) INTR, TRAP c) a & b

Last Answer : c) a & b

Description : In 8085 name the 16 bit registers? a) Stack pointer b) Program counter c) a & b

Last Answer : c) a & b

Description : Explain the following statement: -Technology

Last Answer : The given HTML code produces a horizontal rule with size 5, aligning right on page and of width 60.

Description : Define stack and explain stack related instructions

Last Answer : The stack is a group of memory locations in the R/W memory thatis used for the temporary storage of binary information during the execution of the program. The stack related instructions are PUSH & POP

Description : Explain the different instruction formats with examples

Last Answer : The instruction set is grouped into the following formats • One byte instruction MOV C,A • Two byte instruction MVI A,39H • Three byte instruction JMP 2345H

Description : Explain LDA, STA and DAA instructions

Last Answer : LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from theaccumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.

Description : Explain the signals HOLD, READY and SID

Last Answer : HOLD indicates that a peripheral such as DMA controller is requesting the use of address bus, data bus and control bus. READY is used to delay the microprocessor ... slow responding peripheral is ready to send or accept data. SID is used to accept serial data bit by bit

Description : Explain priority interrupts of 8085.

Last Answer : The 8085 microprocessor has five interrupt inputs. They are TRAP, RST 7.5, RST 6.5, RST 5.5, and INTR. These interrupts have a fixed priority of interrupt service. If two or more interrupts go ... 8085 is shown in the table. Interrupts Priority TRAP RST 7.5 RST 6.5 RST 5.5 INTR

Description : Explain the purpose of the I/O instructions IN and OUT.

Last Answer : The IN instruction is used to move data from an I/O port into the accumulator. The OUT instruction is used to move data from the accumulator to an I/O port. The IN & OUT instructions are used only on microprocessor, which use a separate address space for interfacing.

Description : Explain the difference between a JMP instruction and CALL instruction.

Last Answer : A JMP instruction permanently changes the program counter. A CALL instruction leaves information on the stack so that the original program execution sequence can be resumed.

Description : Explain Briefly The Flag Register In The 8085 Microprocessor.?

Last Answer : Answer :The flag register in 8085 is an 8-bit register which contains 5 bit positions. These five flags are of 1bit F/F and are known as zero, sign, carry, parity and auxiliary carry. ... addition and subtraction operations. The parity flag is used for results containing an even number of one's.

Description : Explain the following assembler directives. 1) DB 2) DUP 3) EQU 4) ENDs.

Last Answer : 1) DB (Define Byte or Data Byte): This is used to define a byte type variable. The range of values : 0 - 255 for unsigned numbers -128 to 127 for signed numbers This can be used ... the end of the segment The directives SEGMENT, ENDS are always enclosed in data, code, stack and extra segments.

Description : What philosopher would align him/herself with the most recent scientific discoveries?

Last Answer : Philosophers study matters outside of science, like morality and aesthetics, but all major philosophers since the start if the Enlightenment should be accepting of scientific discoveries.

Description : How to align an image source code in a Tumblr text post?

Last Answer : I think? Or, couldn’t you align it in CSS by going img { align=“right”; }

Description : If you were a force-sensitive in the Star Wars universe where would you align yourself?

Last Answer : I would take my place at LORD VADER’s side!

Description : Have you ever struggled to align your feelings on a topic with your beliefs/values on the same topic?

Last Answer : answer:Yes. In general, I'm not a believer in most people with addiction issues overcoming them. This was a huge obstacle in a relationship of mine I discovered addiction and substances abuse ... trying to get away. I totally sucked at bringing the two things into something emotionally workable.

Description : Align to vertical and horizontal center of stage in flash CS4?

Last Answer : I don’t have Flash CS4, but maybe there’s an “align to stage” toggle button that needs to be flipped. It’d be on the align panel. Let me know if you see that.

Description : How much is it to rotate and re-align my tires?

Last Answer : After reading your question's details, I'm thinking you might be needing a lot more than a tire rotation and re-alignment. Car versus street signs can't be good on the rest ... Here is today's public service message for you: Friends don't let friends drive drunk.

Description : TextEdit (Mac): How do I left- and right-align/separate two words on the same row?

Last Answer : One cheat would be to center align and insert tabs and spaces For instance I did the words Test and Test. Center aligned the whole line. Then entered 8 tabs and about 6 spaces.

Description : How can I align and space elements in HTML?

Last Answer : easiest way is with border-less tables. cleanest way is with CSS stylesheets, using a combination of padding, margin, and position. have a read of http://www.w3schools.com for more on the CSS methods.

Description : Does anyone know how to align an image at the ACTUAL top of a page?

Last Answer : Have you tried (css rule) { position: absolute; top: 0px; left: 0px; } ? To give you a definitive answer, I'd need to see your current source. (There are a number of ways to do this, but it depends ... you're scrolled down a long page, do you want it out of view, or fixed at the top of the viewport?

Description : How do I simultaneously left-align and right-align?

Last Answer : answer:In word, you can create a right-aligned tabstop on the right margin of the page… I’d imagine you could do the same in pages. I’d create two tabstops… a centered one in the middle of the page, and a right-aligned on on the right margin, so you’d do title composerperformers

Description : Does the tag 'vertical-align' actually work in CSS?

Last Answer : answer:This might help. Sorry, it isn’t in English but it shouldn’t be hard to understand. http://css-happylife.com/template/centering/

Description : What is the correct html to left align the content inside a table cell is -Html

Last Answer : is the correct html code to left align the content inside a table cell.

Description : The following code is written to align the image in center in the browser’s window. -Technology

Last Answer : The reason for not getting the desired result is that center is not a value of align attribute in the tag.

Description : Name the values that can be assigned to align attribute of tag. -Technology

Last Answer : The values that can be assigned to align attribute of tag are as follows:1. top2. bottom3. left4. right5. middle

Description : Define various alignments of align attribute with example. -Technology

Last Answer : There are some values of image alignment attribute as follows:Middle AlignmentThis alignment is different in both Internet Explorer and Mozilla Firefox. In Internet Explorer, this alignment aligns the image ... effect reproduction, usually by providing a mechanism for the union of sperm with eggs.