diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-07-14 09:05:04 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-07-14 09:05:08 +0000 |
| commit | 98b4472451d9e915fa324b2e0517a2f092511273 (patch) | |
| tree | 5cc734bc6759043268a7e0725d208b78e52fef7f /examples/hello_world.subv | |
| parent | start working on DTB printer (diff) | |
| download | subv-98b4472451d9e915fa324b2e0517a2f092511273.tar.gz subv-98b4472451d9e915fa324b2e0517a2f092511273.zip | |
rename CSR instruction part /csr12 → /csr
Diffstat (limited to 'examples/hello_world.subv')
| -rw-r--r-- | examples/hello_world.subv | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
