From afbc478a06085f17e40c5fd5cf4d8a9a65874391 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sat, 30 Dec 2017 22:13:48 -0500 Subject: [PATCH] Updated Hardware: Universal Com Port (markdown) --- Hardware:-Universal-Com-Port.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Hardware:-Universal-Com-Port.md b/Hardware:-Universal-Com-Port.md index 1ed19f2..cdafb0c 100644 --- a/Hardware:-Universal-Com-Port.md +++ b/Hardware:-Universal-Com-Port.md @@ -15,4 +15,6 @@ Hardware ID: `0x000D` | `2` | `FRONT_PORT_OUT` | `20 kJ` | Copies 8 words starting from the address in X to the object directly in front of the cubot if this object has a Universal Com Port as well. The B register is set if the operation succeeded, it is reset otherwise | | `3` | `SELF_OUT` | `1 kJ` | Copies 8 words starting from the address in X to the internal message buffer. The B register is set if the operation succeeded, it is reset otherwise | -Note that a Cubot can send a message to another Cubot's internal buffer, which will be emptied into his console screen. Currently, the [Radio Tower](https://github.com/simon987/Much-Assembly-Required/wiki/Radio-Tower) is the only other object with a Com Port. \ No newline at end of file +Note that a Cubot can send a message to another Cubot's internal buffer, which will be emptied into his console screen. Currently, the [Radio Tower](https://github.com/simon987/Much-Assembly-Required/wiki/Radio-Tower) is the only other object with a Com Port. + +* As of 2017-12-30, the B register is left untouched by the Hardware \ No newline at end of file