Update README.md

This commit is contained in:
hasherezade 2021-03-25 22:28:21 +01:00 committed by GitHub
parent aba0c2a50a
commit 43c647c326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ After inlining all the strings we should compile the application again, by:
ml /c <file_name>.asm
link <file_name>.obj /entry:main
```
Sometimes inlining the strings will make a distance between instructions too big, and prevent short jumps. We need to fix it manually, by changing the short jumpt to long jumps.
Sometimes inlining the strings will make a distance between instructions too big, and prevent short jumps. We need to fix it manually, by changing the short jump to long jump.
Example: