aslod.1 673 B

1234567891011121314151617181920
  1. .TH ASLOD 1 "$Revision$"
  2. .SH NAME
  3. aslod \- ACK simple loader
  4. .SH SYNOPSIS
  5. aslod [-h] inputfile outputfile
  6. .SH DESCRIPTION
  7. .I aslod
  8. converts an absolute ack.out file into a simple binary memory
  9. dump. It is suitable for producing RAM images, executables for
  10. simple operating systems such as CP/M, DOS, etc.
  11. The input file must contain exactly four segments: TEXT, ROM,
  12. DATA and BSS, in that order, all occupying contiguous memory.
  13. The file must have all references resolved and be linked to a
  14. fixed address. aslod will dump the segments, in order, such
  15. that the first byte of TEXT is at offset 0 in the file
  16. (regardless of where it is in memory).
  17. .SH "SEE ALSO"
  18. ack.out(5)