adding hello world

This commit is contained in:
Amanda Rousseau
2017-03-21 11:51:07 -07:00
parent 7e25947a71
commit e35cff7249
2 changed files with 7 additions and 3 deletions

View File

@@ -111,13 +111,17 @@ The **EIP** register contains the address of the next instruction to be executed
---
## A Function and Calling a Function ##
## Hello World ##
### Arguments ###
![alt text](https://securedorg.github.io/images/helloworld.gif "Hello World")
## Calling a Function ##
### Arguments on the Stack ###
![alt text](https://securedorg.github.io/images/FunctionCall.gif "Function Arguments")
### Local Variables ###
### Local Variables on the Stack ###
![alt text](https://securedorg.github.io/images/FunctionCall2.gif "Function Locals")

BIN
images/helloworld.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB