I read about universal turing machines in the internet, but I did not find a concrete listing of a universal turing machine and a descreption, how a specific turing machine has to be coded that the universal machines simulates it. Does anyone know a suitable link ?
I found the following description of the smallest universal turing machine :
A B
0 P1,R,B P2,L,A
1 P2,L,A P2,R,B
2 P1,L,A P0,R,A
As it has no halting state, how can it simulate a halting turing machine ? (Sorry for the bad format)