What do you know about C? Do you know how to print text? That's basically the only thing I need (and maybe a starting template/file so I can get a headstart.)
by example: C: /* Example for printf() */ #include <stdio.h> int main(){ printf ("Hello World"); return 0; }
humm, normally I do use TinyC, but for PSP you need a DevKit for PSP, that I do knonw much about, you can ask on the PSP section of GBATemp.