OS4 DepotLogo by DBAlex 
(anonymous IP: 3.144.113.197,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Misc » bintoc.lha

BinToc

Description: Binary to C source converter
Download: bintoc.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 21kb
Version: 2.13
Date: 27 Apr 15
Author: Guido Mersmann
Submitter: uploader
Email: uploader/uploader com
Homepage: http://geit.de/eng_bintoc.html
Requirements: AmigaOS 4.x
Category: development/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 9289
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
--- Die deutsche Version ist weiter unten ---


--- English version ---

BinToC is just another binary to C converter. I wrote it, because I needed
additional features (especialy the TERM feature). So I decided to write my own
tool.

The usage is very easy:

BIN/A,TO/A,BYTE/S,WORD/S,LONG/S,ARRAYNAME=AN,PERLINE=PL/N,TERMINATE=TERM/S

BIN is the read file containing the binary.

TO specifies the name of the #?.h file to be written.

BYTE array type is BYTE (Default)

WORD array type is WORD (padding byte my be added at the end)

LONG array type is LONG (padding bytes my be added at the end)

ARRAYNAME allows to specify the name of the array. By default this is the upper
case filename without ".h" suffix. The chars "." and "," are replaced by "_". So
having "data.h" specified as TO, the name of the ARRAY is "DATA", while
"data.misc.h"
create an array named "DATA_MISC"

PERLINE defines the number of element per line. (Default is 8).

TERMINATE adds a 0x00 byte at the end. Useful when dealing with text files.


Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment