err.. Where is the source of assembly lib?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
cp25stack
Posts: 11
Joined: Sat Dec 16, 2006 3:52 pm

err.. Where is the source of assembly lib?

Post by cp25stack »

Hi
I had try to understand the working of toolchain.
When i explore the "pspsdk_1.0-beta2/src" folder,
i found many assembly (*.S) files that use macro "IMPORT_FUNC".
(defined in "pspimport.s".) but i cannot understand that where is the functions that it imported came from?

I guess that it import function from *.a library
(such as lippspdisplay.a) is it a assembly library,
and where is the source code of that library?

Does it come with [pspsdk_1.0-beta2] package or where can i download it?

:) ??
tabularasa
Posts: 13
Joined: Wed Nov 22, 2006 12:28 am

Post by tabularasa »

Well, i guess those imported functions come from sony or say: the firmware. I guess those are beeing reversed engineere'd.
Post Reply