From: sanav33 Date: Sun, 10 Sep 2023 19:51:59 +0000 (-0400) Subject: fix typo in readme X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=ca092d68e26b70722a35a7e2153a1f4786626743;p=cs3210-lab1.git fix typo in readme --- diff --git a/README.md b/README.md index de462e5..676c64c 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ in `include/asm/x86.h`: // Reads the current value of the register %ebp into the variable passed by // dest. // USAGE: -// int ebp; +// int dest; // read_ebp(dest); // -- dest now contains %ebp --- #define read_ebp(dest)