Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The first portion of the file is an ASCII list of unit test information. Each entry is as follows:
- ASSEMBLER [name]: The name of the assembler that created this. Organic is "ORGANIC".
- PREREQ [name]: Defines the start of a prereq section. The default section is NONE.
- TEST [address]-[endaddress] [name]: Defines a test section
- ASSERT [address] [expression]: Assertion statement
- END: Ends this portion of the unit test file.
- The next section is binary data. It is preceeded by a little-endian 4-byte integer that defines the size
- of the binary data that follows. The data is the output from assembly, in big-endian.
- The last section is an ASCII listing that continues to the end of the file.
Advertisement
Add Comment
Please, Sign In to add comment