disk8: Initial commit
[pdp8.git] / sw / disk8 / src / remote8_commands.h
1 #ifndef REMOTE8_COMMANDS_H
2 #define REMOTE8_COMMANDS_H
3
4 /*
5 * All CR/LF/VT/HT/SP ect. characters are always ignored in handshake level!
6 * Parity (bit 7) is ALWAYS STRIPPED AND IGNORED!
7 */
8
9 /* Commands down to the PDP-8 /*
10 #define C_HELLO 'H'
11 #define C_FILENAME 'F'
12 #define C_OPEN_READ 'R'
13 #define C_OPEN_WRITE 'W'
14
15
16
17
18
19
20
21
22
23
24
25
26 #endif