Hi!

I have been looking around for some info how to jump to an absolute address (not label) but without success. So, I have not found that info...

I have a need to jump to the absolute address 0F4C.

Knowing that the banks are one byte wide and for example a bra instruction needs to calculate the address to the final location, jumping over the bank borders.

How do one calculate a long jump address?
Or how can on do that with the assembler?

If you know how to do it, please advice...