Answer the question
In order to leave comments, you need to log in
Assembly optimization?
Good time of the day.
I understand with the assembler and I can not understand one procedure.
.parse_char:
lodsb
test al, al
jz .config_end
cmp al, 10
je .run_command
cmp al, 13
je .run_command
jmp .parse_char
As far as I understand, test is needed here for optimization. The full code of the project I'm trying to understand: https://yadi.sk/d/MW3fNS7xgtEKr
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question