File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ http://95.215.8.74:5000/days_since_last_commit.png ] ( http://95.215.8.74:5000/days_since_last_commit.png )
4
4
5
+ ** 16.06.2025** : Исправлена ошибка в _ листинге II.14-2_ .
6
+
7
+ Предпоследнюю инструкцию (` lw a0, 40(a0) ` ) следует читать как ` lw a0, 24(a0) ` .
8
+
9
+ ---
10
+
5
11
** 22.05.2025** : Исправлено несоответствие в названиях модулей в ЛР10-12.
6
12
7
13
- ` irq_controller ` следует читать как ` interrupt_controller ` ;
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ _int_handler:
145
145
lw t4, 60 (a0 )
146
146
lw t5, 64 (a0 )
147
147
lw t6, 68 (a0 )
148
- lw a0 , 40 (a0 )
148
+ lw a0 , 24 (a0 )
149
149
150
150
# Выход из обработчика прерывания
151
151
mret
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ _int_handler:
145
145
lw t4, 60 (a0 )
146
146
lw t5, 64 (a0 )
147
147
lw t6, 68 (a0 )
148
- lw a0 , 40 (a0 )
148
+ lw a0 , 24 (a0 )
149
149
150
150
# Выход из обработчика прерывания
151
151
mret
You can’t perform that action at this time.
0 commit comments