aboutsummaryrefslogtreecommitdiff
path: root/parse-opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'parse-opcodes')
-rwxr-xr-xparse-opcodes3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse-opcodes b/parse-opcodes
index 04bf70f..66fcd73 100755
--- a/parse-opcodes
+++ b/parse-opcodes
@@ -93,6 +93,9 @@ csrs = [
(0x704, 'mscycle_delta'),
(0x705, 'mstime_delta'),
(0x706, 'msinstret_delta'),
+ (0x7b0, 'dcsr'),
+ (0x7b1, 'dpc'),
+ (0x7b2, 'dscratch'),
# Standard Machine RO
(0xF00, 'mcycle'),