-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtreino-branch-jump.tex
183 lines (167 loc) · 4.28 KB
/
treino-branch-jump.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage[left=1cm, right=1.5cm, top=1.5cm, bottom=1.5cm]{geometry}
\usepackage{cancel}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[usenames,dvipsnames]{xcolor}
\renewcommand{\thefootnote}{\alph{footnote}}
\setlength{\parskip}{\baselineskip}
\setlength{\parindent}{0pt}
\hypersetup {
colorlinks,
citecolor = NavyBlue,
filecolor = NavyBlue,
linkcolor = NavyBlue,
urlcolor = NavyBlue
}
\author{Lucas}
\title{Treino de Branchs e Jumps}
\begin{document}
\maketitle
\paragraph{Questão 1:} Você está no endereço efetivo 0x600 e quer deslocar o
fluxo do código para o endereço LABEL 2 = 0x0, você pode fazer isso usando
branch? jump? Quais os valores do branch (bne \$s1, \$0, LABEL2), e do jump (j
LABEL2) no formatos I, J respectivamente a seguir, para poder deslocar de 0x600
para 0x0.
Formato I
\begin{tabular}{|c|c|c|c|}
\hline
opcode & rs & rt & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
& & & & & & & & & & & & & & & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
Formato J
\begin{tabular}{|c|c|}
\hline
opcode & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline & & & & & & & & & & & & & & & & & & & & & & &
& & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
\pagebreak
\paragraph{Questão 2:} Você está no endereço efetivo 0x400400 e quer deslocar o
fluxo do código para o endereço LABEL 2 = 0x403400, você pode fazer isso usando
branch? jump? Quais os valores do branch (bne \$t1, \$0, LABEL2), e do jump (j
LABEL2) no formatos I, J respectivamente a seguir, para poder deslocar de
0x400400 para 0x403400.
Formato I
\begin{tabular}{|c|c|c|c|}
\hline
opcode & rs & rt & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
& & & & & & & & & & & & & & & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
Formato J
\begin{tabular}{|c|c|}
\hline
opcode & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline & & & & & & & & & & & & & & & & & & & & & & &
& & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
\pagebreak
\paragraph{Questão 3:} Você está no endereço efetivo 0x800 e quer deslocar o
fluxo do código para o endereço LABEL 2 = 0x900, você pode fazer isso usando
branch? jump? Quais os valores do branch (bne \$s3, \$s1, LABEL2), e do jump (j
LABEL2) no formatos I, J respectivamente a seguir, para poder deslocar de
0x800 para 0x900.
Formato I
\begin{tabular}{|c|c|c|c|}
\hline
opcode & rs & rt & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|}
\hline & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
& & & & & & & & & & & & & & & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
Formato J
\begin{tabular}{|c|c|}
\hline
opcode & imediato \\
\begin{tabular}{|c|c|c|c|c|c|}
\hline & & & & & \\
\hline
\end{tabular}
&
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline & & & & & & & & & & & & & & & & & & & & & & &
& & \\
\hline
\end{tabular}
\\[12px] \hline
\end{tabular}
\end{document}