comments
This commit is contained in:
parent
8d6838e984
commit
cd8e36f7e4
1 changed files with 2 additions and 2 deletions
|
@ -498,9 +498,9 @@ module InstructionSelector : InstructionSelector = struct
|
|||
[ Instruction (movq ~src:srcl ~dst:r15)
|
||||
(* Compare src right avec r15 (= src left) ***)
|
||||
; Instruction (cmpq ~src1:srcr ~src2:r15)
|
||||
(* Si condition est vrai jump vers le label ll *)
|
||||
(* Si condition est vrai : jump vers le label ll *)
|
||||
; Instruction (jccl ~cc ~tgt:ll)
|
||||
(* Sinon on va jump vers le label lr par défaut *****)
|
||||
(* Sinon : on va jump vers le label lr par défaut ***)
|
||||
; Instruction (jmpl ~tgt:lr)
|
||||
]
|
||||
;;
|
||||
|
|
Reference in a new issue