SphereScript Object Specification
Chad Austin
4.5.99


header (64 bytes)
  byte  signature[4]       // ".ssx"
  word  version            // 1
  word  numlabels
  dword codesize
  byte  reserved[52]
end header


byte  label1name[32]
dword label1offset
byte  label2name[32]
dword label2offset
dword labeln...


begin code
[codesize bytes]
end code
