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
|
||||
`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
|
||||
destination = destination + source
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user