ORG is an assembler directive that sets the address of the next generated instruction or data byte.
Chat with our AI personalities
what are the elements of assembly language programming?
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.
I guess you're trying to refer to Assembly language.
colbol and foran
No. Java is a high level language also known as object oriented programming