02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

C<br />

<strong>Tornado</strong> Tools Reference<br />

DESCRIPTION<br />

RETURNS<br />

SEE ALSO<br />

This command lists the contents of a directory in one of two formats. If doLong is FALSE,<br />

only the names of the files (or subdirectories) in the specified directory are displayed. If<br />

doLong is TRUE, then the file name, size, date, and time are displayed.<br />

The dirName parameter specifies which directory to list. If dirName is omitted or NULL,<br />

the current working directory is listed.<br />

OK or ERROR.<br />

windsh, <strong>Tornado</strong> User’s Guide: Shell<br />

C<br />

m( )<br />

NAME<br />

m() – modify memory<br />

SYNOPSIS<br />

DESCRIPTION<br />

RETURNS<br />

SEE ALSO<br />

void m<br />

(<br />

void * adrs, /* address to change */<br />

int width /* width of unit to be modified (1, 2, 4, 8) */<br />

)<br />

This command prompts the user for modifications to memory in byte, short word, or long<br />

word specified by width, starting at the specified address. It displays each address and the<br />

current contents of that address, in turn. If adrs or width is zero or absent, it defaults to the<br />

previous value. The user can respond in one of several ways:<br />

RETURN<br />

Do not change this address, but continue, prompting at the next address.<br />

number<br />

Set the content of this address to number.<br />

. (dot)<br />

Do not change this address, and quit.<br />

EOF<br />

Do not change this address, and quit.<br />

All numbers entered and displayed are in hexadecimal.<br />

N/A<br />

windsh, <strong>Tornado</strong> User’s Guide: Shell<br />

399

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!