Brass Core Plugins

include

Loads and compiles file at the current source file position.

Syntax

.include "file"

Remarks

Use this break up a project into multiple source files. This greatly aids code readability and allows you to easily incorporate source from other projects into your own without having to manually copy and paste it in.

Example

.include "graphics.asm"