From 352c8713ddb99f4b9f3c73b5b6b8bc9e83f6b6bd Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 31 Jan 2022 22:04:24 -0700 Subject: All the cores --- src/exceptions/data.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/exceptions/data.S') diff --git a/src/exceptions/data.S b/src/exceptions/data.S index 2268de5..656ba96 100644 --- a/src/exceptions/data.S +++ b/src/exceptions/data.S @@ -22,6 +22,10 @@ data: mov r1, #15 mrs r2, spsr bl draw_hex32 + mov r0, #41 + mov r1, #15 + mrc p15, 0, r2, c5, c0, 0 //// https://developer.arm.com/documentation/ddi0464/d/System-Control/Register-descriptions/Data-Fault-Status-Register?lang=en + bl draw_hex32 ldmfd sp!, {r0-r12,lr} subs pc, lr, #4 // Should be 8 once I can actually handle the abort -- cgit v1.2.1