.ENABL LC .PSECT MTEXT,RW,D,GBL,REL,OVR .ASCII / **MASTER MIND**/<12><12><15> .ASCII /I am thinking of a 4 digit # comprised of digits/ .ASCII / in the range 0-7/<12><15> .ASCII /and your task is to guess what it is./<12><12><15> .ASCII /For every correct digit that is in the correct position/ .ASCII / I'll show you a 'B',/<12><15> .ASCII /representing a black token. For every correct digit that's/ .ASCII / NOT in the correct/<12><15> .ASCII /position I'll show you a 'W', / .ASCII /representing a white token./<12><15><0> .END