More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=2022 | |version=2022 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/dshomebrew2/ | |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 |
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.