mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-06-07 23:03:59 +02:00
Updated WEEK07 slides
This commit is contained in:
@@ -56,3 +56,9 @@ dkms.conf
|
|||||||
# Build output
|
# Build output
|
||||||
build/
|
build/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Node.js and PDF generation script
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
package.json
|
||||||
|
svg-to-pdf.ps1
|
||||||
|
|||||||
Binary file not shown.
@@ -64,8 +64,8 @@
|
|||||||
<text class="dim" x="900" y="555">= 1337 decimal</text>
|
<text class="dim" x="900" y="555">= 1337 decimal</text>
|
||||||
|
|
||||||
<!-- Bottom: Why movw -->
|
<!-- 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="red" x="50" y="655">Why movw instead of movs?</text>
|
||||||
<text class="txt" x="50" y="690">1337 > 255 -- does not fit in 8-bit movs immediate</text>
|
<text class="txt" x="50" y="690">1337 > 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>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -84,5 +84,5 @@
|
|||||||
<rect class="pnl" x="30" y="710" width="1140" height="70" rx="8"/>
|
<rect class="pnl" x="30" y="710" width="1140" height="70" rx="8"/>
|
||||||
<text class="red" x="50" y="748">TAKEAWAY:</text>
|
<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="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>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user