now fetching from ram correctly as ram is 32 bit word not byte indexed
This commit is contained in:
parent
3f50fe32f8
commit
63a73d3f71
3 changed files with 9 additions and 1 deletions
|
@ -25,6 +25,11 @@ essence forms the context of our micro-op machinery.
|
|||
|
||||
Change instructions to support Nix
|
||||
|
||||
## Disassembling
|
||||
```
|
||||
riscv64-unknown-elf-objdump -D -b binary -m riscv:rv64 ./rv_tests/hello_world/hello.bin > hello.asm
|
||||
```
|
||||
|
||||
|
||||
# TODO
|
||||
- [ ] fetch should invoke mem read function
|
||||
|
|
Reference in a new issue