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 format file does org mean?

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

Share

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

Editor to share with you what format file org refers to, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to understand it!

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

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 0x1femuri $

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.

The above is all the contents of the article "what format file does org refer to". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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