开发者

GBA ROM Programming Language

开发者 https://www.devze.com 2022-12-31 13:59 出处:网络
Does anyone know what language ROMs (such as GBA ROMs) are coded in? 开发者_如何学CI\'d also like to know if there would be a simplistic way to decompile these ROMs.GBA games can be programmed in any

Does anyone know what language ROMs (such as GBA ROMs) are coded in? 开发者_如何学CI'd also like to know if there would be a simplistic way to decompile these ROMs.


GBA games can be programmed in any language, as long as it compiles to ARM assembly.

They're usually written in C++.

If you're interested in writing your homebrew games, see here.


I think you've misunderstood what ROMs are. They're not the actual executables (or what they would be on the original platform), rather they are image files that contains the executables. They can be written in many different languages.
See this wiki page for more info:
http://en.wikipedia.org/wiki/ROM_image

0

精彩评论

暂无评论...
验证码 换一张
取 消