![]() |
.. (לתיקייה המכילה) | |
Should Text1 be of size 11 (decimal base) instead of 9? | |
Yes, they should be: TextList: .word Txt1, 11., 0, Out1, Node1 instead of TextList: .word Txt1, 9, 0, Out1, Node1 and Node1: .word Txt2, 4, 0, Out2, Node2 instead of Node1: .word Txt2, 6, 0, Out2, Node2 |
What is the first input of nextComp? an array of words or an array of bytes? | |
The first input for nextComp is an array of bytes |