ok i pm'd mr. gemini he told me about this armips thing...
the question is how can i use this program... with the code he sent to me?
 
how do i compile this thing to armips?
.psx
.open "SLPS_010.57",0x8000F800
;********************************************
;* SPIRIT FIX FOR ARMORS               *
;********************************************
.org 0x800104C4
spirit_fix:
   sll     v0, a3, 2
   addu    v0, a0
   lw      v1, 0(v0)
   nop
   sll     v0, v1, 5      ; *132
   addu    v0, v1         ; --
   sll     v0, 2         ; --
   la      at, 0x8009BDA5   ; puntatore armatura
   addu    at, v0
   lbu     v1, 0(at)      ; id dell'oggetto
   nop
   sll     v0, v1, 3      ; *36
   addu    v0, v1         ; --
   sll     v0, 2         ; --
   la      at, 0x80071CAF   ; puntatore spirito
   addu    at, v0
   lbu     a2, 0(at)
   j       0x8001FC94
   move    v0, a2
.org 0x8001FBD0
   beq      a1, v0, spirit_fix
.close