Question: I have this C++ code I’m trying to replicate in Assembly (68K): I’m stuck on the string[i]!=0, indexing part of assembly. I need to CMP.B with a letter string[i] with some ' ' in memory. I tried CMP.B [STRING, ...