document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  push [third]        ;push the third parameter
  2.  push [second]       ;push the second parameter
  3.  push [first]        ;push the first parameter
  4.  call foo
  5.  add sp , 12         ;the caller balances the stack frame
');