- infixLoop lw r3, (r30) ; load curr node
- seq r4, r3, r0 ; node null?
- bt r4, infixReturn ; returns to previous node
- lw r1, 4(r3) ; r1 -> left integer value
- lw r2, -32(r14) ; r2 -> space (8 numbers should be sufficent)
- jal intToStr
- subui r14, r14, 128 ; space for intToStr conversion
- sw -4(r14), r1 ; ->left = '-24-128(r14)'
- subui r14, r14, 4 ; space for node
- jal infix ; save r31 and go to next node
- ; from return (last line)
- addui r14, r14, 132 ; conversion and node
| Author: Anonymous | Language: text |
| Description: No description | Timestamp: 2008-11-20 10:56:19 -0400 |
| View raw paste | Reply |
| View raw paste | Reply |
