mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Update README.md
This commit is contained in:
parent
7aff64740e
commit
b3ccb4e5bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user