[A83] Re: Installer program


[Prev][Next][Index][Thread]

[A83] Re: Installer program



> 
> Thanks, that works great.  I was just worried about the assembler trying
> to write multiple pieces of code into the same location in the object file
> (i.e. .org 9327h appears three times in my finished installer).
> 

If you type the following in your source file (either directly, or as the
result
of includes)

.org 9327h
.org 9327h

that won't cause problems. Be careful though that you don't get stuff like

.org 9327h
 xor a
.org 9327h

that'll thoroughly mess things up.

Rob van Wijk

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




Follow-Ups: References: