John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Status: Tags: #cards/cmpt295/assembly Links: x86-64 Assembly


Caller vs Callee

Principles

When a caller calls a callee? (Control, data, memory) ?

Registers

Callee Saved

?

List of callee saved ?

Caller Saved

?

List of caller saved ?

How to preserve %r10 ?


References:

Created:: 2022-02-12 15:51

Stack

Over 6 Arguments

Procedure for when over 6 function arguments ?

Convert into assembly Image from Gyazo ? Image from Gyazo

Storage

Caller saved + Callee saved ? Image from Gyazo


Interactive Graph