From b3ccb4e5bb9787d2154b992fa71fce0d2d2d4efa Mon Sep 17 00:00:00 2001 From: OMGerCoder <49702530+OMGerCoder@users.noreply.github.com> Date: Sat, 30 May 2020 11:09:18 -0400 Subject: [PATCH] Update README.md --- 03-bootsector-memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-bootsector-memory/README.md b/03-bootsector-memory/README.md index c8d9b60..ccbf8a7 100644 --- a/03-bootsector-memory/README.md +++ b/03-bootsector-memory/README.md @@ -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: