home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / Chip_2001-03_cd1.bin / internet / matfyz / arm8 / ARM8P.TXT < prev   
Text File  |  2000-10-31  |  670b  |  20 lines

  1.  arm8p
  2.    * Interface mode
  3.    * arm8.dat is converted to arm8.bin and loaded into memory as code
  4.  arm8p file
  5.    * Interface mode
  6.    * file is loaded into memory as code
  7.  arm8p [-s] file1 file2
  8.    -s forces Silent mode
  9.    file1 is loaded as code
  10.    file2 is an output file
  11.  arm8p [-s] file1 file2 file3
  12.    -s forces Silent mode
  13.    file1 is loaded as code
  14.    file2 is an output file
  15.    file3 is an input file
  16.  
  17. Output is realized as write to address 0x0000, input can be read sequen-
  18. tionaly from address 0x0008. Endianness is Big-endian.
  19. Length of input file is a 32-bit word at 0x000c.
  20. Number of bytes written to output file is a 32-bit word at 0x0004.