flat assembler
Message board for the users of flat assembler.
Index
> Main > Is it normal? |
Author |
|
LocoDelAssembly 26 Aug 2008, 17:50
TFM wrote: 2.4.3 Common Object File Format By using EDX instead of DX also solves the problem but, is this really a DOS program? Why are you using COFF instead of direct COM or MZ? |
|||
26 Aug 2008, 17:50 |
|
Necromancer13.13 26 Aug 2008, 17:56
I just try to get binary file like COM file but without org 100h
|
|||
26 Aug 2008, 17:56 |
|
revolution 26 Aug 2008, 18:02
COFF is not binary, it is an intermediate format intended for a linker to read.
|
|||
26 Aug 2008, 18:02 |
|
Necromancer13.13 26 Aug 2008, 18:12
Oh.. I wanted to say that I want to get the COFF file and than link it with LINKER to binary.. is it possible?
|
|||
26 Aug 2008, 18:12 |
|
revolution 26 Aug 2008, 18:15
Why not just use "format binary"?
|
|||
26 Aug 2008, 18:15 |
|
asmcoder 26 Aug 2008, 18:29
[content deleted]
Last edited by asmcoder on 14 Aug 2009, 14:56; edited 1 time in total |
|||
26 Aug 2008, 18:29 |
|
revolution 26 Aug 2008, 18:30
asmcoder wrote: what is linker? |
|||
26 Aug 2008, 18:30 |
|
Necromancer13.13 26 Aug 2008, 19:31
Quote: Why not just use "format binary"? Because I think, that it's better to use object files when writing a big project. Quote: what is linker? Hm... I don't know what linker can do it... May be ld86, LINK16 or Unilink. |
|||
26 Aug 2008, 19:31 |
|
edfed 26 Aug 2008, 19:39
a linker is something (prehistoric) useless.
fasm does it transparently. |
|||
26 Aug 2008, 19:39 |
|
revolution 26 Aug 2008, 19:44
Necromancer13.13 wrote:
|
|||
26 Aug 2008, 19:44 |
|
vid 27 Aug 2008, 05:56
Quote: If you are mixing tools (like C & assembly) then a linker is usually needed. But just using the size of the project would seem to be a bad metric to use to decide upon using a linker. Any extra step that may not be needed could be a waste of effort. A better metric might be whether it is needed. Ever tried recompiling 2MB C code after every small change? |
|||
27 Aug 2008, 05:56 |
|
revolution 27 Aug 2008, 07:40
vid wrote:
|
|||
27 Aug 2008, 07:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.