From: Thadeu Lima de Souza Cascardo Date: Wed, 6 Feb 2019 18:39:59 +0000 (-0200) Subject: Cause illegal instruction X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fblix.git;a=commitdiff_plain;h=bde6ce9e912a6380d7d0fb856990f260a980c833;hp=cd70dcfee57108a586867b93200f62f2dcb32bab Cause illegal instruction --- diff --git a/blix.S b/blix.S index c3c0121..dd35be8 100644 --- a/blix.S +++ b/blix.S @@ -9,6 +9,7 @@ _start: jal puts csrr a2, stvec jal putl + csrw 0xfff, a0 halt: j halt