Question:What does the linker error " C60 15-bit
disp overflow " mean ?
Answer:
This error comes when the code is trying to
load/store from/to a region of .bss which is too far
away. The user should compile
and link with the -ml ( large model) option.