Results 1 to 10 of 31

Threaded View

  1. #5
    Join Date
    Feb 2008
    Posts
    376
    Points
    1,133,917.33
    Rep Power
    216

    Default

    Quote Originally Posted by WhoIsYou View Post
    None of the tuts on this site will explain that to you, you need to learn MIPS to do such a thing.
    Not true. There is a very good MIPS tutorial here: http://www.codinghs.com/forums/showthread.php?t=878

    Quote Originally Posted by WhoIsYou View Post
    programming language the psp uses... Have fun
    Also not true. Ok there are programming language categories. (high level and low level) High level means that the programming language is able to send sometimes millions of commands to the processor with a single high level command. The commands it sends are low level. The advantage to high level is that it is faster to code and sometimes easier. The advantage to low level is that it is much more flexible. Both C and MIPS are low level but MIPS is a much lower level than C. When a command in C is given to the psp, it is interpreted and sent to the CPU core as several thousand MIPS commands. So the native language of the psp is C and the language of the psp's cpu core is MIPS (as usual).
    Last edited by MAD Industries; 07-28-2008 at 02:52 PM.
    Latest Weapon Modifier (SFCO) Version: 9.0 OpenSource Download
    Latest Weapon Modifier (SFLS) Version: 1.0 Beta Download

    Tutorials
    NitePR Guide by WhoIsYou

    +Reputation if you like my work =] Thanks!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts