More actions
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = 3DS ARM Assembly Cheat Creator | |title=3DS ARM Assembly Cheat Creator | ||
| image = | |image=3dsarmassemblycheatcreator2.png | ||
| | |description=A tool for creating more complex 3DS Cheat Codes. | ||
| | |author=Fishguy6564 | ||
| lastupdated = 2018/03/24 | |lastupdated=2018/03/24 | ||
| | |type=Hack Utilities | ||
| | |version=2018 | ||
| website = https://gbatemp.net/threads/release-3ds-arm-assembly-cheat-creator-a-tool-for-creating-more-complex-3ds-cheat-codes.499549 | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/3ds_arm_assembly_cheat_creator.zip | |||
|website=https://gbatemp.net/threads/release-3ds-arm-assembly-cheat-creator-a-tool-for-creating-more-complex-3ds-cheat-codes.499549 | |||
}} | }} | ||
3DS ARM Assembly Cheat Creator is an all-purpose assembly cheat development tool for Gateway and [[CTRPluginFramework 3DS|CTRPF]]. This program is designed for more advanced cheat creators. | |||
This tool contains a branch target calculator, a conditional generator, a button activator generator, and an assembler for assembling your assembly instructions into a usable format that both CTRPF and Gateway's code handler can use. This tool is designed for more advanced cheat creators who know how to write assembly. | This tool contains a branch target calculator, a conditional generator, a button activator generator, and an assembler for assembling your assembly instructions into a usable format that both CTRPF and Gateway's code handler can use. This tool is designed for more advanced cheat creators who know how to write assembly. | ||
If you are interested in learning the ARMv7 instruction set, | If you are interested in learning the ARMv7 instruction set, the author recommended [http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0552a/BABFGBDD.html ARM Info Center] to learn what the instruction set is for this architecture. | ||
When extracting the file, please ensure that all of the files included are in the same directory. | ==User guide== | ||
When extracting the file, please ensure that all of the files included are in the same directory. | |||
''' | '''Note:''' Do not try to compile by adding excess lines to the instructions you want to compile, or else the output code will not format properly. | ||
https://dlhb.gamebrew.org/ | ==Screenshots== | ||
https://dlhb.gamebrew.org/3dshomebrews/3dsarmassemblycheatcreator3.png | |||
https://dlhb.gamebrew.org/3dshomebrews/3dsarmassemblycheatcreator4.png | |||
https://dlhb.gamebrew.org/ | https://dlhb.gamebrew.org/3dshomebrews/3dsarmassemblycheatcreator5.png | ||
''' | ==Media== | ||
'''3DS ARM Assembly Cheat Creator for Gateway and CTRPF''' ([https://www.youtube.com/watch?v=cIr6l1FariU fishguy6564]) <br> | |||
https:// | <youtube>cIr6l1FariU</youtube> | ||
==External links== | |||
* GBAtemp - https://gbatemp.net/threads/release-3ds-arm-assembly-cheat-creator-a-tool-for-creating-more-complex-3ds-cheat-codes.499549 |
Latest revision as of 10:23, 22 Haziran 2024
3DS ARM Assembly Cheat Creator | |
---|---|
General | |
Author | Fishguy6564 |
Type | Hack Utilities |
Version | 2018 |
License | Mixed |
Last Updated | 2018/03/24 |
Links | |
Download | |
Website | |
3DS ARM Assembly Cheat Creator is an all-purpose assembly cheat development tool for Gateway and CTRPF. This program is designed for more advanced cheat creators.
This tool contains a branch target calculator, a conditional generator, a button activator generator, and an assembler for assembling your assembly instructions into a usable format that both CTRPF and Gateway's code handler can use. This tool is designed for more advanced cheat creators who know how to write assembly.
If you are interested in learning the ARMv7 instruction set, the author recommended ARM Info Center to learn what the instruction set is for this architecture.
User guide
When extracting the file, please ensure that all of the files included are in the same directory.
Note: Do not try to compile by adding excess lines to the instructions you want to compile, or else the output code will not format properly.
Screenshots
Media
3DS ARM Assembly Cheat Creator for Gateway and CTRPF (fishguy6564)