# Pastebin SLVMFlfQ _opPlus: jal consumeWhitepsace # advance $a0 forward past any whitespace, jal readInteger # advance $a0 past one integer, and store in $v0 move $a0, $v0 jal printInteger li $t0, -1 beq $t0, $v0, _processOperator__overflow j _processOperator__postlude