mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-23 15:24:06 +00:00
Clarifications of EightBit library
This commit is contained in:
@@ -61,8 +61,7 @@ namespace EightBit
|
||||
public void Write()
|
||||
{
|
||||
this.OnWritingByte();
|
||||
var value = this.Data; // N.B. Don't join these two lines together: the
|
||||
this.Reference() = value; // data bus integrity is lost, due to evaluation order!
|
||||
this.Reference() = this.Data;
|
||||
this.OnWrittenByte();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user