Quote:
Originally Posted by pokedude9
Line 5: .global typeabilities
Unnecessary statement because typeabilities does not name a label in your code... change it to .global Swarm, that will put "Swarm" as top-most function.
MULS and LSLS:
These commands are not standard Thumb. You need to change those to MUL and LSL respectively.
|
Would that include LSRS >> LSR? There is also a MOVS command. It didn't say it was wrong but should that stay that way or should I turn it into MOV?