gasp_walk_next()

Return information about the next RAM/ROM block of memory

Synopsis:

#include <qvm/gasp.h>
int gasp_walk_next(struct gasp_walk_state *gws)

Arguments:

gws
A pointer to a memory walk structure.

Library:

Provided by qvm; no external library is required.

Description:

Before you call this function, you must call gasp_walk_init() to initialize the memory walk structure referenced by gws.

Returns:

1 if there is another block, 0 if there are no more blocks.