From: Devecsery, David Date: Wed, 27 Jan 2021 23:28:29 +0000 (-0500) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=615b1a6873c0ef0c139ec2aaa39da954c9426567;p=cs3210-lab1.git Update lab1.md Quick clarification to hex printing. --- diff --git a/instructions/lab1.md b/instructions/lab1.md index fd8726e..7080ed3 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -142,7 +142,7 @@ will read `Backtrace:`. Each of the following N lines will have the following information and format (in order from left to right): - three (3) spaces to start the line -- The address of the next instruction to run in the stack, printed in lower-case hex, surrounded on the left by a single `<` and on the right by a single `>` +- The address of the next instruction to run in the stack, printed in lower-case hex, prefixed by "0x", surrounded on the left by a single `<` and on the right by a single `>` - a single space - The name of the function on the callstack - A single `+` character