flat assembler
Message board for the users of flat assembler.
Index
> Main > [fasmg] purpose of restartout ? |
Author |
|
Tomasz Grysztar 05 Apr 2023, 13:50
One place where you can find it actually used is in my old assembler emulation project. MASM_COM.ASH contains this part:
Code: load COMCONTENT:$%%-100h from :100h restartout 100h db COMCONTENT Similarly, if you had an existing project that produces some kind of data and you wanted to add additional processing to compress the generated file and only keep the shrunk version, this command would help to do it easily, while allowing the base project to still use facilities like ORG or $%. It is also worth noting that even though previous output areas are discarded from the list of data blocks to write into the final file, their contents can still be accessed with LOAD commands, but only through an area label (defined with "::"). |
|||
05 Apr 2023, 13:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.