Search found 9 matches

by ALgraFx
Wed Jun 18, 2008 10:17 pm
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

another one question about minifire then i start EBOOT.PBP on 3.52m33 it work correct but on 3.71m33-* 3.80m33-* and 3.90m33-* (with instelled kernel 1.50) it show only black screen and exit. that's not critical for me (i work on my project), but interesting why minifire don't work correctly on 3.71...
by ALgraFx
Wed Aug 29, 2007 8:57 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

That's the .bat file i needed - thanks to all. psp-gcc -I. -Ic:/pspdev/psp/sdk/include -G0 -Wall -O0 -ggdb -I. -Ic:/pspdev/psp/sdk/include -G0 -Wall -O0 -ggdb -c -o main.o main.S psp-gcc -I. -Ic:/pspdev/psp/sdk/include -G0 -Wall -O0 -ggdb -L. -Lc:/pspdev/psp/sdk/lib -...
by ALgraFx
Tue Aug 28, 2007 6:54 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

I got my own 3D software engine (it was made 9 year ago for dos),i got my own asm ide, i got a lot of "own need soft" - (i'm professional designer), i got my own ogl renderer... My love to assembler starts from Speccy - it was long time ago - since these time i'm coding only at assembler. ...
by ALgraFx
Tue Aug 28, 2007 6:44 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

Anyway this link helps me a lot. OK i will change my question: I got Minifire source, please, give me help "step by step" how to compile this source to *.PBP using makefile. I mean give me a *.bat file which starting makefile to propper use. And if executing this makefile is not a last ste...
by ALgraFx
Tue Aug 28, 2007 5:46 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

to J.F. So u wanna say that i need not a REAL help? I'm developer not student! I got a lot of experience in PC coding! Without help i can't find any info about asm on PSP and i need a "dummy" for firs step! Even if use minifire as "that dummy" i can't compile that.... anyway tha...
by ALgraFx
Tue Aug 28, 2007 4:25 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

Oh i see - if you can't help me why you are here? If you can help then - help! I can understand that example - i can't compile & link them coz i never used makefiles! MessageBox sample needed for me to comfort studyin' asm on psp - i need see what i'm doing and see what's wrong! My primary need ...
by ALgraFx
Tue Aug 28, 2007 3:35 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

I never worked with makefile so don't understand how to convert this file to *.bat format

Minifire is to complicate for startin' lear asm on PSP!

About *.s files i know - i've just prefer to work with *.asm extention.
by ALgraFx
Tue Aug 28, 2007 2:37 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

Mihawk

Thank's, but it's not the thing i want!

I need *.asm and *.bat files. I don't wanna use an makefile.
by ALgraFx
Tue Aug 28, 2007 12:41 am
Forum: PSP Development
Topic: Need help with assembler for PSP
Replies: 18
Views: 6604

Need help with assembler for PSP

Can anybody help me with study psp-as.exe from PSPDev? I need dummy assembler source-code for PSP - something like this for x86 platform: include c:\asm\bin\inc\win.txt ;functions&constants .686 .model flat ;__________________________________________________________________ .data num db ...