gbi2mem.1
786 Bytes
.TH gbi2mem 1P local "Silicon Graphics, Inc."
.SH NAME
gbi2mem \- convert output of guDumpGbiDL function to files useable by the rspsim.
.SH SYNOPSIS
\f3gbi2mem\f1 [-i <input_file>] -o <output_file_basename>
.SH DESCRIPTION
.I ggbi2mem\^
is a utility which converts the output of the
.I guDumpGbiDL
function (in an Ultra64 app)
to a format ueable by the rsp simulator.
The <input_file> can be created by redirecting the output of
gload to a file, or the output of gload can be piped directly to
.I gbi2mem.
Two output files will be created:
.PP
<output_file_basename>.tsk and
.PP
<output_file_basename>.mem
.PP
See the
.I guDumpGbiDL
man page for further description as well as notes on how to use the
output files with the rspsimulator.
.SH "SEE ALSO"
.IR guDumpGbiDL (3P),