# default.mmc configuration file for the example port 9002 host localhost #if mother #debug #verbose exec button start exec button stop exec button reset exec sevensegment exec timer exec rom exec mmixcpu #endif #if start color 65280 interrupt 8 label START #endif #if stop color 16711680 interrupt 9 label STOP #endif #if reset color 0x0 interrupt 10 label RESET #endif #if timer address 0x0002000000000000 interrupt 11 #endif #if sevensegment address 0x0003000000000000 #endif #if rom address 0x0000000000000000 file bios.img #endif