3. Manpage: WLAB

3.1. SYNOPSIS

wlab -[ap]{bdh} BIN_FILE

3.2. OPTIONS

-a Print the address (relative to the beginning of the data).
-p Don’t print file header.

Choose one:

-b Output data in binary format.
-d Output data in decimal format.
-h Output data in hexadecimal format.

3.3. DESCRIPTION

wla(1) converts binary files to WLA’s byte definition strings and print it to the standard output.

3.4. EXAMPLES

wlab -da gayskeletor.bin > gayskeletor.s
wlab -bap iscandar.bin > iscandar.s
wlab -h starsha.bin > starsha.s