(...args)
| 146 | this.writeUint8(register, byte); |
| 147 | } |
| 148 | readWord(...args) { |
| 149 | trace("readWord renamed to readUint16\n"); |
| 150 | return this.readUint16(...args); |
| 151 | } |
| 152 | writeWord(...args) { |
| 153 | trace("writeWord renamed to writeUint16\n"); |
| 154 | this.writeUint16(...args); |
no test coverage detected