summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-08-08 18:52:32 +0200
committerThomas Albers <thomas@thomaslabs.org>2023-08-08 18:52:32 +0200
commit3c1c8415713f80cd0919f7bd5244d292f1c3cfe1 (patch)
treee82494ef6bf73c06628f254c3ae01b7e11156e55 /README.org
Initial commit
Diffstat (limited to 'README.org')
-rw-r--r--README.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..a4d4f3e
--- /dev/null
+++ b/README.org
@@ -0,0 +1,19 @@
+#+title: Zbootloader
+#+author: Thomas Albers Raviola <thomaslabs.org>
+
+Bootloader for Z80 based computers enables uploading programs to memory through
+serial communication and accesing both memory and I/O addresses from the
+terminal
+
+* Protocol
+
+
+| Z80 | Master |
+|----------+----------|
+| | Header |
+| ACK | |
+| | Argument |
+| ACK | |
+| Response | |
+| | ACK |
+|----------+----------|