< Optimizing Linkage Editor (rlink) Options / Output Options >
Outputs an assembly-language source for a jump table to branch to external definition symbols in the specified section. |
A jump table for branching to external definition symbols in the sections sct2 and sct3 is output to test.jmp. |
;OPTIMIZING LINKAGE EDITOR GENERATED FILE 2009.07.19 .glb _func01 .glb _func02 .SECTION P,CODE _func01: MOV.L #1000H,R14 JMP R14 _func02: MOV.L #2000H,R14 JMP R14 .END |