I need to jump from C to an absolute address locate at a fixed point in program memory but I cannot find the right way:
1) I tried to use the goto statement of the C but I don't know how to declare a label with a fixed point in p.m.
2) I try to defi..
↧