how do I do it?
I'm trying to make a conditional jump to a label:
jz newmm
but tasm says that the relative jump is out of range by 000D bytes. How do I change this to a long jump? How can I make it jump to an address, rather than a relative position in the memory?