Difference between revisions of "CSC231 Final Exam 2014"
Line 49: | Line 49: | ||
*The first 2 is the one entered by the user. The program then prints a line-feed, then prints the number again, then another line feed. In assembly this looks like this: | *The first 2 is the one entered by the user. The program then prints a line-feed, then prints the number again, then another line feed. In assembly this looks like this: | ||
<br /> | <br /> | ||
− | <source lang="asm"> | + | :::<source lang="asm"> |
_start: | _start: | ||
call _getInput | call _getInput |