answersLogoWhite

0

For any segment base address, segment first physical address will have 0 in the least

significant position in hexadecimal format.

Let say, our Segment base =0x1234, and we calculate segment first physical address as

0x12340

User Avatar

Alabi Damilola

Lvl 2
3y ago

What else can I help you with?

Related Questions

What does the format for Ethernet frames specify?

destination (physical/hardware address) Source (physical/hardware address) Start flag (start of message indicator) Recipient sender encapsulated data end of frame


What assembly language directive indicates the start of the code segment?

The "ORG" (for "origin") statement indicates the start of the code segment. Many assembly language source files start with "ORG 0", indicating that instructions begin at address 0. Many other assembly language source files, such as COM files, start with "ORG 0x100", indicating that instructions begin at address 0x100.


How do you find out your Mac address in windows 7?

click start search for: cmd hit enter type in ipconfig /all Under Physical address that is your MAC address


What is a segment or curve starts starts and stops?

A segment or curve cannot start and then start again without having stopped!


Can CD be called a DC line segment?

Yes, it doesn't matter which end you start with when naming a line segment.


Do opposite rays form a segment?

no. A segment is a line with end points. Rays start in one place and go on forever.


What is the meaning of near and far declaration in microprocessor programming using C?

Programs that are loaded into memory typically have several segments associated with them: the Code Segment (CS), the Stack Segment (SS), the Data Segment (DS), sometimes an Extended Segment (ES), and almost always a Block Started by Symbol (BSS) segment. This question requires that we focus only on the Code Segment (CS). The CS is a segment of memory that contains some of the instructions that are required for the program to execute. If this segment is not large enough to contain the whole program then the program can be loaded into different segments. Such a segment may be 64Kb in size (although the size may differ). Instructions located in these segments are referred to by their offset from the start of the segment, and not by their absolute location in memory. Thus, in order to locate a certain instruction, we need the segment's starting address, and the offset of the instruction in that segment. Whenever a branch (jump, goto) takes place which refers to an instruction that is located in another segment, it is known as a far jump, conversely whenever a jump refers to an instruction that is located in the same segment, it is known as a near jump. The difference referring to the modication of the CS register which contains the address of the current Code Segment for the current running program.


How do you record the MAC address of the DNS server?

click -start click run type cmd type ipconfig/all it will display all the details of all the lan cards and their MAC adddress as Physical Address. . . . . . . . .


Does a line segment have many bisectors?

no-- It only has one. Since it is a segment, it has a definite start and end, so it has only one middle (the bisector).


where in dade county can i go and get same day drug result?

www.nursingassistanteducation.com is a good place to start. Because you will be taking classes online your physical address should not matter


Which has two endpoints?

A line segment has two endpoints. Unlike a line, which extends infinitely in both directions, a line segment is defined by its two endpoints, marking the specific start and end points of the segment. This makes it a finite portion of a line.


At what address does an 8085 CPU start at when turned on?

0x0000. You will want to start your ROM at the beginning and place your first instruction at that address.