@neauoire haha ok real quick. So far I've only used absolute addressing because I find it the most intuitive. Is the primary advantage of relative addressing is that it uses less memory (storing addresses as bytes instead of shorts)? Is there another reason to prefer it? Also, do I need to do anything special when I'm labeling an address to use relative addressing? Or can I make a relative jump (or load) as long as it's within 127 bytes and the assembler will take care of it for me?
@eamon The primary advantage is that's it takes less memory and is faster, especially when used in datastructures. If you're using the STR/LDR opcodes, you need to use the comma rune. If you use JCI(?)/JMI(!)/JSI opcodes, the assembler will handle that for you.
http://wiki.xxiivv.com/site/uxntal_reference.html#ldr