'near' and 'far' keywords

Henry Spencer henry at utzoo.uucp
Sun Apr 24 10:02:16 AEST 1988


> Yes, however that should be the job of the linker to spot which should be
> used - someting like the jbr pseudo instruction on the PDP-11: it created
> a short branch (+-127) if it could otherwise it created a long branch...

Note, though, that it was the assembler, not the linker, that did this on
the 11.  Doing it at link time is not impossible, but it is harder, and it's
effectively impossible when the compiler writer is working with an existing
linker with rigid specs.
-- 
"Noalias must go.  This is           |  Henry Spencer @ U of Toronto Zoology
non-negotiable."  --DMR              | {ihnp4,decvax,uunet!mnetor}!utzoo!henry



More information about the Comp.lang.c mailing list