<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/s51/s51-command.c, branch branch-1.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=branch-1.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=branch-1.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-06-04T18:20:10+00:00</updated>
<entry>
<title>Move build and debug tools to 'cctools' directory.</title>
<updated>2009-06-04T18:20:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-06-04T18:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=208bc15714c7b4020c017eef19011c4eb9ab51e2'/>
<id>urn:sha1:208bc15714c7b4020c017eef19011c4eb9ab51e2</id>
<content type='text'>
These tools were merged in from the ccdbg package.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge ccdbg and altos sources into one giant repository</title>
<updated>2009-06-04T18:13:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-06-04T18:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=17d2432a8b9c15963cd3b821f025ad33972ef477'/>
<id>urn:sha1:17d2432a8b9c15963cd3b821f025ad33972ef477</id>
<content type='text'>
Keeping these separate isn't making things any easier.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add load command to s51</title>
<updated>2009-04-13T04:47:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T04:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=11c526bdcbf4012e18fbfdc29ca8832870ca38f0'/>
<id>urn:sha1:11c526bdcbf4012e18fbfdc29ca8832870ca38f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset cc1111 on s51 exit</title>
<updated>2009-04-02T00:50:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-02T00:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d'/>
<id>urn:sha1:24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support 'set' command</title>
<updated>2009-01-25T16:38:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-01-25T16:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3cc8d11eb8d5d0b42141dd84a58d461287f59e3a'/>
<id>urn:sha1:3cc8d11eb8d5d0b42141dd84a58d461287f59e3a</id>
<content type='text'>
The 'set' command modifies target memory and registers

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Save/restore registers to host during memory operations. Cache ROM data.</title>
<updated>2008-12-31T06:38:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-31T06:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df'/>
<id>urn:sha1:6c2a65c743a4ffae96ed27dbc38c1bf9242ed1df</id>
<content type='text'>
Because the debug port uses instructions for most operations, the debug code
will clobber registers used by the running program. Save and restore these
to avoid corrupting application data.

If the ROM file is known, use that to return data instead of fetching it
from the target to improve performance.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Use SFR access funcs. Support 'dump' command. Add -m (monitor) flag.</title>
<updated>2008-12-28T08:11:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-28T08:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0697186a2f9b6139636ff5d5c162879c85caf9c'/>
<id>urn:sha1:e0697186a2f9b6139636ff5d5c162879c85caf9c</id>
<content type='text'>
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 &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>s51: get start address from ihx file. re-enable breakpoints after reset.</title>
<updated>2008-12-27T19:25:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-27T19:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1405838160b69e2cda456e21502a1d03b3aa7548'/>
<id>urn:sha1:1405838160b69e2cda456e21502a1d03b3aa7548</id>
<content type='text'>
Use the start of the ihx file when asked to run from 0x0, this lets
sdcdb run programs from ram.

The reset command clears all hw breakpoints, so reset them afterwards.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>s51: add breakpoints and the ability to block awaiting a breakpoint.</title>
<updated>2008-12-27T01:58:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-27T01:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d2d9cfd74fd66836c913c02276e09136d83b35dc'/>
<id>urn:sha1:d2d9cfd74fd66836c913c02276e09136d83b35dc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add more commands to s51 assembly-language debugger</title>
<updated>2008-12-23T03:11:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2008-12-23T03:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4c4093c3fdd309123fdd068c0e1ff4947104492d'/>
<id>urn:sha1:4c4093c3fdd309123fdd068c0e1ff4947104492d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
