I want to compile an independent binary which I'll then byte to byte copy in the context of another binary (probably using Hex Editor). I can specify the base by '/BASE' option but I wasn't able to find a way for me to say something like:
int var@0x30000; //only declare the symbol by its address in the host binary