From f975ea50027d399f4d60cec95408ea5fe8e2c747 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Tue, 2 Jan 2018 19:39:33 -0300 Subject: [PATCH] Created The Cubot Manuals (markdown) --- The-Cubot-Manuals.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 The-Cubot-Manuals.md diff --git a/The-Cubot-Manuals.md b/The-Cubot-Manuals.md new file mode 100644 index 0000000..f9f43b9 --- /dev/null +++ b/The-Cubot-Manuals.md @@ -0,0 +1,19 @@ +# The Cubot's Structure Overview + +An image showing the Cubot's parts (CPU, registers and hardware) followed by brief descriptions. + +# Hardware Specifications + +Details about the hardware with minimal code examples on how to use them. + +# The CPU + +Even more detailed information, always with examples that can be tested within the game itself, so the user can see the effect of what’s being taught on the behavior of his Cubot. + +## Binary and Hexadecimal Representation + +## The Assembly Language + +## *Tick* mechanics + +# Useful code snippets \ No newline at end of file