| 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. |
| |
Copyright © Plus/4 World Team, 2001-2008 |