ASM80 syntax

9 views
Skip to first unread message

William Beech

unread,
Jul 12, 2026, 2:10:22 PM (14 days ago) Jul 12
to mark.pm.ogden via intel-devsys
Mark,

If I have a file "config.asm" that I want to include in another ASM
file, what does the include line look like?

Thanks!

Bill

William Beech

unread,
Jul 12, 2026, 5:35:31 PM (14 days ago) Jul 12
to mark.pm.ogden via intel-devsys
Mark,

I figured it out. "$       INCLUDE ('CONFIG.ASM')" works!

Bill

mark.p...@btinternet.com

unread,
Jul 13, 2026, 3:42:15 AM (13 days ago) Jul 13
to intel-...@googlegroups.com
Bill
You can also do INCLUDE(config.asm) on the command line. This was a common usage for Intel to select different build configurations. 

Note the quotes around the file name are an extension I added to allow names with embedded spaces. For config.asm they are not needed. 
Also make sure config.asm doesn’t include the end statement. 
Mark

Regards
Mark Ogden

From: intel-...@googlegroups.com <intel-...@googlegroups.com> on behalf of William Beech <nj...@nj7p.org>
Sent: Sunday, 12 July 2026 22:34:26
To: mark.pm.ogden via intel-devsys <intel-...@googlegroups.com>
Subject: Re: intel-devsys ASM80 syntax
 
--
You received this message because you are subscribed to the Google Groups "intel-devsys" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intel-devsys...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/intel-devsys/af34796a-cd18-4cae-9643-3b2a19ed8a40%40nj7p.org.

William Beech

unread,
Jul 13, 2026, 1:44:32 PM (13 days ago) Jul 13
to intel-...@googlegroups.com
Mark,

Exactly what I am going to do with it. The MDS I and MDS II same the same monitor code.  The bootstrap and diagnostics ROMs are very different.

Bill
Reply all
Reply to author
Forward
0 new messages