Jun 24, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 19: Common patterns Raymond Chen Code sequences you will learn to recognize.
Jun 23, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 18: Other kinds of prologues and epilogues Raymond Chen Taking shortcuts and combining steps, or omitting them entirely.
Jun 22, 2021 Post comments count3 Post likes count0 The ARM processor (Thumb-2), part 17: Prologues and epilogues Raymond Chen Implementing the receiving end of the calling convention.
Jun 21, 2021 Post comments count3 Post likes count0 The ARM processor (Thumb-2), part 16: The calling convention Raymond Chen Pretend it's on the stack, even if it isn't.
Jun 18, 2021 Post comments count5 Post likes count0 The ARM processor (Thumb-2), part 15: Miscellaneous instructions Raymond Chen The stuff that didn't fit anywhere else.
Jun 17, 2021 Post comments count1 Post likes count0 The ARM processor (Thumb-2), part 14: Manipulating flags Raymond Chen Reaching in and flipping the switches.
Jun 16, 2021 Post comments count10 Post likes count0 The ARM processor (Thumb-2), part 13: Trampolines Raymond Chen The overly-uniform program counter register strikes again.
Jun 15, 2021 Post comments count4 Post likes count0 The ARM processor (Thumb-2), part 12: Control transfer Raymond Chen Let's go places.
Jun 14, 2021 Post comments count3 Post likes count0 The ARM processor (Thumb-2), part 11: Atomic access and barriers Raymond Chen Doing things one at a time.
Jun 11, 2021 Post comments count2 Post likes count0 The ARM processor (Thumb-2), part 10: Memory access and alignment Raymond Chen It's just loads and stores.