aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/priv.S
blob: 2d20a656323396c2f65c0d8d2401518e11cf6861 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../../env/encoding.h"

        .global         main

        .section        .text
main:
        # MISA is only readable from machine mode
        csrr    t0, CSR_MISA
        csrr    t0, CSR_MISA
        csrr    t0, CSR_MISA
        csrr    t0, CSR_MISA