Skip to content
View sucremad's full-sized avatar
🕷️
🕷️
Block or Report

Block or report sucremad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sucremad/README.md

Hi!


90 nop
90 nop
90 nop
90 nop
90 nop
90 nop
90 nop
90 nop

Pinned

  1. Function Call Conventions Function Call Conventions
    1
    # Most Common Calling Conventions
    2
    Most commons are _[cdecl](https://gist.github.com/sucremad/c3cf6ecde3f649e77b525c764e717f1e#cdecl), [stdcall](https://gist.github.com/sucremad/c3cf6ecde3f649e77b525c764e717f1e#stdcall), [fastcall](https://gist.github.com/sucremad/c3cf6ecde3f649e77b525c764e717f1e#fastcall)_ <br/><br/>
    3
     In function calls, parameters are pushed onto the stack from right to left. 
    4
    
                  
    5
    ## Example Function Pseudo Code