Skip to content

Commit

Permalink
add x86 instruction coding flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Jul 30, 2023
1 parent 472a4ed commit 9ac44c0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _interfaces/x86-instruction-coding-flowchart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "x86 instruction coding flowchart"
date: 2023-07-29 12:00:00 +0200
markdeep: true
---

<div class="diagram">
.-------------------------------------------. .--. .---------------------.
| 1-byte instructions | |0F+-->| 2-byte instructions |
| | '--' | |
| '----. | |
| | | |
| .--------------------------------------------. | | |
| | 40-4F | | | |
| '-------------------+------------------------' | | |
| .--+--. | | | |
| |66|67| | | | |
| '--+--' | | | |
| | | | | |
'-------------|-------|--------------------------' '---------------------'
^ | | ^
| | | |
'---' '---'

</div>

0 comments on commit 9ac44c0

Please sign in to comment.