Commit ba7a1091 authored by mullers's avatar mullers
Browse files

more zeroedBytes added

parent 7d9439d2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -127,10 +127,14 @@
  group zeroedBytes {
    const Oct1    c_1ZeroByte := int2oct(0,1);
    const Oct2    c_2ZeroBytes := int2oct(0,2);
	const Oct3    c_3ZeroBytes := int2oct(0,3);
    const Oct4    c_4ZeroBytes := int2oct(0,4);
	const Oct5    c_5ZeroBytes := int2oct(0,5);
    const Oct6    c_6ZeroBytes := int2oct(0,6);
	const Oct7    c_7ZeroBytes := int2oct(0,7);
    const Oct8    c_8ZeroBytes := int2oct(0,8);
	const Oct9    c_9ZeroBytes := int2oct(0,9);
	const Oct10    c_10ZeroBytes := int2oct(0,10);
    const Oct12   c_12ZeroBytes := int2oct(0,12);
	const Oct13   c_13ZeroBytes := int2oct(0,13);
    const Oct16   c_16ZeroBytes := int2oct(0,16);