7 .ascii "PS-X EXE" # 0: sig
9 .word _start # 16: initial pc
10 .word _gp # 20: initial gp
11 .word _start # 24: .text start
12 .word _progsize # 28: prog length without header
13 .word 0, 0, 0, 0 # 32-48: ?
14 .word _stacktop # 48: initial sp & fp
16 .ascii "Sony Computer Entertainment Inc. for Europe area" # 76
18 # vi:ts=8 sts=8 sw=8 ft=mips: