mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-24 13:05:51 +00:00
Make description header of ADD instruction fit std formatting
parent
c3082fb2f0
commit
2d6d76bbe5
@ -149,7 +149,7 @@ Some instructions will change certain flags based on their result. These are in
|
|||||||
#### Description
|
#### Description
|
||||||
`ADD` replaces the destination operand with the sum of the source and destination operands. It sets the carry flag if there is an overflow.
|
`ADD` replaces the destination operand with the sum of the source and destination operands. It sets the carry flag if there is an overflow.
|
||||||
|
|
||||||
### Pseudo code
|
#### Pseudo code
|
||||||
```py
|
```py
|
||||||
destination = destination + source
|
destination = destination + source
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user