Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
melchisedech333 committed Oct 13, 2022
1 parent f7958d6 commit 7e30a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Utilizando todas estas coisas foi possível construir um mecanismo <b>Half Adder
<br>
Para maiores detalhes você pode analisar o algoritmo no arquivo [device-arithmetic.c](device-arithmetic.c), onde ali foi feito o mecanismo do <b>Half Adder</b>, mas também uma espécie de seu inverso, para poder funcionar o algoritmo da soma implementado na função <b>process_sum()</b>.
Para maiores detalhes você pode analisar o algoritmo no arquivo [device-arithmetic.c](device-arithmetic.c), onde ali foi feito o mecanismo do <b>Half Adder</b> para ser utilizado no algoritmo da soma binária implementado na função <b>process_sum()</b>.
<br>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Using all these things it was possible to build a <b>Half Adder</b> mechanism, s
<br>
For more details you can analyze the algorithm in the file [device-arithmetic.c](device-arithmetic.c), where the <b>Half Adder</b> mechanism was created, but also a kind of inverse, in order to work the sum algorithm implemented in the <b>process_sum()</b> function.
For more details you can analyze the algorithm in the file [device-arithmetic.c](device-arithmetic.c), where the <b>Half Adder</b> mechanism was created to be used in the implemented binary sum algorithm in the <b>process_sum()</b> function.
<br>
Expand Down

0 comments on commit 7e30a9f

Please sign in to comment.