Removed an unnecessary jmp instruction

pull/77/head
Ivan Cordero 6 years ago committed by GitHub
parent 301019e838
commit 007296bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,6 @@ Assembler jumps are defined by the *previous* instruction result. For example:
cmp ax, 4 ; if ax = 4
je ax_is_four ; do something (by jumping to that label)
jmp else ; else, do another thing
jmp endif ; finally, resume the normal flow
ax_is_four:
.....

Loading…
Cancel
Save