minor changes
This commit is contained in:
parent
832f1bb090
commit
7aa384c7f4
@ -60,12 +60,6 @@ We also have some code, in this case we want to write something to stdout, then
|
|||||||
From the top we have a need for some data:
|
From the top we have a need for some data:
|
||||||
|
|
||||||
```
|
```
|
||||||
# comments look like this btw
|
|
||||||
# first we declare that we have some data
|
|
||||||
.data
|
.data
|
||||||
|
|
||||||
# here is where our 'instructions' lie
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# lec15
|
# lec15
|
||||||
|
|
||||||
_functions and recursion_
|
If we want to write our functions in MIPS then we need some way of not just returning from a _sub-routine_ but also pushing arguments to each function call.
|
||||||
|
Loading…
Reference in New Issue
Block a user