answersLogoWhite

0


Best Answer

ORG is an assembler directive that sets the address of the next generated instruction or data byte.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ORG in assembly language programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Programming language for assemblers?

Is called Assembly.


Elements of assembly language programming What is A simple assembly scheme pass structure of assembler design of two pass assemblers a single pass assemblers what is macros?

what are the elements of assembly language programming?


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.


What Programming language is one step above machine language?

I guess you're trying to refer to Assembly language.


Examples of Low-Level Programming Language?

Machine code & Assembly language.


Examples of second-generation programming language or 2GL assembly language?

colbol and foran


What are the example of low-level programming language?

It are machine code and Assembly.


In which programming language are operating systems written?

Usually a combination of C++, C and assembly language.


What has the author Ian Birnbaum written?

Ian Birnbaum has written: 'Assembly Language Programming for the BBC Microcomputer' 'Greater indeterminism in causal analysis' 'Assembly Language Programming for the Acorn Electron' -- subject(s): bbc micro, acorn electron, bbc micro games, computer games, programming, assembly language 'Information technology in schools. Word processing in schools'


Where we can use C pogramming and why?

When you are doing system level programming, because it is the closest language there is to assembly language.


Is java an assembly language?

No. Java is a high level language also known as object oriented programming


What is an assembler in computing?

An assembler is a machine code program that converts low-level symbolic assembly language instructions into machine code. Assembly language is a second generation programming language.