| launch | Index |
launch {filename} [data]
launch module slot [data]
This Console command launches a TEA object file on either the BrainStem® module's or the host's TEA Virtual Machine implementation.
filename
module
slot
data (optional)
Example:
launch "hello"
This would launch the program "hello.cup" from the aObject File Area on the host.
launch 2 0 3
This would launch the program in file slot 0 on module 2 with the byte 0x03 as the entry parameter data.
launch "hello.cup" 3
This would launch the program "hello.cup" from the aObject File Area on the host with the byte 0x03 as the entry parameter data.
Related: