SirCmpwn

Untitled

Jun 1st, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Each portion of the test file is length-prefixed with a four byte little-endian integer.
  2.  
  3. The first portion of the file is an ASCII list of unit test information. Each entry is as follows:
  4. ASSEMBLER [name]: The name of the assembler that created this. Organic is "ORGANIC".
  5. PREREQ [name]: Defines the start of a prereq section. The default section is NONE.
  6. TEST [address]-[endaddress] [name]: Defines a test section
  7. ASSERT [address] [expression]: Assertion statement
  8.  
  9. The next section is binary data. The data is the output from assembly, in big-endian.
  10.  
  11. The last section is an ASCII listing that continues to the end of the file.
Advertisement
Add Comment
Please, Sign In to add comment