Nintendo DS small assembly example

Discussion of development of software for any "obsolete" computer or video game system. See the WSdev wiki and ObscureDev wiki for more information on certain platforms.
Post Reply
User avatar
nin-kuuku
Posts: 67
Joined: Tue Jan 24, 2017 1:23 am

Nintendo DS small assembly example

Post by nin-kuuku »

Ancient DS experiments. This DS prog inits both NDSs, loads RGB332 palette, loads pictures (I used some GBA prog for conversion) and reads touch screen. Lost nerves when doing communication between NDS7 & NDS9 ... but it does work ... I think. FASMARM is used. Huge thanks for nocash for documentation, emulator and example prog written in assembly. There is only few NDS assembly examples so here is one ...
Edit: Looked at the code and it is uncommented mess ... sigh ... at least it is somewhat standard ARM.
Attachments
DSProg.zip
(309.98 KiB) Downloaded 116 times
Post Reply