Difference between revisions of "Z80:Directives:INCLUDE"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 08:29, 5 February 2016

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