Closed dplassgit closed 2 years ago
mov QWORD R12, RBX ; string compare setup cmp QWORD R12, CONST__86
can just be
cmp RBX, CONST__86
can just be