Updated Instruction Set (markdown)

Douglas Huff 2017-12-30 00:26:02 -08:00
parent 6c4afa3048
commit 42b63ef8f3

@ -272,6 +272,9 @@ destination & source # flags will be set
destination and updates the flags. None of the operands are
changed.
> ? TODO: is this implemented correctly?
> I see differing results using test/jz vs cmp/jnz that seem to involve overflow from the latter?
#### Pseudo code
```py
@ -593,4 +596,3 @@ dest = ~dest
```
## Encoding