flat assembler
Message board for the users of flat assembler.
  
|  Index
      > Linux > Extrn, segments and sections | 
| Author | 
 | 
| system error 12 Feb 2017, 05:43 LOL
 "elf64 executable 3" dynamic setup (import, segment etc) is to generate executable file directly. No intermediary .o file. Commonly used in these steps: (compile) ----------------------------> RUN "elf64" static setup (extrn, section etc) is to generate object files to be linked with anything later on. Produce .o file. Commonly used in these 3-step like: (compile) --------> linking (gcc, ld, golink, link, alink) ---------> RUN In general, you cannot use dynamic setup to create a static source and vice versa. You're not paying attention to your own previous threads. | |||
|  12 Feb 2017, 05:43 | 
 | 
| jorido 12 Feb 2017, 11:23 SOL
 There're 2 yes-no questions. You're not paying attention. ROL | |||
|  12 Feb 2017, 11:23 | 
 | 
| system error 12 Feb 2017, 11:46 @jorido
 You better just stick to your HTML 5.0 For Dummy book. Easier read. FASM dynamic linking is just too much for some people. | |||
|  12 Feb 2017, 11:46 | 
 | 
| jorido 13 Feb 2017, 05:31 Have you read it? Would you recommend? | |||
|  13 Feb 2017, 05:31 | 
 | 
| revolution 15 Feb 2017, 00:49 a. You can't link to an external symbol with extrn if you are not linking (format executable).
 b. See your previous thread about section and segments. | |||
|  15 Feb 2017, 00:49 | 
 | 
| < Last Thread | Next Thread > | 
| Forum Rules: 
 | 
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.