Update README.md

This commit is contained in:
OMGerCoder 2020-05-30 11:09:18 -04:00 committed by GitHub
parent 7aff64740e
commit b3ccb4e5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ and see which ones work and why.
First, we will define the X as data, with a label:
```nasm
the_secret:
db "X"
db 'X'
```
Then we will try to access `the_secret` in many different ways: