gbi2mem (tool command)

Converts the output of the guDumpGbiDL function to a format usable by the RSP simulator

Syntax

gbi2mem [-i <input_file>] -o <output_file_basename>

Description

gbi2mem is a utility tool that converts the output of the guDumpGbiDL function (in an N64 application) to a format usable by the RSP simulator.

<input_file>
input_file can be created by redirecting the output of gload to a file,
or the output of gload can be piped directly to gbi2mem.

Two output files will be created:

<output_file_basename>.tsk

<output_file_basename>.mem

See the guDumpGbiDL function for further description as well as notes on how to use the output files with the RSP simulator.

See Also

guDumpGbiDL

Revision History

1999/04/30 Changed Format