For the first one, I think its
Code:
#include <stdio.h>
void main()
{
printf("Hello World");
}
Not going to work. That prints to stdout, which isn't going to do anything on a 3ds. You have to write your own display code, or look at any of the examples on how to do it from the last arm9 hb go around.
1. How do I print stuff on the screen?
2. Does anyone know NAND r/w addreses? I want to make emuNAND without gw.(I know about fs problems. I will try to overcome it)
3.By using MSET how do I do stuff written here -^ and how do I run arm9 bin files.
4. WTH are arm11_code.bin/arm9_code.bin files.
Not trying to be rude, but if you can't figure out #1 on your own, you're going to have a really hard time doing anything.
1. Look in the homebrew development thread(stickied, at the top of the forum), the first post might actually have some stuff from back when all we had was arm9 homebrew.
2. The people who know the addresses of these functions aren't likely to give them up. You're probably going to have to find them yourself.
3. Depends on what the file is supposed to do.
4. they're code to be run on the arm11 and arm9 processors, respectively. What they do depends on where you got them.