More actions
(Created page with "{{Infobox DS Homebrews}} {{Infobox DS Homebrews |title=NDS ARM Assembly Template |image= |description=A template for ARM Assembly on the Nintendo DS. |author=W3SLAV |last...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox DS Homebrews | {{Infobox DS Homebrews | ||
|title=NDS ARM Assembly Template | |title=NDS ARM Assembly Template | ||
|image= | |image=Ndsarmassemblytemplate2.png | ||
|description=A template for ARM Assembly on the Nintendo DS. | |description=A template for ARM Assembly on the Nintendo DS. | ||
|author=W3SLAV | |author=W3SLAV | ||
|lastupdated=2022/05/27 | |lastupdated=2022/05/27 | ||
|type=Development | |type=Development | ||
|version=2022 | |version=2022 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/nds_arm_assembly_template_main.zip | ||
|website=https://gbatemp.net/threads/arm-assembly-template-for-nds.612866/ | |website=https://gbatemp.net/threads/arm-assembly-template-for-nds.612866/ | ||
|source=https://github.com/W3SLAV/NDS-ARM-Assembly-Template | |source=https://github.com/W3SLAV/NDS-ARM-Assembly-Template | ||
Line 28: | Line 27: | ||
* GBAtemp - https://gbatemp.net/threads/arm-assembly-template-for-nds.612866 | * GBAtemp - https://gbatemp.net/threads/arm-assembly-template-for-nds.612866 | ||
[[Category:PC utilities for DS]] | [[Category:PC utilities for DS]] |
Latest revision as of 01:58, 21 August 2024
NDS ARM Assembly Template | |
---|---|
General | |
Author | W3SLAV |
Type | Development |
Version | 2022 |
License | Mixed |
Last Updated | 2022/05/27 |
Links | |
Download | |
Website | |
Source | |
This is a simple template for ARM Assembly on the Nintendo DS, it is created based on chibialiens tutorials of ARM Assembly for the Nintendo DS.
User guide
Open Command line and run vasmNDS.bat (file location)
to compile your program on the DS, it will be built as program.nds in the same folder as vasmNDS.bat.
Screenshots
Credits
Special thanks to ChibiAliens for the tutorials in ARM Assembly and for the basis of the example included NDS_Hello.asm.