ROM Hack How are homebrew programs done?

avi58

Well-Known Member
OP
Newcomer
Joined
Aug 7, 2007
Messages
61
Trophies
0
XP
94
Country
Where i can get info about making programs for the ds?

I was thinking about implementing some calculator functions into the ds to help me doing homework.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,348
Country
United Kingdom
There are a bunch of homebrew threads but 3 things

high level: there is a very limited java implementation, lua (DSlua), basic and the like and I will lump in the game making/scripting stuff. I am probably missing a few but those are the main ones I can think of.

not quite as high level: this is your C/C++ and is the workhorse of DS programming. C is a bit faster and can make some tighter code. Notable toolkits include palib and devkitpro. The latter is a group of libraries to sort the hardware and a compiler/assembler kit
Palib on the other hand is quite high level. It has somewhat of a reputation for being a bit clunky and slow but some damn nice homebrew has come from it and you can still backport as it were to the devkitpro toolchain when you grow out of it.

ASM level: the DS has 2 arm processors. An ARM9 and 66MHz and an ARM7 at 33MHz. This is mainly used for stuff like emulation, audio and video and hacking commercial roms as it can make the tightest code. Inline assembler (where you write a small section in ASM to do a particular task) is possible too. There are a couple of assemblers available but can I suggest the one with devkitpro, it is not quite as nice as some of the commercial stuff but when commercial means several thousand....

DS hardware specs (whatever you end up with I suggest you read these):
http://nocash.emubase.de/gbatek.htm#dstechnicaldata

As for calculator the ti85 and similar have fairly good emulators and there are a bunch of calculators with more simple functions.
 

avi58

Well-Known Member
OP
Newcomer
Joined
Aug 7, 2007
Messages
61
Trophies
0
XP
94
Country
Thank you man, i'll take a look
wink.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    S @ salazarcosplay: how are you @BigOnYa ??