From c75b10d6bde60075b305dce583f8433c5f182271 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Sun, 5 Oct 2014 12:04:45 +0200 Subject: [PATCH] lesson 4, manipulating the stack --- 04-bootsector-stack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-bootsector-stack/README.md b/04-bootsector-stack/README.md index 8d02f90..adcdaea 100644 --- a/04-bootsector-stack/README.md +++ b/04-bootsector-stack/README.md @@ -1,4 +1,4 @@ -*Concepts you may want to Google beforehand:stack* +*Concepts you may want to Google beforehand: stack* The usage of the stack is important, so we'll write yet another boot sector with an example.