Use OpCOde constants.
[brdnet.git] / opcode.pas
blob7dac0d1913d60b863d3743caf3f9a5bbbbf603d1
1 UNIT opcode;
2 INTERFACE
4 const
5 tcdata=4;
6 tcdataimm=6;
7 tccont=5;
8 tceack=7;
9 tcdata_no_report=8 unimplemented;
10 const
11 upFileServer=2;
13 IMPLEMENTATION
14 END.