answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What assembly language directive indicates the start of the code segment?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is code segments in assembly program?

brief note about code segment


What does the window field in a TCP segment indicate?

It indicates the "number of bytes the device is willing to accept".


What is the purpose of the Protocol field in an IP segment?

it indicates which layer 4 protocol is carried in a datagram


Write an assembly language program to find 2's complement of a number FFH?

Code for An Assembly Language Program to find 2's Complement of given binary number in Assembly LanguageData Segment num db 00000010B Data Ends Code Segment Assume cs:code, ds:data Begin: mov ax, data mov ds, ax mov es, ax mov ah, 0000h mov al, num NOT al mov bl, al adc al, 00000001B mov bl, al Exit: mov ax, 4c00h int 21h Code Ends End Begin


Celia uses date from one part of the bike tour test run to draw the the following graph reating time and speed. Celia forgot to include scales on the axes of the graph.?

The graph is pretty nearly useless. A line (or segment) which is going up from left to right) indicates accelerating motion over that period, a horizontal line (segment) indicates motion at a constant speed and a line segment going downwards from left to right indicates retardation. However, there is no way to tell how fast anything is moving.


What does machine language consists of?

A series of 1's and 0's which represent Instructions. Assembly Language is a 1-to-1 representation of machine code in human readable context. Assembly Language can also contain comments and label names which get filtered out when converting assembly to machine code (compiling). If you want to read machine language, you use a disassembler to convert machine code into assembly. Otherwise programs such as notepad or nano will show the contents of the file as gobbly-gook (random characters with no meaning). 32-bit processors parse the file into 32-bit 1's and 0's segments. Each segment gets ran and processed individually. And not all segments are meant to be ran. Some are data and get skipped over, and other instructions load and use that data for their intended purpose.


What type of word indicates the action is being done by for or to the antecedent?

What do you call a word that indicates the action is being done by for or to the antecedent?


What is mean by data segment in c?

The language itself doesn't say anything about data (or other) segments.


What are the release dates for Smurfs - 1981 The Chief Record Smurf Smurfing in Sign Language 3-27?

Smurfs - 1981 The Chief Record Smurf Smurfing in Sign Language 3-27 was released on: USA: 19 November 1983 Netherlands: 2 February 1985 (segment The Chief Record Smurf") Netherlands: 18 May 1985 (segment "Smurfing in Sign Language")"


How the operating system knows the difference between tcp and udp packet?

The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.The "packets" are actually called "segments" in the case of layer 4 (i.e., TCP or UDP).When creating an IP packet, a host (computer, or other equipment that participates in a communication) adds information to the "protocol" field. This indicates whether the IP packet transports a TCP segment, a UDP segment, or some other kind of information.


What are the application of seven segment display?

A: Seven segment display can give digital number visually from a source like a computer that has binary outputs the number 64 in digital would be 100000 and also can display alphanumeric which is what humans can readily see So basically transfer information from a machine language to human language


Does ST in medical terms stand for sub type?

In cardiology ST refers to the ST segment of a cardiac cycle which when elevated on an ECG indicates a heart attack (myocardial infarction)