What file is org
org is a file called by itself in the game system. Generally speaking, it cannot be opened except for this game; and org is an instruction in assembly language, and its function is to tell the assembler to start execution. At that time, a certain piece of machine language is loaded into which address in the memory.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
org is a file called by the game system. Generally speaking, it cannot be opened except for this game.
ORG is an instruction in assembly language. Its function is to tell the assembler which address in the memory to load a certain piece of machine language at the beginning of execution. Without it, some instructions cannot be translated and executed correctly. Since this instruction is not a direct instruction in machine language, it is also called a pseudo-instruction.
In addition, the meaning of some command symbols also changes.
For example: RESB
0x1fe-$
The meaning of this command is to fill in 0x00 from now on until 0x001fe.
And there is After the ORG instruction, the meaning of the dollar sign "$" also changes. It no longer refers to the bytes of the output file, but represents the memory address to be read.
ORG is the abbreviation of Origin: starting address source. At the beginning of the assembly language source program, an ORG pseudo-instruction is usually used to specify the starting address of the program. If the ORG specification is not used, the compiled target program will start from 0000H.
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What file is org. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

