arm-education / arm-education/Graphical-Micro-Architecture-Simulator
wrong value of MemWrite signal?
- Dominant language
- JavaScript
- Stars
- 142
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
I assembled and executed a program with the lone instruction
`STUR X1, [X2, #20]`
In the graphical output, the `MemRead` signal is 1 and the `MemWrite` is 0. Shouldn't `MemWrite` be 1 here?

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the lone `STUR X1, [X2, #20]` instruction in the graphical simulator and trace how its memory-control signals are generated. Compare the displayed `MemRead` and `MemWrite` values with the expected store behavior; done means the signal output correctly represents this instruction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100