GP-5266: Only track on user click or address change.

This commit is contained in:
Dan 2025-01-15 13:56:40 -05:00 committed by Ryan Kurtz
parent 2a628178b3
commit 5d71f073f4
10 changed files with 135 additions and 32 deletions

View file

@ -295,13 +295,6 @@ section of <code>termmines</code> in the Static Listing, the Dynamic
Listing will follow along showing you the live values in memory. You can
also experiment by placing code units in the Dynamic Listing before
committing to them in the Static Listing.</p>
<p><strong>NOTE</strong>: Theres a known issue with auto-seek obtruding
user navigation in the listings. In most cases, just navigating again
will make it stick. If it becomes a real annoyance, set the
<strong>Auto-Track</strong> drop-down in the top right of the Dynamic
Listing to <strong>Do Not Track</strong> while youre doing static RE.
Be sure to put it back to <strong>Track Program Counter</strong> when
you are done.</p>
<section id="questions" class="level4">
<h4>Questions:</h4>
<ol type="1">

View file

@ -137,11 +137,6 @@ Because you are in a dynamic session, you have an example board to work with.
As you navigate the `.data` section of `termmines` in the Static Listing, the Dynamic Listing will follow along showing you the live values in memory.
You can also experiment by placing code units in the Dynamic Listing before committing to them in the Static Listing.
**NOTE**: There's a known issue with auto-seek obtruding user navigation in the listings.
In most cases, just navigating again will make it stick.
If it becomes a real annoyance, set the **Auto-Track** drop-down in the top right of the Dynamic Listing to **Do Not Track** while you're doing static RE.
Be sure to put it back to **Track Program Counter** when you are done.
#### Questions:
1. How are the cells allocated?