Difference between revisions of "CSC231 Homework 4 Solution"
Line 3: | Line 3: | ||
==Problem #1== | ==Problem #1== | ||
− | < | + | <source lang="asm"> |
;;; ; ------------------------------------------------------------------- | ;;; ; ------------------------------------------------------------------- | ||
;;; ; hw4a.asm | ;;; ; hw4a.asm | ||
Line 133: | Line 133: | ||
− | </ | + | </source> |
==Problem #2== | ==Problem #2== | ||
− | < | + | <source lang="asm"> |
;;; ; ------------------------------------------------------------------- | ;;; ; ------------------------------------------------------------------- | ||
;;; ; hw4b.asm | ;;; ; hw4b.asm | ||
Line 233: | Line 233: | ||
ret | ret | ||
− | </ | + | </source> |
</onlydft> | </onlydft> | ||
[[Category:CSC231]] | [[Category:CSC231]] |