[A83] Re: Installer program


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

[A83] Re: Installer program



> > What is the easiest way to add the bytecode from multiple programs into
a
> > single installer program?  I am using TASM... can I use the #include
> > directive with the desired files or do I need to somehow paste in the
> > bytes
> > by way of .db?
> >
> > Jeff
> >
>
> The line
> #include somefile.ext
> will have the same effect as copy-pasting somefile.ext in place of the
> include directive.
> Make sure the included file is in the right directory.
>

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).



Follow-Ups: References: