flat assembler
Message board for the users of flat assembler.
Index
> Windows > A Rather Newbish Question |
Author |
|
JohnFound 13 Dec 2004, 20:25
proveren wrote: Is such thing possible under Windows? Yes, of course. 1. You have to define those 10kbytes as undefined data, i.e. using rb, rw, rd, etc. or as undefined db, dw, dd directives. 2. All undefined data must be defined at the end of the section, where you want to reside. Every defined data byte after it will add those 10k to the size of the exe. For easy definition of such data and automatically grouping it in right place and in right order you can use the macro library "globals.inc" from Fresh package. Regards |
|||
13 Dec 2004, 20:25 |
|
proveren 13 Dec 2004, 20:42
OMG, thanks John.
I was wondering about why to use rb, and not db 0, and what the point was of reserve directive at all. I feel a little bit ashamed now, but many thanks to you. Keep updating with the Fresh project |
|||
13 Dec 2004, 20:42 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.