Instruction 1: cmp M[turn], #0 // 0 will be subtracted from the M[turn], but the result will not be stored Instruction 2: jne END // Jump to label END if M[turn] ? 0 Instruction 3: // some assembly level instructions of "some codes" part END: ;