Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.
authorKeith Packard <keithp@keithp.com>
Sun, 28 Dec 2008 08:11:13 +0000 (00:11 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 28 Dec 2008 08:11:13 +0000 (00:11 -0800)
commite0697186a2f9b6139636ff5d5c162879c85caf9c
treeb639e8ba72e95db8d6e63d41f7f34ca98779a3bc
parent23aca1fcbc169184e32d4ec19f28dd4fd4cfda36
Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.

Not all SFRs are visible in the unified address space, so the SFR-specific
accessors are required.

The dump command is the same as the various 'd*'
commands, but also supports dumping program memory.

The new -m (monitor) flag watches the command stream between s51 and sdcdb.

Signed-off-by: Keith Packard <keithp@keithp.com>
s51/s51-command.c
s51/s51-main.c
s51/s51.h