Updated WEEK07 slides

This commit is contained in:
Kevin Thomas
2026-06-07 08:46:09 -04:00
parent 4e16c21015
commit d8470b68bc
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -56,3 +56,9 @@ dkms.conf
# Build output
build/
target/
# Node.js and PDF generation script
node_modules/
package-lock.json
package.json
svg-to-pdf.ps1
Binary file not shown.
+2 -2
View File
@@ -64,8 +64,8 @@
<text class="dim" x="900" y="555">= 1337 decimal</text>
<!-- Bottom: Why movw -->
<rect class="pnl" x="30" y="620" width="1140" height="100" rx="8"/>
<rect class="pnl" x="30" y="620" width="1140" height="130" rx="8"/>
<text class="red" x="50" y="655">Why movw instead of movs?</text>
<text class="txt" x="50" y="690">1337 &gt; 255 -- does not fit in 8-bit movs immediate</text>
<text class="dim" x="640" y="690">movw encodes 0-65535 in 32-bit instruction</text>
<text class="dim" x="50" y="725">movw encodes 0-65535 in 32-bit instruction</text>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+1 -1
View File
@@ -84,5 +84,5 @@
<rect class="pnl" x="30" y="710" width="1140" height="70" rx="8"/>
<text class="red" x="50" y="748">TAKEAWAY:</text>
<text class="txt" x="230" y="748">const is a source-level concept.</text>
<text class="dim" x="680" y="748">In binary, everything can change!</text>
<text class="dim" x="720" y="748">In binary, everything can change!</text>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB