makeo creates an ELF object module from the specified binary or text file so that a program can refer to file content through ordinary program symbols (variables).
% makeo <option(s)> filename
| Option | Description | Default Value |
-s section_name |
Select section from .data, .rodata, or .text. |
.data |
-b symbol_begin |
Set symbol at start address. | The base name of the specified file. |
-e symbol_end |
Set symbol at end address. | None. |
-o object_filename |
Output file name. | The base name of the specified file + .o. |
-a align |
Set the section address alignment constraint in bytes. | 8 bytes |
$REVOLUTION_SDK_ROOT/X86/bin/makeo.exe
03/01/2006 Initial version.