Login
Tools - HexDump
Title:HexDump
Version:1.0
ActiveNo
Last updated:2006-03-18
CategoryProgramming
Platform:Windows
Created by:Csabo
Download: /dl/tools/hexdump/hexdump.zip


Notes
This is a small miscellaneous programming utility. You take a binary file (e.g. some data like a logo, a charset or music) and it turns it into .ASM listing, so that it can be included in your projects.

To use it, run "hexdump -reg" from the command line. This registers a custom command. Once done, when you right click on any file in Windows Explorer, you will see the "HexDump" command. Clicking this command creates a hexdump of the file in the same folder. The file will be named like this: "original.ext" -> "original_hex.asm".

Source code included.

2014-08-28: I updated the utility to output the prefix "db" in lowercase.

Copyright © Plus/4 World Team, 2001-2024