Difference between revisions of "CSC231 Homework 4 Solution"

From dftwiki3
Jump to: navigation, search
 
Line 3: Line 3:
  
 
==Problem #1==
 
==Problem #1==
<code><pre>
+
<source lang="asm">
 
;;; ; -------------------------------------------------------------------
 
;;; ; -------------------------------------------------------------------
 
;;; ; hw4a.asm
 
;;; ; hw4a.asm
Line 133: Line 133:
 
 
  
</pre></code>
+
</source>
  
  
 
==Problem #2==
 
==Problem #2==
<code><pre>
+
<source lang="asm">
 
;;; ; -------------------------------------------------------------------
 
;;; ; -------------------------------------------------------------------
 
;;; ; hw4b.asm
 
;;; ; hw4b.asm
Line 233: Line 233:
 
ret
 
ret
  
</pre></code>
+
</source>
 
</onlydft>
 
</onlydft>
  
 
[[Category:CSC231]]
 
[[Category:CSC231]]

Latest revision as of 15:14, 21 October 2014


...