From 615b1a6873c0ef0c139ec2aaa39da954c9426567 Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Wed, 27 Jan 2021 18:28:29 -0500 Subject: [PATCH] Update lab1.md Quick clarification to hex printing. --- instructions/lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3