Skip to content

Stack Misaligned ?! #8

@ArcShahi

Description

@ArcShahi

In max.asm:

42 main:
43     call _CRT_INIT 

Isn't stack misaligned here?
int __cdecl invoke_main() from MSVCRT which calls 'main' of our program. It's 8B return address is pushed onto stack. And here a call to _CRT_INIT was made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions