Trying to shortcut the main part of a palindrome checking program see below:
li $t9, $t6($t5)
bne $t9, $t7($t5), no1
This throws a syntax error, is there not a way to use a variable as an offset in assembly? Using PLP software tool 5.2
Trying to shortcut the main part of a palindrome checking program see below:
li $t9, $t6($t5)
bne $t9, $t7($t5), no1
This throws a syntax error, is there not a way to use a variable as an offset in assembly? Using PLP software tool 5.2