We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The previous documentation suggested that if the memory address contained anything else than zero, it would return zero. However, the only thing that matters is whether or not the least significant bit at the memory address is one or zero. This updated documentation should reflect the intent of the code.
Fixed Branching in the example (branch reg target, not branch target reg)
Branch: operand order was reversed
Added TestAndSet
Updated architecture (markdown)
Updated instructions (markdown)
Updated debugging (markdown)
Heb geprobeerd om de beschrijving wat uit te breiden, maar daarvoor moet je even wat beter in de code zitten.
Updated Home (markdown)
Created debugging (markdown)