flat assembler
Message board for the users of flat assembler.
Index
> Windows > Section or structure bug? |
Author |
|
revolution 01 Apr 2008, 03:54
Not a bug. You have told fasm to put initialised data (mmx_num_16 dd 16) into the output file. So it has to extend the file to the point where you have that one dword of initialised data and then place the value 16 at that position.
|
|||
01 Apr 2008, 03:54 |
|
revolution 01 Apr 2008, 03:56
This compiles to 1 meg
Code: rb 1 shl 20-1 db 0 Code: db 0 rb 1 shl 20-1 |
|||
01 Apr 2008, 03:56 |
|
AlexP 01 Apr 2008, 12:49
Ha! Wow... Well, thanks, just a little odditiy that took me awhile to spot. Turns out I didn't need that dword anyways .
|
|||
01 Apr 2008, 12:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.