disk8: Initial commit
[pdp8.git] / sw / disk8 / src / remote8_commands.h
diff --git a/sw/disk8/src/remote8_commands.h b/sw/disk8/src/remote8_commands.h
new file mode 100644 (file)
index 0000000..f335719
--- /dev/null
@@ -0,0 +1,26 @@
+#ifndef REMOTE8_COMMANDS_H
+#define REMOTE8_COMMANDS_H
+
+/*
+ * All CR/LF/VT/HT/SP ect. characters are always ignored in handshake level!
+ * Parity (bit 7) is ALWAYS STRIPPED AND IGNORED!
+ */
+
+/* Commands down to the PDP-8 /*
+#define C_HELLO 'H'
+#define C_FILENAME 'F'
+#define C_OPEN_READ 'R'
+#define C_OPEN_WRITE 'W'
+
+
+
+
+
+
+
+
+
+
+
+
+#endif