From a9f63b8cdb930d079cc69d492fe44dc8224c1e03 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 16 Mar 2022 22:28:33 -0700 Subject: More comments --- src/exceptions/prefetch.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exceptions/prefetch.S') diff --git a/src/exceptions/prefetch.S b/src/exceptions/prefetch.S index 1aeba10..5166d00 100644 --- a/src/exceptions/prefetch.S +++ b/src/exceptions/prefetch.S @@ -4,13 +4,13 @@ prefetch: cpsid aif stmfd sp!, {r0-r12,lr} mov r4, lr - mov r0, #0 - mov r1, #16 + mov r0, #98 + mov r1, #0 ldr r2, =prefetch_msg bl draw_string // Output return address - mov r0, #17 - mov r1, #16 + mov r0, #98 + mov r1, #1 mov r2, r4 bl draw_hex32 ldmfd sp!, {r0-r12,lr} -- cgit v1.2.1