OK, I'm trying to set myself up to be able to create pure asm program for the psp. I'm using the MINPSPW and trying to compile the Minifire demo for the 3.xx+ kernels.
The last problem I'm having is the syscall commands, I get
Error: Instruction syscall requires absolute expression
for each of them.
In the source they are like this :
syscall _sceKernelCreateThread
Well, I understand that I should use the NID, but are they always the same for 3.xx+ firmware ? (Or does it need some import table or something ?)
The original program is for 1.0 and 1.5 and just uses known IDs, is there an equivalent for newer kernels ?
Can/Should I use the STUB_START, STUB_FUNC, STUB_END macros somehow for this ?