Skip to content

Commit

Permalink
“capitulo4”
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonbrito committed Apr 20, 2014
1 parent 5fef8cb commit e1f4944
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 65 deletions.
8 changes: 4 additions & 4 deletions livro/capitulos/4_ConjuntoDeInstrucoes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Enquanto que os endereços de 4 a 7 já dizem respeitos aos bytes da segunda lin

[[tabela_memoria]]
.Exemplo de uma memória organizada por bytes
[width="90%", frame="none", grid="all", cols="^1,^1,^1,^1,^1”, options="header"]
[width="90%", frame="none", grid="all", cols="^1,^2", options="header"]
|=================================
| Endereço | Byte 0 | Byte 1 | Byte 2 | Byte 3
| 0 | | | |
Expand Down Expand Up @@ -173,7 +173,7 @@ Desta forma, ele é armazenado no Byte mais a esquerda, seguido pela letra F, a

[[tabela_big]]
.Exemplo de uma memória Big Endian
[[width="90%", frame="none", grid="all", cols="^1,^1,^1,^1,^1”, options="header"]
[width="90%", frame="none", grid="all", cols="^1,^2", options="header"]
|=================================
| Endereço | Byte 0 | Byte 1 | Byte 2 | Byte 3
| 0 | | | |
Expand All @@ -191,7 +191,7 @@ A diferença é que no Little Endian os bytes são contados da direita para a es

[[tabela_little]]
.Exemplo de uma memória Little Endian
[[width="90%", frame="none", grid="all", cols="^1,^1,^1,^1,^1”, options="header"]
[width="90%", frame="none", grid="all", cols="^1,^2", options="header"]
|=================================
| Endereço | Byte 3 | Byte 2 | Byte 1 | Byte 0
| 0 | | | |
Expand Down Expand Up @@ -445,7 +445,7 @@ A arquitetura Registrador-Registrador é mais adotada, enquanto que os computado

[[tabela_risc_cisc]]
.Arquiteturas RISC x CISC
[[width="90%", frame="none", grid="all", cols="^1,^1,^1”, options="header"]
[width="90%", frame="none", grid="all", cols="^1,^2", options="header"]
|=================================
| Características | RISC | CISC
| Arquitetura | Registrador-Registrador | Registrador-Memória
Expand Down
Loading

0 comments on commit e1f4944

Please sign in to comment.