Motorola EXORciser simulator Code
Brought to you by:
jhallen
Motorola M6800 "EXORciser" development system simulator which allows you to run MDOS. It also can simulate an SWTPC 6800 Computer System which allows you to run FLEX2. Just type "make" to compile it: exor This is the simulator mdos This provides file access to MDOS diskette images unasm This is a stand-alone 6800 disassember Right now the exbug.bin and swtbug.bin files must be in the current directory. To run the simulator: ./exor mdos.dsk You can get MDOS disk images here: ftp://bitsavers.informatik.uni-stuttgart.de/bits/Motorola/mdos/ You need to use "ImageDisk" to extract the binary data from from the .IMD files. imdu disk.imd disk.dsk /b You can get ImageDisk from here: http://www.classiccmp.org/dunfield/img/index.htm Documentation about MDOS can be found here: http://www.bitsavers.org/pdf/motorola/ M68MDOS3_MDOS3um_Jun79.pdf Operating system user's manual. MEK6800D2.pdf Microprocessor datasheet M6800_Microprocessor_Applications_Manual_1975.pdf Motorola_M6800_Programming_Reference_Manual_M68PRM(D)_Nov76.pdf Some text documentation and notes can be found here: doc/ To run FLEX2: ./exor --swtpc flex2.dsk You can get FLEX2 disk images here: http://75.147.194.108/Downloads.htm Download the "Emulator executable with images", install it and find the FLEX2 .DSK files.