Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2016 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c5ed0b007fb968d0818ecf48ecb4de5a to your computer and use it in GitHub Desktop.
Save anonymous/c5ed0b007fb968d0818ecf48ecb4de5a to your computer and use it in GitHub Desktop.
%define STD_OUT_HANDLE [rbp-8]
%define STD_INPUT_HANDLE [rbp-16]
%define READ_FROM_CONSOLE [rbp-20]
%define WRITTEN_TO_CONSOLE [rbp-24]
%define TEMP_BUFFER [rbp-304]
%define THE_FACTORIAL [rbp-416]
%define INPUT_NUMBER [rbp-400]
%define END_OF_STRING [rbp-408]
%define INPUT_BUFFER [rbp-512]
%define MAX_INPUT 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment