/* Example of self-repeating code section */ .main: .loop const8 datum "ITERATION!!! " movc ax 1 movc bx 1 movc cx @datum movc dx #datum sys jmp @loop