I was reading the post about commenting the asm code to be able to relate the asm code to the vm code. Smart idea because im finding it very easy to get lost in code
. Right now i am writing the comments that describe each section before it runs. However when the CPUE opens the code all my comments are gone. Any idea on how to implement a solution to help me pinpoint where i am in code. I thought about using cadets solution generating a list that tells that has an address / asmcode format. So where ever the error is i know exactly where i am.
P.S. It's kicking my butt but i refuse to give in.