The exec09 simulator lets you run 6809 programs on your UNIX-like machine. It was developed to test that the compiler output was correct. The simulator is distributed separately from the GCC6809 patch.
The simulator is configured using Autoconf like most of the standard GNU tools.
simple is the default architecture and is the one that the ‘m6809-unknown-none’ targets. It simulates a machine which:
exit()
with that value.
EON is a more advanced machine which was developed to experiment with complex operating systems on the 6809.
WPC is the hardware used by many pinball machines during the 1990's. The WPC simulation is primitive compared to that of existing emulators like PinMAME.