Talk:Stack

From OSDev Wiki

Jump to: navigation, search

The page says using ebp for a stack frame is part of the cdecl calling convention. That's not true. Ebp is not "special" in cdecl. It should be treated as any other non-volatile register (ebx, esi, edi, etc...).

Personal tools