Hello all, I've got a stumper. I'm using the cc5 compiler from Bengt Knudsen, and I'm trying to do some assembly in there that goes to an absolute address like so : #asm GOTO 0x05 #endasm The thing keeps giving me a syntax error. It will let me goto a label, but won't let me put a label where I want to goto. Catch 22. I'm trying to put hard addresses in for the reset vector. Anyone have this experience with this compiler or know the workaround in other compilers? -Erik Reikes