Directives
Directives are commands to SPLat/PC to do something. This contrasts with program instructions, which eventually result in an action by the SPLat controller itself. For example,
GOTO Foo
is a program instruction that is actioned by the controller, whereas
Bar defByte
is a directive that causes SPLat/PC to allocate a byte of RAM to a variable named Bar
.