Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What file does org refer to?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article is to share with you about what files org refers to. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Org is a file called by itself in the game system, which generally cannot be opened except for this game, while org is an instruction in assembly language that tells the assembler which address to load a certain machine language into memory at the beginning of execution.

This article operating environment: Windows7 system, Dell G3 computer.

Org is a file called by itself in 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 at which address in memory to load a piece of machine language at the beginning of execution. Without it, some instructions cannot be translated and executed correctly. Because this instruction is not a direct instruction in machine language, it is also called pseudo instruction.

In addition, the meaning of some instruction symbols also changes.

For example:: RESB

0x1fetel $

The meaning of this instruction is from now on, fill in 0x00 until 0x001fe.

With the ORG directive, the meaning of the dollar sign "$" also changes. It no longer refers to the number of bytes of the output file, but represents the memory address to be read.

ORG is an acronym for Origin: starting address source. At the beginning of the assembly language source program, an ORG directive is usually used to implement the starting address of the specified program. If the ORG specification is not used, the target program compiled will start at 0000H.

Thank you for reading! This is the end of the article on what org refers to. I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report