z80:Directives:INCLUDE

From Learn @ Cemetech
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