SPLat Logo

Directives

NOTICE: Our web site is being updated, but is currently experiencing extreme slowness due to host issues. Please contact us directly.
NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map
SPLat will be shut down for the Christmas Holiday season from Friday 20 December 2024 through Tuesday 7 January 2025. We will check emails periodically and will continue to process orders but at a slower pace. Santa hat

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.