SirCmpwn

Untitled

Jun 1st, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. The first portion of the file is an ASCII list of unit test information. Each entry is as follows:
  2. ASSEMBLER [name]: The name of the assembler that created this. Organic is "ORGANIC".
  3. PREREQ [name]: Defines the start of a prereq section. The default section is NONE.
  4. TEST [address]-[endaddress] [name]: Defines a test section
  5. ASSERT [address] [expression]: Assertion statement
  6. END: Ends this portion of the unit test file.
  7.  
  8. The next section is binary data. It is preceeded by a little-endian 4-byte integer that defines the size
  9. of the binary data that follows. 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