Startup code
;===============================================================================
; This code runs at power on. It launches all tasks.
;===============================================================================
Start:
XWireMaster pXWireConfig ;start xwire
On 20 ;MS120 (only) backlight
OBLCD_Text "SPLat Call Home"
LaunchTask ServerUpdate
RunTasksForever ;go run all tasks
The startup code simply starts up Xwire communications according to the master configuration table in NVEM at pXWireConfig. Then it turns on the LCD backlight (needed only for MS120), displays a splash screen message and launches the one and only MultiTrack task used in this example.