From 98b4472451d9e915fa324b2e0517a2f092511273 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 14 Jul 2021 11:05:04 +0200 Subject: =?UTF-8?q?rename=20CSR=20instruction=20part=20/csr12=20=E2=86=92?= =?UTF-8?q?=20/csr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/ask_name.subv | 2 +- examples/hello_world.subv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/ask_name.subv b/examples/ask_name.subv index 4be18eb..160efc5 100644 --- a/examples/ask_name.subv +++ b/examples/ask_name.subv @@ -12,7 +12,7 @@ == code 0x80400000 # load mhartid CSR into t0, trap all but first Hart - # 73/system 5/rd/t0 2/funct3/csrrs 0/rs/x0 f14/csr12/mhartid + # 73/system 5/rd/t0 2/funct3/csrrs 0/rs/x0 f14/csr/mhartid # 63/branch 1/subop/!= 5/rs/t0 0/rs/x0 0/off13 main: diff --git a/examples/hello_world.subv b/examples/hello_world.subv index b85739d..f74bc64 100644 --- a/examples/hello_world.subv +++ b/examples/hello_world.subv @@ -1,6 +1,6 @@ == code 0x80400000 # load mhartid CSR into t0, trap all but first Hart - # 73/system 5/rd/t0 2/funct3/csrrs 0/rs/x0 f14/csr12/mhartid + # 73/system 5/rd/t0 2/funct3/csrrs 0/rs/x0 f14/csr/mhartid # 63/branch 1/subop/!= 5/rs/t0 0/rs/x0 0/off13 main: -- cgit v1.2.3