Added new findings, small format changes.

Branch_1.5.0
Nathan Crawford 2008-04-17 02:53:23 +00:00
rodzic 0732f43474
commit f22fac32d2
2 zmienionych plików z 17 dodań i 14 usunięć

Wyświetl plik

@ -3,15 +3,17 @@
<title>CSewFigSeg</title>
</head>
<body>
<pre>Copyright (c) 2008 Nathan Crawford.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the Documentation Index page
in the section entitled "GNU Free Documentation License".
<pre>
Copyright (c) 2008 Nathan Crawford.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the Documentation Index page
in the section entitled "GNU Free Documentation License".
$Id$
Most numerical values appear to be 16 bit signed ints and are shown as such in this document, unless otherwise noted.
All characters appear to be ascii.
@ -47,7 +49,7 @@ Block:
(block)
(block seperator)
...
when you get a block seperator that has the -1 value mentoined above, stitch blocks are done
when you get a block seperator that has the -1 value mentoined above, stitch blocks are done
</pre>
</body>

Wyświetl plik

@ -12,17 +12,18 @@
in the section entitled "GNU Free Documentation License".
$Id$
Most numerical values appear to be 16 bit ints and are shown as such in this document, unless otherwise noted.
Most numerical values appear to be 16 bit signed ints and are shown as such in this document, unless otherwise noted.
All characters appear to be ascii.
#PES0001 (16 bytes in this section)
1. address of PEC section start (this is a UInt32)
1. address of the PEC section start (this is a UInt32)
2. a value of 1 here seems to indicate design data is over 100KB long, or 0 for less than 100KB
3. 1 (the rest of the fields in this section appear to be always the same; they also match the ending fields of the next section)
4. 1
5. -1
6. 0
7. 7
7. number of characters in the name of the next class (7 for CEmbOne)
CEmbOne (66 bytes in this section)
1.
2.
@ -56,7 +57,7 @@ CEmbOne (66 bytes in this section)
30. 1
31. -1
32. 0
33. 7
33. number of characters in the name of the next class (7 for CSewSeg)
CSewSeg
Start stitch blocks
Block:
@ -83,7 +84,7 @@ Start color table:
(number of blocks)
...
This block ends with 0 0 (00 00 in hex)
After the color table should be 16716 (LA in char, 4C 41 in hex) which seems to signal the start of PEC section
After the color table should be 16716 (LA in char, 4C 41 in hex) which seems to signal the start of the PEC section
</pre>
</body>
</html>