mirror of
https://github.com/MPSU/APS.git
synced 2025-09-15 17:20:10 +00:00
ЛР16. Рефактор методички (#97)
* ЛР16. Рефактор методички * Apply suggestions from code review
This commit is contained in:
committed by
GitHub
parent
59510a522b
commit
73e521687e
@@ -31,8 +31,8 @@ _irq_config:
|
||||
li t1, -1 # -1 (все биты равны 1) означает, что разрешены все прерывания
|
||||
la t2, _trap_stack_ptr
|
||||
csrw mtvec, t0
|
||||
csrw mie, t1
|
||||
csrw mscratch, t2
|
||||
csrw mie, t1
|
||||
|
||||
# Вызов функции main
|
||||
_main_call:
|
||||
|
Reference in New Issue
Block a user