Skip to content

Commit

Permalink
Fix:Tiny Typo in part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluoaaa committed Mar 2, 2020
1 parent 7d56b80 commit 9981eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_Assembly/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ There are three functions that deal with register allocation:
I'm not going to go through the code as it's straight forward but with
some error checking. Right now, if I run out of registers then the
progam will crash. Later on, I'll deal with the situation when we have
program will crash. Later on, I'll deal with the situation when we have
run out of free registers.
The code works on generic registers: r0, r1, r2 and r3. There is a table
Expand Down

0 comments on commit 9981eb2

Please sign in to comment.