The mic024.txt data file.  This is an incorrect Mic1 program that tries to
do a write to an address in the Mac-1 code area of memory!

2 microinstructions:

A   C
M   O    A        M  M        E
U   N    L    S   B  A  R  W  N     C        B        A          ADDR
X   D    U    H   R  R  D  R  C

0  0 0  1 0  0 0  1  1  0  1  0  0 0 0 0  0 0 0 1  1 1 1 1  0 0 0 0 0 0 0 0
0  0 0  1 0  0 0  0  0  0  1  0  0 0 0 0  0 0 0 0  0 0 0 0  0 0 0 0 0 0 0 0

0 Mac-1 instructions:

0 data items for main memory:

Register values:

PC  AC  SP  IR  TIR  0  +1  -1  AMASK  SMASK  A  B  C  D  E  F

0   10  69  0   0    0   1  -1  4095   255    0  0  0  0  0  5

The MAL form of the above microinstructions follows:

0:	mar := ac; mbr := f; wr;
1:	wr;

End of the mic024.txt data file.
