Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chapter 12/codesnippets.s
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
_start:
l1: STP Q8, Q9, [SP, #-32]!
STR Q10, [SP, #-16]!
LDP Q8, Q9, [SP], #32
LDR Q10, [SP], #16
LDP Q8, Q9, [SP], #32

l2: ADRP X1, fp1@PAGE
ADD X1, X1, fp1@PAGEOFF
Expand Down