]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update lab1.md
authorDevecsery, David <ddevec@gatech.edu>
Wed, 27 Jan 2021 23:28:29 +0000 (18:28 -0500)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Wed, 27 Jan 2021 23:28:29 +0000 (18:28 -0500)
Quick clarification to hex printing.

instructions/lab1.md

index fd8726e88a239e4dd2cf3e2c15ecff93b10bf0b9..7080ed32fb5c55330e16cac5523afaf517e410d4 100644 (file)
@@ -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