Search found 5 matches

by _mcinek
Fri Feb 03, 2006 6:23 pm
Forum: PSP Development
Topic: PSP assembler begining
Replies: 8
Views: 3906

Right, so the important things in all this 'discovering NIDs' action for different firmwares are really function names, not nids themselves? If I undestand correct, all I have to do to call a PSP function is write a function with correct name in my code which does nothing and then while PSP kernel l...
by _mcinek
Fri Feb 03, 2006 5:43 am
Forum: PSP Development
Topic: PSP assembler begining
Replies: 8
Views: 3906

Ok, thanks tyranid - i've got it now. I'm using 1.50 firmware and syscalls are ok, everything is working now :) However I've got another question... What exactly are NIDs? As far I undestand you can call system functions by them instead of syscalls. But because I don't really know what they are I do...
by _mcinek
Thu Feb 02, 2006 9:05 pm
Forum: PSP Development
Topic: This is my "I'ma noob helpme!" topic... (only one
Replies: 9
Views: 3917

Hi there Heretic! I 'm new here too, but I wan't to encourage you to use assembly code! I've managed to write 'hello world' in a week, not having any assembler experience before (on any platform!). A lot of useful documentation is on the net of course, starting from MIPS site when you can get proces...
by _mcinek
Thu Feb 02, 2006 8:25 pm
Forum: PSP Development
Topic: PSP assembler begining
Replies: 8
Views: 3906

tyranid, can you tell me so, is it neccessary to create a thread? if so then why? and if not, how to exit program? :)

Hope this basic questions help me to undestand PSP architecture more
by _mcinek
Fri Jan 27, 2006 3:54 am
Forum: PSP Development
Topic: noob question - psp-fixup-imports
Replies: 0
Views: 897

noob question - psp-fixup-imports

Hello everyone!

That's my first post, so greetings to all!

Now, here's my question: What exactly psp-fixup-imports do, and why it is neccessary?