📜  如果打开变量 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:04.541000             🧑  作者: Mango

代码示例1
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:
;