Update README.md

This commit is contained in:
nicsure 2024-06-01 10:57:01 +01:00 committed by GitHub
parent a70a5f0b41
commit 4191f36c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,4 +38,4 @@ code:0000B9A4 jc code_B98D
code:0000B9A6 ret
```
The structure and logic of this section does seem to make sense, it's performing some kind of loop, incrementing a ram pointer, until some condition is met then returning.
The structure and logic of this section does seem to make sense, it's performing some kind of loop, incrementing a ram pointer, calling some other function until some condition is met then returning.