File formats ============ tests.in -------- Each test has the format: AF BC DE HL SP PC specifies whether the Z80 is halted. specifies the number of tstates to run the test for, in decimal; the number actually executed may be higher, as the final instruction is allowed to complete. Then followed by lines specifying the initial memory setup. Each has the format: ... -1 eg 1234 56 78 9a -1 says to put 0x56 at 0x1234, 0x78 at 0x1235 and 0x9a at 0x1236. Finally, -1 to end the test. Blank lines may follow before the next test. tests.expected -------------- Each test output starts with the test description, followed by a list of 'events': each has the format