z80:Directives:INCLUDE

From Learn @ Cemetech
Revision as of 08:29, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Includes and assembles a file at the current location. You can nest .include statements as deep as you like, just make sure that you don't go into an infinite loop.

Double quotes are recommended.

Syntax

   .include filename

Allowed inputs

Uses

See Also