I am a computer engineering student using Microvison2. I am trying to create a small program that uses an sjmp loop comand but I don't know how to make labels in the software. Any help would be greatly appreciated.
If you are really keen to write assembly language, the path of least resistance is to write an assembly language module explicitly and avoid coding it in in-line assembly. Use the SRC option to build an assembly language template if you must.