;loop in assembly language ;run on compiler Dosbox or emu8086 mov cx,0 mov cx,4 ;this loop iterate 4 times loop1: ;loop body loop loop1