Hi,
I'm writing a programming language under Mac OS X (based on FORTH, but that doesn't matter here) which includes an assembler. There are many many instructions with each between 0 and 5 operands and I'd like to test whether I implemented everything correctly.
What I need is a test file with all instructions and simplified mnemonics in various forms with their corresponding 32 bits equivalent to compare it with the output of my assembler. As I didn't found anything at Moto/google, and before starting to write this BIG file myself, I'd like to ask whether you know how to find something that could help me, because I'm sure this work has been done before.
Thanks,
Daniel
Student of Electrical Engineering
ETH Zurich, Switzerland