openpgp: 8A48C6AC
[www.jankratochvil.net.git] / project / ShortRel / ShortRel.README
1 Short:    32bit relocations <-> 16bit
2 Author:   short@k332.feld.cvut.cz (Jan Kratochvil)
3 Uploader: short@k332.feld.cvut.cz (Jan Kratochvil)
4 Type:     util/cli
5
6 Description:
7    ShortRel   loads   the  input  file  (must  be  an  executable),  converts
8 relocations  (32-bit  to  16-bit  or vice versa), strips debug informaion (if
9 requested)  and  writes  out  the result.  16-bit relocations use 2 bytes per
10 each one and 32-bit relocations use 4 bytes.  So conversion of any executable
11 with  many  relocations  from  32-bit to 16-bit relocations saves 2 bytes per
12 each one.
13
14 Requirements:
15    Kickstart  version 37 (2.04) or higher and ss.library V5.0 or higher (from
16 package SSLib*.lha).