vs-ude / mic-1-toolbox

Web-based MIC-1 emulator and toolbox
https://vs-ude.github.io/mic-1-toolbox/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Check read/write semantics #148

Closed OskarCarl closed 11 months ago

OskarCarl commented 1 year ago

What happens when we rd; wr; ? The read should probably complete before the write op, but is this defined in Tanenbaum's book?

Zeusmaxhallo commented 1 year ago

Im Tannenbaum stehen keine Informationen wie lange Write dauert, es wird nur Read behandelt.

Es wird nur gesagt, dass Write und Read nicht gleichzeitig benutzt werden sollen: "However, trying to read and write the same byte simultaneously gives undefined results."